Searched refs:PFVF_MAX_MULTICAST_PER_VF (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h327 #define PFVF_MAX_MULTICAST_PER_VF 32 macro
328 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][ETH_ALEN];
H A Dbnx2x_vfpf.c888 /* We support PFVF_MAX_MULTICAST_PER_VF mcast addresses tops */
889 if (netdev_mc_count(dev) > PFVF_MAX_MULTICAST_PER_VF) {
892 PFVF_MAX_MULTICAST_PER_VF);

Completed in 127 milliseconds