Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A 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()
1627 if (io->xbusy) { in efct_hw_io_free_move_correct_list()
2453 if (!io->xbusy) in efct_hw_xabt_process()
2457 io->xbusy = false; in efct_hw_xabt_process()
2613 hio->xbusy = true; in efct_hw_bls_send()
2628 hio->xbusy = false; in efct_hw_bls_send()
2822 hio->xbusy = true; in efct_els_hw_srrs_send()
2837 hio->xbusy = false; in efct_els_hw_srrs_send()
[all …]
H A Defct_hw.h225 bool xbusy; member