Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dmbx.h74 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
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.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_mbx.h58 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
Dixgbe_sriov.c928 msgbuf[0] = IXGBE_VF_RESET; in ixgbe_vf_reset_msg()
1273 if (msgbuf[0] == IXGBE_VF_RESET) in ixgbe_rcv_msg_from_vf()