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

/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h77 #define IXGBE_VT_MSGTYPE_CTS 0x20000000 /* Indicates that VF is still macro
H A Dixgbe_vf.c360 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
451 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
545 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
650 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) {
713 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS;
749 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS;
H A Dif_sriov.c95 msg |= IXGBE_VT_MSGTYPE_CTS;
369 resp[0] = IXGBE_VF_RESET | ack | IXGBE_VT_MSGTYPE_CTS;
555 IXGBE_VT_MSGTYPE_CTS;

Completed in 53 milliseconds