Searched refs:num_msix (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_ulp.c | 120 int num_msix, idx, i; in bnxt_fill_msix_vecs() local 122 num_msix = edev->ulp_tbl[BNXT_ROCE_ULP].msix_requested; in bnxt_fill_msix_vecs() 124 for (i = 0; i < num_msix; i++) { in bnxt_fill_msix_vecs() 136 struct bnxt_msix_entry *ent, int num_msix) in bnxt_req_msix_vecs() argument
|
| H A D | bnxt_hwrm.c | 2243 req.num_msix = htole16(BNXT_MAX_NUM_QUEUES); in bnxt_hwrm_reserve_pf_rings()
|
| H A D | hsi_struct_def.h | 14731 uint16_t num_msix; member 16475 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 | 2821 uint32_t num_msix; in ql_del_hw_if() local 2833 num_msix = Q8_MAX_INTR_VECTORS; in ql_del_hw_if() 2835 num_msix = ha->hw.num_sds_rings - i; in ql_del_hw_if() 2837 if (qla_config_intr_cntxt(ha, i, num_msix, 0)) in ql_del_hw_if() 2840 i += num_msix; in ql_del_hw_if() 2888 uint32_t num_msix; in ql_init_hw_if() local 2897 num_msix = Q8_MAX_INTR_VECTORS; in ql_init_hw_if() 2899 num_msix = ha->hw.num_sds_rings - i; in ql_init_hw_if() 2901 if (qla_config_intr_cntxt(ha, i, num_msix, 1)) { in ql_init_hw_if() 2903 num_msix = i; in ql_init_hw_if() [all …]
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 1021 rdev->nqr.num_msix = num_msix_got; in bnxt_re_request_msix() 1304 for (indx = 0; indx < rdev->nqr.num_msix; indx++) in bnxt_re_start_irq() 2088 ibdev->num_comp_vectors = rdev->nqr.num_msix - 1; in bnxt_re_register_ib() 2509 for (indx = 0, min = 0; indx < (rdev->nqr.num_msix - 1); indx++) { in bnxt_re_get_nq() 3156 for (i = 0; i < rdev->nqr.num_msix - 1; i++) { in bnxt_re_setup_nqs() 3691 rdev->nqr.num_msix, rdev->nqr.max_init); in bnxt_re_dev_init()
|
| H A D | bnxt_re.h | 197 int num_msix; member
|