Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.c3461 int v_tx_rings) in enetc_int_vector_init() argument
3467 v = kzalloc_flex(*v, tx_ring, v_tx_rings); in enetc_int_vector_init()
3500 v->count_tx_rings = v_tx_rings; in enetc_int_vector_init()
3502 for (j = 0; j < v_tx_rings; j++) { in enetc_int_vector_init()
3550 int v_tx_rings, v_remainder; in enetc_alloc_msix() local
3566 v_tx_rings = priv->num_tx_rings / priv->bdr_int_num; in enetc_alloc_msix()
3573 int num_tx_rings = i < v_remainder ? v_tx_rings + 1 : v_tx_rings; in enetc_alloc_msix()