Searched refs:ql_hw_tx_done_locked (Results 1 – 3 of 3) sorted by relevance
71 extern void ql_hw_tx_done_locked(qla_host_t *ha, uint32_t txr_idx);
1437 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()
2536 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