Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.h94 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
H A Dvf.c327 msgbuf[0] = IXGBE_VF_GET_RETA; in ixgbevf_get_reta_locked()
342 if (msgbuf[0] == (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_get_reta_locked()
349 if (msgbuf[0] != (IXGBE_VF_GET_RETA | IXGBE_VT_MSGTYPE_SUCCESS)) in ixgbevf_get_reta_locked()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.h78 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
H A Dixgbe_sriov.c1310 case IXGBE_VF_GET_RETA: in ixgbe_rcv_msg_from_vf()