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

/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2873 uint32_t num_msix; local
2886 num_msix = Q8_MAX_INTR_VECTORS;
2888 num_msix = ha->hw.num_sds_rings - i;
2890 if (qla_config_intr_cntxt(ha, i, num_msix, 0))
2893 i += num_msix;
2942 uint32_t num_msix; local
2954 num_msix = Q8_MAX_INTR_VECTORS;
2956 num_msix = ha->hw.num_sds_rings - i;
2958 if (qla_config_intr_cntxt(ha, i, num_msix, 1)) {
2962 num_msix
[all...]

Completed in 75 milliseconds