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

/freebsd-13-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h78 #define IXGBE_VT_MSGTYPE_CTS 0x20000000 /* Indicates that VF is still macro
H A Dixgbe_vf.c361 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
453 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
548 msgbuf[0] &= ~IXGBE_VT_MSGTYPE_CTS;
652 if (!(in_msg & IXGBE_VT_MSGTYPE_CTS)) {
715 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS;
751 msg[0] &= ~IXGBE_VT_MSGTYPE_CTS;
H A Dif_sriov.c102 msg |= IXGBE_VT_MSGTYPE_CTS;
375 resp[0] = IXGBE_VF_RESET | ack | IXGBE_VT_MSGTYPE_CTS;
561 IXGBE_VT_MSGTYPE_CTS;

Completed in 107 milliseconds