Searched refs:ql_hw_tx_done_locked (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/qlxgbe/
H A Dql_glbl.h71 extern void ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx);
H A Dql_os.c1441 ql_hw_tx_done_locked(ha, fp->txr_idx);
1442 ql_hw_tx_done_locked(ha, (fp->txr_idx + (ha->hw.num_tx_rings >> 1)));
1444 ql_hw_tx_done_locked(ha, fp->txr_idx);
H A Dql_hw.c2536 ql_hw_tx_done_locked(ha, txr_idx);
3726 * Name: ql_hw_tx_done_locked
3730 ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx) function

Completed in 178 milliseconds