Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dmbx.h74 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
A Dvf.c96 msgbuf[0] = IXGBE_VF_RESET; in ixgbevf_reset_hw_vf()
113 if (msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_SUCCESS) && in ixgbevf_reset_hw_vf()
114 msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_FAILURE)) in ixgbevf_reset_hw_vf()
117 if (msgbuf[0] == (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_SUCCESS)) in ixgbevf_reset_hw_vf()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_mbx.h59 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
A Dixgbe_sriov.c930 msgbuf[0] = IXGBE_VF_RESET; in ixgbe_vf_reset_msg()
1276 if (msgbuf[0] == IXGBE_VF_RESET) in ixgbe_rcv_msg_from_vf()

Completed in 9 milliseconds