Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c3426 io->xbusy = TRUE; in ocs_hw_io_activate_port_owned()
3446 if (io->xbusy) { in ocs_hw_io_free_move_correct_list()
3742 if (io->xbusy) { in ocs_hw_check_sec_hio_list()
3747 if (io->xbusy) { in ocs_hw_check_sec_hio_list()
3756 if (io->xbusy) { in ocs_hw_check_sec_hio_list()
3785 io->xbusy = TRUE; in ocs_hw_check_sec_hio_list()
4153 if (io->xbusy) { in ocs_hw_io_send()
4243 if (io->xbusy) { in ocs_hw_io_send()
4269 if (io->xbusy) { in ocs_hw_io_send()
8931 if (!io->xbusy) { in ocs_hw_xabt_process()
[all …]
H A Docs_ddump.c286 ocs_ddump_value(textbuf, "xbusy", "%d", io->xbusy); in ocs_ddump_hw_io()
499 if (io->xbusy) { in ocs_ddump_hw()
H A Docs_hw.h572 uint32_t xbusy; /**< Exchange is active in FW */ member