Searched refs:num_msix (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_ulp.c | 121 int num_msix, idx, i; in bnxt_fill_msix_vecs() local 123 num_msix = edev->ulp_tbl[BNXT_ROCE_ULP].msix_requested; in bnxt_fill_msix_vecs() 125 for (i = 0; i < num_msix; i++) { in bnxt_fill_msix_vecs() 137 struct bnxt_msix_entry *ent, int num_msix) in bnxt_req_msix_vecs() argument
|
| H A D | bnxt_hwrm.c | 2439 req.num_msix = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
|
| H A D | hsi_struct_def.h | 15217 uint16_t num_msix; member 17195 uint16_t num_msix; member
|
| /freebsd/sys/dev/qat/qat_common/ |
| H A D | adf_cfg_section.c | 1106 u32 num_msix = 0; in adf_cfg_setup_irq() local 1119 num_msix = accel_dev->accel_pci_dev.msix_entries.num_entries; in adf_cfg_setup_irq() 1139 if (bundle->number >= num_msix) in adf_cfg_setup_irq()
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_hw.c | 2826 uint32_t num_msix; in ql_del_hw_if() local 2838 num_msix = Q8_MAX_INTR_VECTORS; in ql_del_hw_if() 2840 num_msix = ha->hw.num_sds_rings - i; in ql_del_hw_if() 2842 if (qla_config_intr_cntxt(ha, i, num_msix, 0)) in ql_del_hw_if() 2845 i += num_msix; in ql_del_hw_if() 2893 uint32_t num_msix; in ql_init_hw_if() local 2902 num_msix = Q8_MAX_INTR_VECTORS; in ql_init_hw_if() 2904 num_msix = ha->hw.num_sds_rings - i; in ql_init_hw_if() 2906 if (qla_config_intr_cntxt(ha, i, num_msix, 1)) { in ql_init_hw_if() 2908 num_msix = i; in ql_init_hw_if() [all …]
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 1004 rdev->nqr.num_msix = num_msix_got; in bnxt_re_request_msix() 1287 for (indx = 0; indx < rdev->nqr.num_msix; indx++) in bnxt_re_start_irq() 2134 ibdev->num_comp_vectors = rdev->nqr.num_msix - 1; in bnxt_re_register_ib() 2554 for (indx = 0, min = 0; indx < (rdev->nqr.num_msix - 1); indx++) { in bnxt_re_get_nq() 3201 for (i = 0; i < rdev->nqr.num_msix - 1; i++) { in bnxt_re_setup_nqs() 3735 rdev->nqr.num_msix, rdev->nqr.max_init); in bnxt_re_dev_init()
|
| H A D | bnxt_re.h | 197 int num_msix; member
|