Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_glbl.h68 extern int qls_hw_tx_done(qla_host_t *ha, uint32_t txr_idx);
H A Dqls_hw.c635 qls_hw_tx_done(qla_host_t *ha, uint32_t txr_idx) in qls_hw_tx_done() function
686 if (qls_hw_tx_done(ha, txr_idx)) { in qls_hw_send()
H A Dqls_os.c1057 ret |= qls_hw_tx_done(ha, i); in qls_start()