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

/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_isr.c70 ha->tx_ring[txr_idx].txr_done++;
72 if (ha->tx_ring[txr_idx].txr_done == NUM_TX_DESCRIPTORS)
73 ha->tx_ring[txr_idx].txr_done = 0;
H A Dqls_def.h124 volatile uint32_t txr_done; member in struct:qla_tx_ring
H A Dqls_hw.c636 uint32_t txr_done, txr_next; local
638 txr_done = ha->tx_ring[txr_idx].txr_done;
641 if (txr_done == txr_next) {
643 } else if (txr_done > txr_next) {
644 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
647 txr_done - txr_next;
1189 txr->txr_done = 0;
H A Dqls_os.c193 "%s: tx_ring[%d].txr_done= 0x%08x\n",
195 ha->tx_ring[i].txr_done);

Completed in 171 milliseconds