Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/qlxgbe/
HDql_glbl.h71 extern void ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx);
HDql_os.c1437 ql_hw_tx_done_locked(ha, fp->txr_idx); in qla_fp_taskqueue()
1438 ql_hw_tx_done_locked(ha, (fp->txr_idx + (ha->hw.num_tx_rings >> 1))); in qla_fp_taskqueue()
1440 ql_hw_tx_done_locked(ha, fp->txr_idx); in qla_fp_taskqueue()
HDql_hw.c2536 ql_hw_tx_done_locked(ha, txr_idx); in ql_hw_send()
3730 ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx) in ql_hw_tx_done_locked() function