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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h74 #define IXGBE_VT_MSGTYPE_ACK 0x80000000 /* Messages below or'd with macro
H A Dixgbe_vf.c230 if (msgbuf[0] != (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK) &&
234 if (msgbuf[0] == (IXGBE_VF_RESET | IXGBE_VT_MSGTYPE_ACK))
482 if (!ret_val && (msgbuf[0] & IXGBE_VT_MSGTYPE_ACK))
718 if (msg[0] == (IXGBE_VF_API_NEGOTIATE | IXGBE_VT_MSGTYPE_ACK)) {
758 if (msg[0] != (IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_ACK))
H A Dif_sriov.c109 ixgbe_send_vf_msg(adapter, vf, msg | IXGBE_VT_MSGTYPE_ACK);
364 ack = IXGBE_VT_MSGTYPE_ACK;
558 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_ACK |

Completed in 170 milliseconds