Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.h91 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
H A Dvf.c322 msgbuf[0] = IXGBE_VF_GET_RETA; in ixgbevf_get_reta_locked()
337 if (msgbuf[0] == (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_get_reta_locked()
344 if (msgbuf[0] != (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_ACK)) in ixgbevf_get_reta_locked()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.h79 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
H A Dixgbe_sriov.c1264 case IXGBE_VF_GET_RETA: in ixgbe_rcv_msg_from_vf()