Searched refs:tx_queue_size (Results 1 – 7 of 7) sorted by relevance
25 int tx_queue_size; member
75 int tx_queue_size; member
89 .tx_queue_size = PEGASOS2_SRAM_TXRING_SIZE/16,
2892 u32 tx_queue_size = ENA_DEFAULT_RING_SIZE; in ena_calc_io_queue_size() local2901 tx_queue_size = adapter->tx_ring->ring_size; in ena_calc_io_queue_size()2977 tx_queue_size = clamp_val(tx_queue_size, ENA_MIN_RING_SIZE, in ena_calc_io_queue_size()2982 tx_queue_size = rounddown_pow_of_two(tx_queue_size); in ena_calc_io_queue_size()2987 adapter->requested_tx_ring_size = tx_queue_size; in ena_calc_io_queue_size()
1456 if (pep->pd->tx_queue_size) in pxa168_eth_probe()1457 pep->tx_ring_size = pep->pd->tx_queue_size; in pxa168_eth_probe()
2761 mv643xx_eth_property(pnp, "tx-queue-size", ppd.tx_queue_size); in mv643xx_eth_shared_of_add_port() 2948 if (pd->tx_queue_size) in set_params() 2949 tx_ring_size = pd->tx_queue_size; in set_params()
2465 * apc->tx_queue_size represents the maximum number of WQEs in mana_create_txq() 2469 * as min val of apc->tx_queue_size is 128 and that would make in mana_create_txq() 2470 * txq_size 128*32 = 4096 and the other higher values of apc->tx_queue_size in mana_create_txq() 2473 txq_size = apc->tx_queue_size * 32; in mana_create_txq() 2475 cq_size = apc->tx_queue_size * COMP_ENTRY_SIZE; in mana_create_txq() 3529 apc->tx_queue_size = DEF_TX_BUFFERS_PER_QUEUE; in add_adev()