Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc.c1608 int size, v_tx_rings; in enetc_alloc_msix() local
1622 v_tx_rings = priv->num_tx_rings / priv->bdr_int_num; in enetc_alloc_msix()
1624 sizeof(struct enetc_bdr) * v_tx_rings; in enetc_alloc_msix()
1641 v->count_tx_rings = v_tx_rings; in enetc_alloc_msix()
1643 for (j = 0; j < v_tx_rings; j++) { in enetc_alloc_msix()
1650 idx = j + i * v_tx_rings; /* default */ in enetc_alloc_msix()