Home
last modified time | relevance | path

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

/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h21 #define TOTAL_DESC 256 macro
37 #define DMA_FC_THRESH_HI (TOTAL_DESC >> 4)
Dbcmgenet.c58 (TOTAL_DESC - priv->hw_params->rx_queues * priv->hw_params->rx_bds_per_q)
60 (TOTAL_DESC - priv->hw_params->tx_queues * priv->hw_params->tx_bds_per_q)
70 TOTAL_DESC * DMA_DESC_SIZE)
73 TOTAL_DESC * DMA_DESC_SIZE)
2213 TOTAL_DESC); in bcmgenet_init_tx_queues()
2335 TOTAL_DESC); in bcmgenet_init_rx_queues()
2465 priv->num_rx_bds = TOTAL_DESC; in bcmgenet_init_dma()
2478 priv->num_tx_bds = TOTAL_DESC; in bcmgenet_init_dma()