Searched refs:num_allocated (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/dev/ixl/ |
| H A D | ixl_pf_qmgr.c | 85 qtag->num_allocated = alloc_size; in ixl_pf_qmgr_alloc_contiguous() 115 qtag->num_allocated = alloc_size; in ixl_pf_qmgr_alloc_scattered() 140 for (i = 0; i < qtag->num_allocated; i++) { in ixl_pf_qmgr_release() 146 for (i = first_index; i < first_index + qtag->num_allocated; i++) in ixl_pf_qmgr_release() 274 for (u16 i = 0; i < qtag->num_allocated; i++) { in ixl_pf_qmgr_clear_queue_flags() 287 MPASS(index < qtag->num_allocated); in ixl_pf_qidx_from_vsi_qidx()
|
| H A D | ixl_pf_qmgr.h | 80 u16 num_allocated; member
|
| H A D | ixl_pf_iov.c | 190 ((fls(vf->qtag.num_allocated) - 1) << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)); in ixl_vf_alloc_vsi() 2305 pf->vfs[i].qtag.num_allocated); in ixl_if_iov_uninit() 2360 vf->vf_num, vf->qtag.num_allocated, vf->qtag.num_active); in ixl_vf_reserve_queues()
|
| H A D | ixl_pf_iflib.c | 481 tc_queues = fls(pf->qtag.num_allocated) - 1; in ixl_initialize_vsi()
|
| H A D | if_ixl.c | 784 pf->qtag.num_allocated, pf->qtag.num_active); in ixl_if_attach_post()
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_mgmt.c | 530 int ret = 0, num_allocated = 0, i; in bnxt_mgmt_process_hwrm() local 619 num_allocated++; in bnxt_mgmt_process_hwrm() 669 if (num_allocated) { in bnxt_mgmt_process_hwrm() 670 for (i = 0; i < num_allocated; i++) in bnxt_mgmt_process_hwrm()
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe.c | 8928 int num_allocated = 0; in bxe_interrupt_alloc() local 8962 num_allocated = num_requested; in bxe_interrupt_alloc() 8963 if ((rc = pci_alloc_msix(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc() 8969 if (num_allocated < 2) { /* possible? */ in bxe_interrupt_alloc() 8977 num_requested, num_allocated); in bxe_interrupt_alloc() 8980 sc->intr_count = num_allocated; in bxe_interrupt_alloc() 8981 sc->num_queues = num_allocated - 1; in bxe_interrupt_alloc() 8986 for (i = 0; i < num_allocated; i++) { in bxe_interrupt_alloc() 9031 num_allocated = num_requested; in bxe_interrupt_alloc() 9032 if ((rc = pci_alloc_msi(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc() [all …]
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 6097 int i, rc, num_allocated; in qlnx_alloc_mem_rxq() local 6149 num_allocated = i; in qlnx_alloc_mem_rxq() 6150 if (!num_allocated) { in qlnx_alloc_mem_rxq() 6153 } else if (num_allocated < rxq->num_rx_buffers) { in qlnx_alloc_mem_rxq() 6155 " desired (%d allocated)\n", num_allocated); in qlnx_alloc_mem_rxq()
|