Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_hw.c1239 if(hw->io[i]->is_port_owned) { in ocs_hw_teardown()
4276 if (hw->auto_xfer_rdy_enabled && io->is_port_owned) { in ocs_hw_io_send()
4291 io->is_port_owned, in ocs_hw_io_send()
8667 if(io->is_port_owned) { in ocs_hw_wq_process_io()
8938 if (io->is_port_owned) { in ocs_hw_xabt_process()
8962 if (io->is_port_owned) { in ocs_hw_xabt_process()
9670 io->is_port_owned = 0; in ocs_hw_init_io()
11309 return io->is_port_owned; in ocs_hw_is_io_port_owned()
11328 return (io == NULL ? FALSE : io->is_port_owned); in ocs_hw_is_xri_port_owned()
11360 io->is_port_owned = 0; in ocs_hw_reclaim_xri()
[all …]
H A Docs_hw.h586 is_port_owned:1, /**< set if POST_XRI was used to send XRI to th chip */ member