Searched refs:ocs_io_find_tgt_io (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/sys/dev/ocs_fc/ |
H A D | ocs_io.h | 190 extern ocs_io_t *ocs_io_find_tgt_io(ocs_t *ocs, ocs_node_t *node, uint16_t ox_id, uint16_t rx_id);
|
H A D | ocs_io.c | 315 ocs_io_find_tgt_io(ocs_t *ocs, ocs_node_t *node, uint16_t ox_id, uint16_t rx_id) in ocs_io_find_tgt_io() function
|
H A D | ocs_device.c | 525 abortio = ocs_io_find_tgt_io(ocs, node, ox_id, rx_id); in ocs_process_abts()
|
H A D | ocs_node.c | 2183 if (ocs_io_find_tgt_io(ocs, node, ox_id, rx_id) == NULL) { in ocs_node_recv_abts_frame()
|