Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c886 /* We support PFVF_MAX_MULTICAST_PER_VF mcast addresses tops */ in bnx2x_vfpf_set_mcast()
887 if (netdev_mc_count(dev) > PFVF_MAX_MULTICAST_PER_VF) { in bnx2x_vfpf_set_mcast()
890 PFVF_MAX_MULTICAST_PER_VF); in bnx2x_vfpf_set_mcast()
/kernel/linux/linux-6.6/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 */ in bnx2x_vfpf_set_mcast()
889 if (netdev_mc_count(dev) > PFVF_MAX_MULTICAST_PER_VF) { in bnx2x_vfpf_set_mcast()
892 PFVF_MAX_MULTICAST_PER_VF); in bnx2x_vfpf_set_mcast()

Completed in 8 milliseconds