Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_mbx.h147 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
178 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
H A Dixgbe_vf.c778 msg[0] = IXGBE_VF_GET_QUEUES; in ixgbevf_get_queues()
790 if (msg[0] != (IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_SUCCESS)) in ixgbevf_get_queues()
H A Dif_sriov.c572 resp[0] = IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_SUCCESS | in ixgbe_vf_get_queues()
634 case IXGBE_VF_GET_QUEUES: in ixgbe_process_vf_msg()