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

/freebsd-13-stable/sys/dev/ixl/
H A Diavf.h43 #define IAVF_MAX_QUEUES 16 macro
H A Dixl.h217 #define IAVF_MAX_QUEUES 16 macro
H A Dixl_pf_iov.c108 max(1, min(hw->func_caps.num_msix_vectors_vf - 1, IAVF_MAX_QUEUES)));
1759 } else if (num_queues > IAVF_MAX_QUEUES) {
1760 device_printf(dev, "Setting VF %d num-queues to %d\n", vf->vf_num, IAVF_MAX_QUEUES);
1761 num_queues = IAVF_MAX_QUEUES;

Completed in 102 milliseconds