Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1796 int v_tx_rings; in enetc_alloc_msix() local
1810 v_tx_rings = priv->num_tx_rings / priv->bdr_int_num; in enetc_alloc_msix()
1817 v = kzalloc(struct_size(v, tx_ring, v_tx_rings), GFP_KERNEL); in enetc_alloc_msix()
1833 v->count_tx_rings = v_tx_rings; in enetc_alloc_msix()
1835 for (j = 0; j < v_tx_rings; j++) { in enetc_alloc_msix()
1842 idx = j + i * v_tx_rings; /* default */ in enetc_alloc_msix()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc.c2979 int v_tx_rings; in enetc_alloc_msix() local
2992 v_tx_rings = priv->num_tx_rings / priv->bdr_int_num; in enetc_alloc_msix()
2999 v = kzalloc(struct_size(v, tx_ring, v_tx_rings), GFP_KERNEL); in enetc_alloc_msix()
3036 v->count_tx_rings = v_tx_rings; in enetc_alloc_msix()
3038 for (j = 0; j < v_tx_rings; j++) { in enetc_alloc_msix()

Completed in 7 milliseconds