Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dmbx.h112 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
Dvf.c292 msgbuf[0] = IXGBE_VF_GET_RETA; in ixgbevf_get_reta_locked()
307 if (msgbuf[0] == (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_get_reta_locked()
314 if (msgbuf[0] != (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_ACK)) in ixgbevf_get_reta_locked()
367 if (msgbuf[0] == (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_NACK)) in ixgbevf_get_rss_key_locked()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.h102 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
Dixgbe_sriov.c1060 case IXGBE_VF_GET_RETA: in ixgbe_rcv_msg_from_vf()