Searched refs:TX_RING_SIZE (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/enic/
H A Dvnic_wq.c20 ENIC_BUS_WRITE_4(wq->ctrl, TX_RING_SIZE, count);
H A Dvnic_wq.h17 #define TX_RING_SIZE 0x08 macro
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h106 #define TX_RING_SIZE (1 << TX_RING_SIZE_POW) macro
150 struct sw_tx_bd sw_tx_ring[TX_RING_SIZE];
H A Dqlnx_os.c2950 if ((diff > TX_RING_SIZE) ||
2975 idx = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1);
2976 idx2 = (txq->sw_tx_cons + 2) & (TX_RING_SIZE - 1);
2982 txq->sw_tx_cons = (txq->sw_tx_cons + 1) & (TX_RING_SIZE - 1);
3448 bd_used = TX_RING_SIZE - elem_left;
3724 txq->sw_tx_prod = (txq->sw_tx_prod + 1) & (TX_RING_SIZE - 1);
3776 return(TX_RING_SIZE - 1);
6234 (sizeof (struct sw_tx_bd) * TX_RING_SIZE));
6256 (sizeof (struct sw_tx_bd) * TX_RING_SIZE));
6263 TX_RING_SIZE,
[all...]

Completed in 132 milliseconds