Home
last modified time | relevance | path

Searched refs:IXGBE_VF_SET_VLAN (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dmbx.h77 #define IXGBE_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */ macro
Dvf.c640 msgbuf[0] = IXGBE_VF_SET_VLAN; in ixgbevf_set_vfta_vf()
654 if (msgbuf[0] != (IXGBE_VF_SET_VLAN | IXGBE_VT_MSGTYPE_SUCCESS)) in ixgbevf_set_vfta_vf()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.h61 #define IXGBE_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */ macro
Dixgbe_sriov.c1293 case IXGBE_VF_SET_VLAN: in ixgbe_rcv_msg_from_vf()