Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1800 int v_tx_rings; in enetc_alloc_msix() local
1814 v_tx_rings = priv->num_tx_rings / priv->bdr_int_num; in enetc_alloc_msix()
1821 v = kzalloc(struct_size(v, tx_ring, v_tx_rings), GFP_KERNEL); in enetc_alloc_msix()
1837 v->count_tx_rings = v_tx_rings; in enetc_alloc_msix()
1839 for (j = 0; j < v_tx_rings; j++) { in enetc_alloc_msix()
1846 idx = j + i * v_tx_rings; /* default */ in enetc_alloc_msix()