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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h100 #define IXGBE_VF_RESET 0x01 /* VF requests reset */ macro
H A Dixgbe_vf.c214 msgbuf[0] = IXGBE_VF_RESET;
229 if (msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK) &&
230 msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_NACK))
233 if (msgbuf[0] == (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK))
H A Dif_sriov.c369 resp[0] = IXGBE_VF_RESET | ack | IXGBE_VT_MSGTYPE_CTS;
583 if (msg[0] == IXGBE_VF_RESET) {

Completed in 90 milliseconds