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.c371 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()
2822 hio->xbusy = true; in efct_els_hw_srrs_send()
2883 if (io->xbusy) in efct_hw_io_send()
2902 if (io->xbusy) in efct_hw_io_send()
2922 if (io->xbusy) in efct_hw_io_send()
[all …]
H A Defct_hw.h225 bool xbusy; member