Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_mbx.h81 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
111 #define IXGBE_VF_GET_QUEUES 0x09 /* get queue configuration */ macro
H A Dixgbe_vf.c713 msg[0] = IXGBE_VF_GET_QUEUES; in ixgbevf_get_queues()
725 if (msg[0] != (IXGBE_VF_GET_QUEUES | IXGBE_VT_MSGTYPE_ACK)) in ixgbevf_get_queues()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c885 case IXGBE_VF_GET_QUEUES: in ixgbe_rcv_msg_from_vf()