Searched refs:TX_RING_SIZE (Results 1 – 4 of 4) sorted by relevance
17 #define TX_RING_SIZE 0x08 macro
116 ENIC_BUS_WRITE_4(wq->ctrl, TX_RING_SIZE, count); in enic_wq_init_start()
106 #define TX_RING_SIZE (1 << TX_RING_SIZE_POW) macro150 struct sw_tx_bd sw_tx_ring[TX_RING_SIZE];
2820 if ((diff > TX_RING_SIZE) || in qlnx_tx_int()2845 idx = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1); in qlnx_tx_int()2846 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1); in qlnx_tx_int()2852 txq->sw_tx_cons = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1); in qlnx_tx_int()3319 bd_used = TX_RING_SIZE - elem_left; in qlnx_send()3595 txq->sw_tx_prod = (txq->sw_tx_prod + 1) & (TX_RING_SIZE - 1); in qlnx_send()3647 return(TX_RING_SIZE - 1); in qlnx_get_ifq_snd_maxlen()6105 (sizeof (struct sw_tx_bd) * TX_RING_SIZE)); in qlnx_free_mem_txq()6127 (sizeof (struct sw_tx_bd) * TX_RING_SIZE)); in qlnx_alloc_mem_txq()6134 TX_RING_SIZE, in qlnx_alloc_mem_txq()[all …]