Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dmbx.h91 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.h79 #define IXGBE_VF_GET_RETA 0x0a /* VF request for RETA */ macro
Dixgbe_sriov.c1311 case IXGBE_VF_GET_RETA: in ixgbe_rcv_msg_from_vf()