Home
last modified time | relevance | path

Searched refs:IAVF_MAX_QUEUES (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dixl.h213 #define IAVF_MAX_QUEUES 16 macro
H A Dixl_pf_iov.c107 max(1, min(hw->func_caps.num_msix_vectors_vf - 1, IAVF_MAX_QUEUES))); in ixl_initialize_sriov()
1752 } else if (num_queues > IAVF_MAX_QUEUES) { in ixl_vf_reserve_queues()
1753 device_printf(dev, "Setting VF %d num-queues to %d\n", vf->vf_num, IAVF_MAX_QUEUES); in ixl_vf_reserve_queues()
1754 num_queues = IAVF_MAX_QUEUES; in ixl_vf_reserve_queues()