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

/freebsd-11-stable/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.c1465 ql_hw_tx_done_locked(ha, fp->txr_idx);
1466 ql_hw_tx_done_locked(ha, (fp->txr_idx + (ha->hw.num_tx_rings >> 1)));
1468 ql_hw_tx_done_locked(ha, fp->txr_idx);
H A Dql_hw.c2564 ql_hw_tx_done_locked(ha, txr_idx);
3800 * Name: ql_hw_tx_done_locked
3804 ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx) function

Completed in 137 milliseconds