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

/freebsd-current/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c120 int num_msix, idx, i; local
122 num_msix = edev->ulp_tbl[BNXT_ROCE_ULP].msix_requested;
124 for (i = 0; i < num_msix; i++) {
136 struct bnxt_msix_entry *ent, int num_msix)
135 bnxt_req_msix_vecs(struct bnxt_en_dev *edev, int ulp_id, struct bnxt_msix_entry *ent, int num_msix) argument
H A Dbnxt_hwrm.c2154 req.num_msix = htole16(BNXT_MAX_NUM_QUEUES);
H A Dhsi_struct_def.h14417 uint16_t num_msix; member in struct:hwrm_func_vf_cfg_input
16102 uint16_t num_msix; member in struct:hwrm_func_cfg_input
16406 * This bit must be '1' for the num_msix field to be
[all...]
/freebsd-current/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c1106 u32 num_msix = 0; local
1119 num_msix = accel_dev->accel_pci_dev.msix_entries.num_entries;
1139 if (bundle->number >= num_msix)
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c2821 uint32_t num_msix; local
2833 num_msix = Q8_MAX_INTR_VECTORS;
2835 num_msix = ha->hw.num_sds_rings - i;
2837 if (qla_config_intr_cntxt(ha, i, num_msix, 0))
2840 i += num_msix;
2888 uint32_t num_msix; local
2897 num_msix = Q8_MAX_INTR_VECTORS;
2899 num_msix = ha->hw.num_sds_rings - i;
2901 if (qla_config_intr_cntxt(ha, i, num_msix, 1)) {
2903 num_msix
[all...]
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dmain.c1021 rdev->nqr.num_msix = num_msix_got;
1305 for (indx = 0; indx < rdev->nqr.num_msix; indx++)
2068 ibdev->num_comp_vectors = rdev->nqr.num_msix - 1;
2489 for (indx = 0, min = 0; indx < (rdev->nqr.num_msix - 1); indx++) {
3136 for (i = 0; i < rdev->nqr.num_msix - 1; i++) {
3666 rdev->nqr.num_msix, rdev->nqr.max_init);
H A Dbnxt_re.h197 int num_msix; member in struct:bnxt_re_nq_record

Completed in 353 milliseconds