Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_netdev.c41 unsigned int tx_vis = efx->n_tx_channels + efx->n_extra_tx_channels; in ef100_alloc_vis() local
48 tx_vis += efx->n_xdp_channels * efx->xdp_tx_per_channel; in ef100_alloc_vis()
50 max_vis = max(rx_vis, tx_vis); in ef100_alloc_vis()