Home
last modified time | relevance | path

Searched refs:xbusy (Results 1 – 2 of 2) sorted by relevance

/drivers/scsi/elx/efct/
Defct_hw.c370 if (io->xbusy && (wcqe->flags & SLI4_WCQE_XB) == 0) in efct_hw_wq_process_io()
371 io->xbusy = false; in efct_hw_wq_process_io()
550 io->xbusy = 0; in efct_hw_setup_io()
1628 if (io->xbusy) { in efct_hw_io_free_move_correct_list()
2454 if (!io->xbusy) in efct_hw_xabt_process()
2458 io->xbusy = false; in efct_hw_xabt_process()
2614 hio->xbusy = true; in efct_hw_bls_send()
2629 hio->xbusy = false; in efct_hw_bls_send()
2823 hio->xbusy = true; in efct_els_hw_srrs_send()
2838 hio->xbusy = false; in efct_els_hw_srrs_send()
[all …]
Defct_hw.h225 bool xbusy; member