Home
last modified time | relevance | path

Searched refs:se_port (Results 1 – 9 of 9) sorted by relevance

/drivers/target/
Dtarget_core_alua.h97 struct se_device *, struct se_port *,
121 struct se_port *);
123 extern void core_alua_free_tg_pt_gp_mem(struct se_port *);
126 extern ssize_t core_alua_show_tg_pt_gp_info(struct se_port *, char *);
127 extern ssize_t core_alua_store_tg_pt_gp_info(struct se_port *, const char *,
Dtarget_core_stat.c546 struct se_port *sep; in target_stat_scsi_port_show_attr_inst()
568 struct se_port *sep; in target_stat_scsi_port_show_attr_dev()
588 struct se_port *sep; in target_stat_scsi_port_show_attr_indx()
608 struct se_port *sep; in target_stat_scsi_port_show_attr_role()
630 struct se_port *sep; in target_stat_scsi_port_show_attr_busy_count()
690 struct se_port *sep; in target_stat_scsi_tgt_port_show_attr_inst()
712 struct se_port *sep; in target_stat_scsi_tgt_port_show_attr_dev()
731 struct se_port *sep; in target_stat_scsi_tgt_port_show_attr_indx()
750 struct se_port *sep; in target_stat_scsi_tgt_port_show_attr_name()
773 struct se_port *sep; in target_stat_scsi_tgt_port_show_attr_port_index()
[all …]
Dtarget_core_alua.c48 struct se_port *port, int explicit, int offline);
149 struct se_port *port; in target_emulate_report_target_port_groups()
288 struct se_port *port, *l_port = cmd->se_lun->lun_sep; in target_emulate_set_target_port_groups()
700 struct se_port *port = lun->lun_sep; in target_alua_state_check()
976 struct se_port *port; in core_alua_do_transition_tg_pt_work()
1144 struct se_port *l_port, in core_alua_do_port_transition()
1258 struct se_port *port) in core_alua_update_tpg_secondary_metadata()
1298 struct se_port *port, in core_alua_set_tg_pt_secondary_state()
1796 struct se_port *port) in core_alua_allocate_tg_pt_gp_mem()
1883 void core_alua_free_tg_pt_gp_mem(struct se_port *port) in core_alua_free_tg_pt_gp_mem()
[all …]
Dtarget_core_device.c199 struct se_port *port; in core_get_se_deve_from_rtpi()
307 struct se_port *port = lun->lun_sep; in core_enable_device_list_for_node()
384 struct se_port *port = lun->lun_sep; in core_disable_device_list_for_node()
460 static struct se_port *core_alloc_port(struct se_device *dev) in core_alloc_port()
462 struct se_port *port, *port_tmp; in core_alloc_port()
464 port = kzalloc(sizeof(struct se_port), GFP_KERNEL); in core_alloc_port()
515 struct se_port *port, in core_export_port()
554 static void core_release_port(struct se_device *dev, struct se_port *port) in core_release_port()
579 struct se_port *port; in core_dev_export()
601 struct se_port *port = lun->lun_sep; in core_dev_unexport()
Dtarget_core_pr.c656 struct se_port *port, *port_tmp; in __core_scsi3_alloc_registration()
1422 struct se_port *tmp_port; in core_scsi3_decode_spec_i_port()
3058 struct se_port *se_port; in core_scsi3_emulate_pro_register_and_move() local
3144 list_for_each_entry(se_port, &dev->dev_sep_list, sep_list) { in core_scsi3_emulate_pro_register_and_move()
3145 if (se_port->sep_rtpi != rtpi) in core_scsi3_emulate_pro_register_and_move()
3147 dest_se_tpg = se_port->sep_tpg; in core_scsi3_emulate_pro_register_and_move()
3928 struct se_port *port = pr_reg->pr_reg_tg_pt_lun->lun_sep; in core_scsi3_pri_read_full_status()
Dtarget_core_xcopy.c362 static struct se_port xcopy_pt_port;
460 memset(&xcopy_pt_port, 0, sizeof(struct se_port)); in target_xcopy_setup_pt()
Dtarget_core_spc.c40 static void spc_fill_alua_data(struct se_port *port, unsigned char *buf) in spc_fill_alua_data()
182 struct se_port *port = NULL; in spc_emulate_evpd_83()
Dtarget_core_configfs.c2589 struct se_port *port; in target_core_alua_tg_pt_gp_show_attr_members()
/drivers/target/loopback/
Dtcm_loop.h57 struct se_port *tl_hba_lun_sep;