Home
last modified time | relevance | path

Searched refs:transport_type (Results 1 – 15 of 15) sorted by relevance

/drivers/target/
Dtarget_core_device.c530 if (dev->transport->transport_type != TRANSPORT_PLUGIN_PHBA_PDEV && in core_export_port()
765 dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_emulate_fua_write()
797 dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_emulate_write_cache()
1079 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_queue_depth()
1126 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_fabric_max_sectors()
1167 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_optimal_sectors()
1204 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) { in se_dev_set_block_size()
1644 if (dev->transport->transport_type != TRANSPORT_PLUGIN_PHBA_PDEV) { in target_configure_device()
Dtarget_core_configfs.c1053 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_core_dev_pr_show_attr_res_holder()
1204 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_core_dev_pr_show_attr_res_type()
1217 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_core_dev_pr_show_attr_res_aptpl_active()
1232 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_core_dev_pr_show_attr_res_aptpl_metadata()
1279 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_core_dev_pr_store_attr_res_aptpl_metadata()
Dtarget_core_rd.c639 .transport_type = TRANSPORT_PLUGIN_VHBA_VDEV,
Dtarget_core_transport.c1170 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in transport_check_alloc_task_attr()
1724 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_handle_task_attr()
1858 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in transport_complete_task_attr()
Dtarget_core_iblock.c866 .transport_type = TRANSPORT_PLUGIN_VHBA_PDEV,
Dtarget_core_alua.c707 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_alua_state_check()
2378 if (dev->transport->transport_type != TRANSPORT_PLUGIN_PHBA_PDEV && in core_setup_alua()
Dtarget_core_file.c982 .transport_type = TRANSPORT_PLUGIN_VHBA_PDEV,
Dtarget_core_pscsi.c1151 .transport_type = TRANSPORT_PLUGIN_PHBA_PDEV,
Dtarget_core_user.c1098 .transport_type = TRANSPORT_PLUGIN_VHBA_PDEV,
Dtarget_core_pr.c4031 if (dev->transport->transport_type == TRANSPORT_PLUGIN_PHBA_PDEV) in target_check_reservation()
/drivers/target/iscsi/
Discsi_target_transport.c14 if (t->transport_type == type) { in iscsit_get_transport()
Discsi_target_login.c385 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_zero_tsih_s2()
606 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_login_non_zero_tsih_s2()
696 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) in iscsi_post_login_start_timers()
Discsi_target.c521 .transport_type = ISCSI_TCP,
4091 if (conn->conn_transport->transport_type == ISCSI_INFINIBAND) { in iscsi_target_rx_thread()
4248 if (conn->conn_transport->transport_type == ISCSI_TCP) in iscsit_close_connection()
4556 if (conn->conn_transport->transport_type == ISCSI_TCP) { in iscsit_logout_post_handler_closesession()
4576 if (conn->conn_transport->transport_type == ISCSI_TCP) { in iscsit_logout_post_handler_samecid()
/drivers/infiniband/core/
Dcm_msgs.h162 u8 transport_type = (u8) (be32_to_cpu(req_msg->offset40) & 0x06) >> 1; in cm_req_get_qp_type() local
163 switch(transport_type) { in cm_req_get_qp_type()
/drivers/infiniband/ulp/isert/
Dib_isert.c3462 .transport_type = ISCSI_INFINIBAND,