Searched refs:hio_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_els.c | 641 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_plogi() 702 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_flogi() 758 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_fdisc() 820 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_prli() 874 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_prlo() 933 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_logo() 996 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_adisc() 1046 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_pdisc() 1095 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_scr() 1144 els->hio_type = OCS_HW_ELS_REQ; in ocs_send_rrq() [all …]
|
| H A D | ocs_scsi.c | 1309 rc = ocs_scsi_build_sgls(&ocs->hw, io->hio, &io->hw_dif, io->sgl, io->sgl_count, io->hio_type); in ocs_scsi_io_dispatch_hw_io() 1323 …rc = ocs_hw_io_send(&io->ocs->hw, io->hio_type, io->hio, io->wire_len, &io->iparam, &io->node->rno… in ocs_scsi_io_dispatch_hw_io() 1329 rc = ocs_hw_srrs_send(&ocs->hw, io->hio_type, io->hio, in ocs_scsi_io_dispatch_hw_io() 1336 rc = ocs_hw_srrs_send(&ocs->hw, io->hio_type, io->hio, in ocs_scsi_io_dispatch_hw_io() 1345 rc = ocs_hw_srrs_send(&ocs->hw, io->hio_type, io->hio, in ocs_scsi_io_dispatch_hw_io() 1497 io->hio_type = type; in ocs_scsi_xfer_data() 1659 io->hio_type = OCS_HW_IO_TARGET_RSP; in ocs_scsi_send_resp() 1787 io->hio_type = OCS_HW_IO_TARGET_RSP; in ocs_scsi_send_tmf_resp() 2064 io->hio_type = OCS_HW_BLS_ACC; in ocs_target_send_bls_resp() 2512 io->hio_type = type; in ocs_scsi_send_io() [all …]
|
| H A D | ocs_io.h | 119 ocs_hw_io_type_e hio_type; /**< HW IO type */ member
|
| H A D | ocs_io.c | 252 io->hio_type = OCS_HW_IO_MAX; in ocs_io_pool_io_alloc() 369 ocs_ddump_value(textbuf, "hio_type", "%d", io->hio_type); in ocs_ddump_io()
|
| H A D | ocs_node.c | 1626 if ((cbdata->els->hio_type != OCS_HW_ELS_REQ) || (els_gen->command_code != cmd)) { in node_check_els_req() 1627 if (cbdata->els->hio_type != OCS_HW_ELS_REQ) { in node_check_els_req() 1629 node->display_name, funcname, cmd, cbdata->els->hio_type); in node_check_els_req() 1676 if ((cbdata->els->hio_type != OCS_HW_FC_CT) || fcct->cmd_rsp_code != ocs_htobe16(cmd)) { in node_check_ns_req() 1677 if (cbdata->els->hio_type != OCS_HW_FC_CT) { in node_check_ns_req() 1679 node->display_name, funcname, cmd, cbdata->els->hio_type); in node_check_ns_req()
|