Home
last modified time | relevance | path

Searched refs:aux_msix (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_resc.c276 u16 aux_msix = 0; in bnge_reserve_rings() local
285 aux_msix = bnge_get_avail_msix(bd, aux_dflt_msix); in bnge_reserve_rings()
286 if (!aux_msix) in bnge_reserve_rings()
289 if (aux_msix > aux_dflt_msix) in bnge_reserve_rings()
290 aux_msix = aux_dflt_msix; in bnge_reserve_rings()
291 hwr.nq = nq + aux_msix; in bnge_reserve_rings()
358 aux_msix = min_t(u16, resv_msix, aux_msix); in bnge_reserve_rings()
359 bnge_aux_set_msix_num(bd, aux_msix); in bnge_reserve_rings()
370 u16 aux_msix, tx_cp, num_entries; in bnge_alloc_irqs() local
384 aux_msix = bnge_aux_get_msix(bd); in bnge_alloc_irqs()
[all …]