Home
last modified time | relevance | path

Searched refs:IGB_VF_FLAG_MULTI_PROMISC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb.h115 #define IGB_VF_FLAG_MULTI_PROMISC 0x00000004 /* VF has multicast promisc */ macro
H A Digb_main.c7251 IGB_VF_FLAG_MULTI_PROMISC); in igb_set_vf_promisc()
7256 vf_data->flags |= IGB_VF_FLAG_MULTI_PROMISC; in igb_set_vf_promisc()
7325 (vf_data->flags & IGB_VF_FLAG_MULTI_PROMISC)) { in igb_restore_vf_multicasts()