Lines Matching defs:mcast
421 seq_printf(filp, "secy%d: Unctrl mcast pkts: %lld\n", secy_id,
464 seq_printf(filp, "secy%d: Unctrl mcast pkts: %lld\n", secy_id,
2853 u64 ucast, mcast, bcast;
2882 mcast = PRINT_CGX_CUML_NIXRX_STATUS(RX_MCAST, "rx_mcast_frames");
2888 seq_printf(s, "rx_frames: %llu\n", ucast + mcast + bcast);
2905 mcast = PRINT_CGX_CUML_NIXTX_STATUS(TX_MCAST, "tx_mcast_frames");
2911 seq_printf(s, "tx_frames: %llu\n", ucast + mcast + bcast);
2970 char *bcast, *mcast;
2991 mcast = cfg & CGX_DMAC_MCAST_MODE ? "ACCEPT" : "REJECT";
2996 dev_name(&pdev->dev), pf, bcast, mcast);