Searched refs:IGB_VF_FLAG_PF_SET_MAC (Results 1 – 2 of 2) sorted by relevance
110 #define IGB_VF_FLAG_PF_SET_MAC 0x00000008 /* PF has set MAC address */ macro
1958 adapter->vf_data[i].flags &= IGB_VF_FLAG_PF_SET_MAC; in igb_reset()6028 adapter->vf_data[vf].flags &= IGB_VF_FLAG_PF_SET_MAC; in igb_vf_reset()6055 if (!(adapter->vf_data[vf].flags & IGB_VF_FLAG_PF_SET_MAC)) in igb_vf_reset_event()6163 if (!(vf_data->flags & IGB_VF_FLAG_PF_SET_MAC)) in igb_rcv_msg_from_vf()7744 adapter->vf_data[vf].flags |= IGB_VF_FLAG_PF_SET_MAC; in igb_ndo_set_vf_mac()