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.c275 u16 aux_msix = 0; in bnge_reserve_rings() local
284 aux_msix = bnge_get_avail_msix(bd, aux_dflt_msix); in bnge_reserve_rings()
285 if (!aux_msix) in bnge_reserve_rings()
288 if (aux_msix > aux_dflt_msix) in bnge_reserve_rings()
289 aux_msix = aux_dflt_msix; in bnge_reserve_rings()
290 hwr.nq = nq + aux_msix; in bnge_reserve_rings()
357 aux_msix = min_t(u16, resv_msix, aux_msix); in bnge_reserve_rings()
358 bnge_aux_set_msix_num(bd, aux_msix); in bnge_reserve_rings()
369 u16 aux_msix, tx_cp, num_entries; in bnge_alloc_irqs() local
383 aux_msix = bnge_aux_get_msix(bd); in bnge_alloc_irqs()
[all …]