Searched refs:num_allocated (Results 1 – 7 of 7) 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 | 169 ((fls(vf->qtag.num_allocated) - 1) << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT)); in ixl_vf_alloc_vsi() 1715 i, pf->vfs[i].qtag.num_allocated); in ixl_if_iov_uninit() 1764 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 | 757 pf->qtag.num_allocated, pf->qtag.num_active); in ixl_if_attach_post()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 8922 int num_allocated = 0; in bxe_interrupt_alloc() local 8956 num_allocated = num_requested; in bxe_interrupt_alloc() 8957 if ((rc = pci_alloc_msix(sc->dev, &num_allocated)) != 0) { in bxe_interrupt_alloc() 8963 if (num_allocated < 2) { /* possible? */ in bxe_interrupt_alloc() 8971 num_requested, num_allocated); in bxe_interrupt_alloc() 8974 sc->intr_count = num_allocated; in bxe_interrupt_alloc() 8975 sc->num_queues = num_allocated - 1; in bxe_interrupt_alloc() 8980 for (i = 0; i < num_allocated; i++) { in bxe_interrupt_alloc() 9025 num_allocated = num_requested; in bxe_interrupt_alloc() 9026 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 | 6139 int i, rc, num_allocated; in qlnx_alloc_mem_rxq() local 6191 num_allocated = i; in qlnx_alloc_mem_rxq() 6192 if (!num_allocated) { in qlnx_alloc_mem_rxq() 6195 } else if (num_allocated < rxq->num_rx_buffers) { in qlnx_alloc_mem_rxq() 6197 " desired (%d allocated)\n", num_allocated); in qlnx_alloc_mem_rxq()
|