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

/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_mbx.h112 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
142 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
H A Dixgbe_vf.c746 msg[0] = IXGBE_VF_GET_QUEUES;
758 if (msg[0] != (IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_ACK))
H A Dif_sriov.c558 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_ACK |
620 case IXGBE_VF_GET_QUEUES:

Completed in 110 milliseconds