| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| A D | qlcnic_main.c | 680 num_msix += 1; in qlcnic_setup_tss_rss_intr() 710 num_msix += 1; in qlcnic_setup_tss_rss_intr() 715 num_msix); in qlcnic_setup_tss_rss_intr() 722 adapter->ahw->num_msix = num_msix; in qlcnic_setup_tss_rss_intr() 757 adapter->ahw->num_msix = num_msix; in qlcnic_enable_msix() 773 num_msix += 1; in qlcnic_enable_msix() 788 if (num_msix) { in qlcnic_enable_msix() 791 num_msix); in qlcnic_enable_msix() 807 int num_msix; in qlcnic_82xx_calculate_msix_vector() local 816 return num_msix; in qlcnic_82xx_calculate_msix_vector() [all …]
|
| A D | qlcnic_83xx_hw.c | 345 int num_msix; in qlcnic_83xx_calculate_msix_vector() local 350 num_msix += 1; in qlcnic_83xx_calculate_msix_vector() 355 return num_msix; in qlcnic_83xx_calculate_msix_vector() 361 int err, i, num_msix; in qlcnic_83xx_setup_intr() local 367 num_msix = ahw->num_msix; in qlcnic_83xx_setup_intr() 376 num_msix = ahw->num_msix; in qlcnic_83xx_setup_intr() 380 num_msix = 1; in qlcnic_83xx_setup_intr() 388 vzalloc(array_size(num_msix, in qlcnic_83xx_setup_intr() 570 u32 num_msix; in qlcnic_83xx_free_mbx_intr() local 578 num_msix = adapter->ahw->num_msix - 1; in qlcnic_83xx_free_mbx_intr() [all …]
|
| A D | qlcnic_ctx.c | 781 for (i = 0; i < ahw->num_msix; i++) { in qlcnic_82xx_config_intrpt()
|
| A D | qlcnic.h | 490 u8 num_msix; member
|
| A D | qlcnic_sriov_pf.c | 1780 QLCWRX(ahw, QLCNIC_MBX_INTR_ENBL, (ahw->num_msix - 1) << 8); in qlcnic_sriov_pf_reset()
|
| A D | qlcnic_83xx_init.c | 409 for (i = 0; i < adapter->ahw->num_msix; i++) { in qlcnic_83xx_idc_detach_driver()
|
| A D | qlcnic_sriov_common.c | 1721 u8 i, max_ints = ahw->num_msix - 1; in qlcnic_sriov_vf_detach()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_sriov.c | 67 last_vector_idx = vf->first_vector_idx + vf->num_msix - 1; in ice_free_vf_res() 105 last = first + vf->num_msix - 1; in ice_dis_vf_mappings() 270 (device_based_first_msix + vf->num_msix) - 1; in ice_ena_vf_msix_mappings() 541 bitmap_clear(pf->sriov_irq_bm, bm_i, vf->num_msix); in ice_sriov_free_irqs() 558 vf->first_vector_idx = ice_sriov_get_irqs(pf, vf->num_msix); in ice_init_vf_vsi_res() 1034 ice_sriov_get_irqs(pf, tmp_vf->num_msix); in ice_sriov_remap_vectors() 1104 prev_msix = vf->num_msix; in ice_sriov_set_msix_vec_count() 1118 vf->num_msix = msix_vec_count; in ice_sriov_set_msix_vec_count() 1135 vf->vf_id, vf->num_msix, vf->num_vf_qs); in ice_sriov_set_msix_vec_count() 1145 vf->num_msix, vf->vf_id, prev_msix); in ice_sriov_set_msix_vec_count() [all …]
|
| A D | ice_vf_lib.h | 142 u16 num_msix; /* num of MSI-X configured on this VF */ member
|
| A D | ice_vf_lib.c | 1004 vf->num_msix = vfs->num_msix_per; in ice_initialize_vf_entry()
|
| A D | ice_virtchnl.c | 501 vfres->max_vectors = vf->num_msix; in ice_vc_get_vf_res_msg() 1584 vf->num_msix < num_q_vectors_mapped || in ice_vc_cfg_irq_map_msg() 1606 if (!(vector_id < vf->num_msix) || in ice_vc_cfg_irq_map_msg()
|
| A D | ice_lib.c | 224 vsi->num_q_vectors = vf->num_msix - ICE_NONQ_VECS_VF; in ice_vsi_set_num_qs()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| A D | octep_vf_main.c | 112 int num_msix, msix_allocated; in octep_vf_enable_msix_range() local 117 num_msix = oct->num_oqs; in octep_vf_enable_msix_range() 118 oct->msix_entries = kcalloc(num_msix, sizeof(struct msix_entry), GFP_KERNEL); in octep_vf_enable_msix_range() 122 for (i = 0; i < num_msix; i++) in octep_vf_enable_msix_range() 126 num_msix, num_msix); in octep_vf_enable_msix_range() 127 if (msix_allocated != num_msix) { in octep_vf_enable_msix_range() 130 num_msix, msix_allocated); in octep_vf_enable_msix_range()
|
| /linux/drivers/scsi/isci/ |
| A D | init.c | 316 int err, i, num_msix; in isci_setup_interrupts() local 324 num_msix = num_controllers(pdev) * SCI_NUM_MSI_X_INT; in isci_setup_interrupts() 326 err = pci_alloc_irq_vectors(pdev, num_msix, num_msix, PCI_IRQ_MSIX); in isci_setup_interrupts() 330 for (i = 0; i < num_msix; i++) { in isci_setup_interrupts()
|
| /linux/drivers/net/ethernet/fungible/funcore/ |
| A D | fun_dev.c | 595 int vecs, num_msix = pci_msix_vec_count(pdev); in fun_alloc_irqs() local 597 if (num_msix < 0) in fun_alloc_irqs() 598 return num_msix; in fun_alloc_irqs() 599 if (min_vecs > num_msix) in fun_alloc_irqs() 602 vecs = pci_alloc_irq_vectors(pdev, min_vecs, num_msix, PCI_IRQ_MSIX); in fun_alloc_irqs() 606 vecs, num_msix); in fun_alloc_irqs()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep/ |
| A D | octep_main.c | 113 int num_msix, msix_allocated; in octep_enable_msix_range() local 117 num_msix = oct->num_oqs + CFG_GET_NON_IOQ_MSIX(oct->conf); in octep_enable_msix_range() 118 oct->msix_entries = kcalloc(num_msix, in octep_enable_msix_range() 123 for (i = 0; i < num_msix; i++) in octep_enable_msix_range() 127 num_msix, num_msix); in octep_enable_msix_range() 128 if (msix_allocated != num_msix) { in octep_enable_msix_range() 131 num_msix, msix_allocated); in octep_enable_msix_range()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt_ulp.c | 34 int num_msix, i; in bnxt_fill_msix_vecs() local 40 num_msix = edev->ulp_tbl->msix_requested; in bnxt_fill_msix_vecs() 41 for (i = 0; i < num_msix; i++) { in bnxt_fill_msix_vecs()
|
| A D | bnxt_hsi.h | 1681 __le16 num_msix; member 2082 __le16 num_msix; member
|
| A D | bnxt.c | 7385 req->num_msix = cpu_to_le16(hwr->cp); in __bnxt_hwrm_reserve_pf_rings()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| A D | main.c | 319 for (indx = BNXT_RE_NQ_IDX; indx < rdev->num_msix; indx++) { in bnxt_re_stop_irq() 352 for (indx = 0; indx < rdev->num_msix; indx++) in bnxt_re_start_irq() 361 for (indx = BNXT_RE_NQ_IDX ; indx < rdev->num_msix; indx++) { in bnxt_re_start_irq() 946 ibdev->num_comp_vectors = rdev->num_msix - 1; in bnxt_re_register_ib() 1279 for (i = 1; i < rdev->num_msix; i++) in bnxt_re_cleanup_res() 1294 for (i = 1; i < rdev->num_msix ; i++) { in bnxt_re_init_res() 1319 for (i = 0; i < rdev->num_msix - 1; i++) { in bnxt_re_free_nq_res() 1365 for (i = 0; i < rdev->num_msix - 1; i++) { in bnxt_re_alloc_res() 1620 rdev->num_msix = 0; in bnxt_re_dev_uninit() 1681 rdev->num_msix = rdev->en_dev->ulp_tbl->msix_requested; in bnxt_re_dev_init()
|
| A D | bnxt_re.h | 177 int num_msix; member
|
| A D | ib_verbs.c | 3068 nq = &rdev->nq[nq_alloc_cnt % (rdev->num_msix - 1)]; in bnxt_re_create_cq()
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| A D | netxen_nic_main.c | 607 int num_msix) in netxen_setup_msi_interrupts() argument 614 netxen_init_msix_entries(adapter, num_msix); in netxen_setup_msi_interrupts() 616 num_msix, num_msix); in netxen_setup_msi_interrupts() 622 adapter->max_sds_rings = num_msix; in netxen_setup_msi_interrupts() 646 int num_msix; in netxen_setup_intr() local 649 num_msix = (num_online_cpus() >= MSIX_ENTRIES_PER_ADAPTER) ? in netxen_setup_intr() 652 num_msix = 1; in netxen_setup_intr() 661 if (!netxen_setup_msi_interrupts(adapter, num_msix)) in netxen_setup_intr() 667 netxen_setup_msi_interrupts(adapter, num_msix)) { in netxen_setup_intr()
|