Searched refs:tx_bds_per_q (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 53 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q) 2828 bcmgenet_init_tx_ring(priv, i, priv->hw_params->tx_bds_per_q, in bcmgenet_init_tx_queues() 2829 i * priv->hw_params->tx_bds_per_q, in bcmgenet_init_tx_queues() 2830 (i + 1) * priv->hw_params->tx_bds_per_q); in bcmgenet_init_tx_queues() 2840 priv->hw_params->tx_bds_per_q, in bcmgenet_init_tx_queues() 3755 .tx_bds_per_q = 0, 3769 .tx_bds_per_q = 32, 3786 .tx_bds_per_q = 32, 3805 .tx_bds_per_q = 32, 3824 .tx_bds_per_q = 32, [all …]
|
H A D | bcmgenet.h | 485 u8 tx_bds_per_q; member
|