Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede.h279 #define NUM_TX_BDS_MAX (TX_RING_SIZE - 1) macro
281 #define NUM_TX_BDS_DEF NUM_TX_BDS_MAX
Dqede_main.c205 u16 idx = txq->sw_tx_cons & NUM_TX_BDS_MAX; in qede_free_tx_pkt()
264 u16 idx = txq->sw_tx_prod & NUM_TX_BDS_MAX; in qede_free_failed_tx_pkt()
422 idx = txq->sw_tx_prod & NUM_TX_BDS_MAX; in qede_start_xmit()
1720 size = sizeof(*txq->sw_tx_ring) * NUM_TX_BDS_MAX; in qede_alloc_mem_txq()
1730 NUM_TX_BDS_MAX, in qede_alloc_mem_txq()