Searched refs:IXGBE_VF_RESET (Results 1 – 4 of 4) sorted by relevance
74 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
96 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()
58 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
930 msgbuf[0] = IXGBE_VF_RESET; in ixgbe_vf_reset_msg()1275 if (msgbuf[0] == IXGBE_VF_RESET) in ixgbe_rcv_msg_from_vf()