Searched refs:txr_comp (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/dev/qlxgb/
H A Dqla_hw.c1341 hw->txr_comp = hw->txr_next = 0;
1704 while (comp_idx != hw->txr_comp) {
1706 txb = &ha->tx_buf[hw->txr_comp];
1708 hw->txr_comp++;
1709 if (hw->txr_comp == NUM_TX_DESCRIPTORS)
1710 hw->txr_comp = 0;
1729 hw->txr_comp, hw->txr_free, hw->txr_next, READ_REG32(ha, (ha->hw.tx_prod_reg + 0x1b2000))));
H A Dqla_isr.c401 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) {
H A Dqla_hw.h779 volatile uint32_t txr_comp; /* index of last tx entry completed */ member in struct:_qla_hw
H A Dqla_os.c221 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) {
/freebsd-10.1-release/sys/dev/qlxgbe/
H A Dql_hw.c2309 hw_tx_cntxt->txr_next = hw_tx_cntxt->txr_comp = 0;
2558 while (comp_idx != hw_tx_cntxt->txr_comp) {
2560 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp];
2562 hw_tx_cntxt->txr_comp++;
2563 if (hw_tx_cntxt->txr_comp == NUM_TX_DESCRIPTORS)
2564 hw_tx_cntxt->txr_comp = 0;
H A Dql_hw.h1404 volatile uint32_t txr_comp; /* index of last tx entry completed */ member in struct:_qla_hw_tx_cntxt
H A Dql_os.c241 hw_tx_cntxt->txr_comp) {

Completed in 63 milliseconds