Searched refs:IXGBE_VF_RESET (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h101 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
H A Dixgbe_vf.c215 msgbuf[0] = IXGBE_VF_RESET;
230 if (msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK) &&
231 msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_NACK))
234 if (msgbuf[0] == (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK))
H A Dif_sriov.c373 resp[0] = IXGBE_VF_RESET | ack | IXGBE_VT_MSGTYPE_CTS;
591 if (msg[0] == IXGBE_VF_RESET) {

Completed in 163 milliseconds