Home
last modified time | relevance | path

Searched refs:txr_comp (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlxgb/
H A Dqla_hw.c1327 hw->txr_comp = hw->txr_next = 0; in qla_init_xmt_cntxt()
1690 while (comp_idx != hw->txr_comp) { in qla_hw_tx_done_locked()
1691 txb = &ha->tx_buf[hw->txr_comp]; in qla_hw_tx_done_locked()
1693 hw->txr_comp++; in qla_hw_tx_done_locked()
1694 if (hw->txr_comp == NUM_TX_DESCRIPTORS) in qla_hw_tx_done_locked()
1695 hw->txr_comp = 0; in qla_hw_tx_done_locked()
1714 hw->txr_comp, hw->txr_free, hw->txr_next, READ_REG32(ha, (ha->hw.tx_prod_reg + 0x1b2000)))); in qla_hw_tx_done_locked()
H A Dqla_isr.c396 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_rcv()
H A Dqla_hw.h773 volatile uint32_t txr_comp; /* index of last tx entry completed */ member
H A Dqla_os.c218 if (qla_le32_to_host(*(hw->tx_cons)) != hw->txr_comp) { in qla_watchdog()
/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.h116 uint32_t txr_comp; member
H A Dql_ioctl.c421 tx_state->txr_comp = ha->hw.tx_cntxt[i].txr_comp; in ql_get_tx_state()
H A Dql_hw.c3399 hw_tx_cntxt->txr_next = hw_tx_cntxt->txr_comp = 0; in qla_init_xmt_cntxt_i()
3742 while (comp_idx != hw_tx_cntxt->txr_comp) { in ql_hw_tx_done_locked()
3743 txb = &ha->tx_ring[txr_idx].tx_buf[hw_tx_cntxt->txr_comp]; in ql_hw_tx_done_locked()
3745 hw_tx_cntxt->txr_comp++; in ql_hw_tx_done_locked()
3746 if (hw_tx_cntxt->txr_comp == NUM_TX_DESCRIPTORS) in ql_hw_tx_done_locked()
3747 hw_tx_cntxt->txr_comp = 0; in ql_hw_tx_done_locked()
3769 hw_tx_cntxt->txr_next, hw_tx_cntxt->txr_comp); in ql_hw_tx_done_locked()
3774 hw_tx_cntxt->txr_next, hw_tx_cntxt->txr_comp)); in ql_hw_tx_done_locked()
H A Dql_hw.h1532 volatile uint32_t txr_comp; /* index of last tx entry completed */ member