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

/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_isr.c73 ha->tx_ring[txr_idx].txr_done++;
75 if (ha->tx_ring[txr_idx].txr_done == NUM_TX_DESCRIPTORS)
76 ha->tx_ring[txr_idx].txr_done = 0;
H A Dqls_def.h125 volatile uint32_t txr_done; member in struct:qla_tx_ring
H A Dqls_hw.c645 uint32_t txr_done, txr_next; local
647 txr_done = ha->tx_ring[txr_idx].txr_done;
650 if (txr_done == txr_next) {
652 } else if (txr_done > txr_next) {
653 ha->tx_ring[txr_idx].txr_free = txr_done - txr_next;
656 txr_done - txr_next;
1204 txr->txr_done = 0;
H A Dqls_os.c196 "%s: tx_ring[%d].txr_done= 0x%08x\n",
198 ha->tx_ring[i].txr_done);

Completed in 74 milliseconds