/drivers/target/iscsi/ |
D | iscsi_target_tpg.c | 36 struct iscsi_portal_group *tpg; in iscsit_alloc_portal_group() local 62 struct iscsi_portal_group *tpg; in iscsit_load_discovery_tpg() local 117 struct iscsi_portal_group *tpg = iscsit_global->discovery_tpg; in iscsit_release_discovery_tpg() local 133 struct iscsi_portal_group *tpg = NULL; in iscsit_get_tpg_from_np() local 164 struct iscsi_portal_group *tpg) in iscsit_get_tpg() 172 void iscsit_put_tpg(struct iscsi_portal_group *tpg) in iscsit_put_tpg() 179 struct iscsi_portal_group *tpg, in iscsit_clear_tpg_np_login_thread() 193 struct iscsi_portal_group *tpg, in iscsit_clear_tpg_np_login_threads() 211 void iscsit_tpg_dump_params(struct iscsi_portal_group *tpg) in iscsit_tpg_dump_params() 216 static void iscsit_set_default_tpg_attribs(struct iscsi_portal_group *tpg) in iscsit_set_default_tpg_attribs() [all …]
|
D | iscsi_target_configfs.c | 76 struct iscsi_portal_group *tpg; in lio_target_np_store_sctp() local 152 struct iscsi_portal_group *tpg; in lio_target_np_store_iser() local 224 struct iscsi_portal_group *tpg; in lio_target_call_addnptotpg() local 338 struct iscsi_portal_group *tpg; in lio_target_call_delnpfromtpg() local 789 struct iscsi_portal_group *tpg = container_of(se_tpg, in lio_target_nacl_store_cmdsn_depth() local 891 struct iscsi_portal_group *tpg = container_of(se_tpg, in lio_target_make_nodeacl() local 1360 struct iscsi_portal_group *tpg = container_of(se_tpg, in lio_target_tpg_show_enable() local 1377 struct iscsi_portal_group *tpg = container_of(se_tpg, in lio_target_tpg_store_enable() local 1430 struct iscsi_portal_group *tpg; in lio_target_tiqn_addtpg() local 1480 struct iscsi_portal_group *tpg; in lio_target_tiqn_deltpg() local [all …]
|
D | iscsi_target_login.c | 165 struct iscsi_portal_group *tpg = conn->tpg; in iscsi_check_for_session_reinstatement() local 551 struct iscsi_portal_group *tpg = conn->tpg; in iscsi_login_non_zero_tsih_s2() local 757 struct iscsi_portal_group *tpg = sess->tpg; in iscsi_post_login_handler() local 1270 struct iscsi_portal_group *tpg = NULL; in __iscsi_target_login_thread() local
|
D | iscsi_target_erl0.c | 754 struct iscsi_portal_group *tpg = sess->tpg; in iscsit_handle_time2retain_timeout() local 826 struct iscsi_portal_group *tpg = sess->tpg; in iscsit_stop_time2retain_timer() local
|
D | iscsi_target_nodeattrib.c | 37 struct iscsi_portal_group *tpg) in iscsit_set_default_node_attribues()
|
D | iscsi_target.c | 209 int iscsit_access_np(struct iscsi_np *np, struct iscsi_portal_group *tpg) in iscsit_access_np() 257 int iscsit_deaccess_np(struct iscsi_np *np, struct iscsi_portal_group *tpg, in iscsit_deaccess_np() 422 struct iscsi_portal_group *tpg, in iscsit_reset_np_thread() 3382 struct iscsi_portal_group *tpg; in iscsit_build_sendtargets_response() local 4469 struct iscsi_portal_group *tpg = sess->tpg; in iscsit_close_session() local 4794 int iscsit_release_sessions_for_tpg(struct iscsi_portal_group *tpg, int force) in iscsit_release_sessions_for_tpg()
|
D | iscsi_target_nego.c | 582 struct iscsi_portal_group *tpg = conn->tpg; in iscsi_target_do_login_rx() local 666 struct iscsi_portal_group *tpg = conn->tpg; in iscsi_target_do_cleanup() local
|
D | iscsi_target_util.c | 982 struct iscsi_portal_group *tpg = conn->sess->tpg; in iscsit_handle_nopin_response_timeout() local 1498 struct iscsi_portal_group *tpg; in iscsit_snmp_get_tiqn() local
|
/drivers/media/platform/vivid/ |
D | vivid-tpg.h | 181 static inline void tpg_s_pattern(struct tpg_data *tpg, enum tpg_pattern pattern) in tpg_s_pattern() 189 static inline void tpg_s_quality(struct tpg_data *tpg, in tpg_s_quality() 199 static inline enum tpg_quality tpg_g_quality(const struct tpg_data *tpg) in tpg_g_quality() 204 static inline void tpg_s_alpha_component(struct tpg_data *tpg, in tpg_s_alpha_component() 213 static inline void tpg_s_alpha_mode(struct tpg_data *tpg, in tpg_s_alpha_mode() 222 static inline void tpg_s_brightness(struct tpg_data *tpg, in tpg_s_brightness() 231 static inline void tpg_s_contrast(struct tpg_data *tpg, in tpg_s_contrast() 240 static inline void tpg_s_saturation(struct tpg_data *tpg, in tpg_s_saturation() 249 static inline void tpg_s_hue(struct tpg_data *tpg, in tpg_s_hue() 258 static inline void tpg_s_rgb_range(struct tpg_data *tpg, in tpg_s_rgb_range() [all …]
|
D | vivid-tpg.c | 94 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init() 115 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc() 146 void tpg_free(struct tpg_data *tpg) in tpg_free() 166 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc() 236 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() 251 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, in tpg_reset_source() 274 static enum tpg_color tpg_get_textbg_color(struct tpg_data *tpg) in tpg_get_textbg_color() 286 static enum tpg_color tpg_get_textfg_color(struct tpg_data *tpg) in tpg_get_textfg_color() 299 static u16 color_to_y(struct tpg_data *tpg, int r, int g, int b) in color_to_y() 315 static u16 color_to_cb(struct tpg_data *tpg, int r, int g, int b) in color_to_cb() [all …]
|
D | vivid-kthread-cap.c | 236 struct tpg_data *tpg = &dev->tpg; in vivid_copy_buffer() local 577 struct tpg_data *tpg = &dev->tpg; in vivid_overlay() local
|
/drivers/target/ |
D | target_core_tpg.c | 56 struct se_portal_group *tpg) in core_clear_initiator_node_from_tpg() 91 struct se_portal_group *tpg, in __core_tpg_get_initiator_node_acl() 109 struct se_portal_group *tpg, in core_tpg_get_initiator_node_acl() 128 struct se_portal_group *tpg) in core_tpg_add_node_to_devs() 187 struct se_portal_group *tpg, in core_set_queue_depth_for_node() 262 struct se_portal_group *tpg, in core_tpg_check_initiator_node_acl() 332 void core_tpg_clear_object_luns(struct se_portal_group *tpg) in core_tpg_clear_object_luns() 358 struct se_portal_group *tpg, in core_tpg_add_initiator_node_acl() 450 struct se_portal_group *tpg, in core_tpg_del_initiator_node_acl() 514 struct se_portal_group *tpg, in core_tpg_set_initiator_node_queue_depth() [all …]
|
D | target_core_device.c | 200 struct se_portal_group *tpg = nacl->se_tpg; in core_get_se_deve_from_rtpi() local 239 struct se_portal_group *tpg) in core_free_device_list_for_node() 305 struct se_portal_group *tpg) in core_enable_device_list_for_node() 382 struct se_portal_group *tpg) in core_disable_device_list_for_node() 430 void core_clear_lun_from_tpg(struct se_lun *lun, struct se_portal_group *tpg) in core_clear_lun_from_tpg() 514 struct se_portal_group *tpg, in core_export_port() 575 struct se_portal_group *tpg, in core_dev_export() 597 struct se_portal_group *tpg, in core_dev_unexport() 1223 struct se_portal_group *tpg, in core_dev_add_lun() 1270 struct se_portal_group *tpg, in core_dev_del_lun() [all …]
|
D | target_core_pr.c | 192 struct se_portal_group *tpg; in target_scsi2_reservation_release() local 237 struct se_portal_group *tpg; in target_scsi2_reservation_reserve() local 842 struct se_portal_group *tpg, in core_scsi3_aptpl_reserve() 870 struct se_portal_group *tpg, in __core_scsi3_check_aptpl_registration() 941 struct se_portal_group *tpg, in core_scsi3_check_aptpl_registration() 1082 struct se_portal_group *tpg; in __core_scsi3_locate_pr_reg() local 1136 struct se_portal_group *tpg = nacl->se_tpg; in core_scsi3_locate_pr_reg() local 1333 static int core_scsi3_tpg_depend_item(struct se_portal_group *tpg) in core_scsi3_tpg_depend_item() 1339 static void core_scsi3_tpg_undepend_item(struct se_portal_group *tpg) in core_scsi3_tpg_undepend_item() 1349 struct se_portal_group *tpg = nacl->se_tpg; in core_scsi3_nodeacl_depend_item() local [all …]
|
D | target_core_stat.c | 751 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_name() local 774 struct se_portal_group *tpg; in target_stat_scsi_tgt_port_show_attr_port_index() local 949 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_device() local 972 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_indx() local 995 struct se_portal_group *tpg; in target_stat_scsi_transport_show_attr_dev_name() local 1085 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_inst() local 1134 struct se_portal_group *tpg; in target_stat_scsi_auth_intr_show_attr_port() local 1451 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_inst() local 1500 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_port() local 1524 struct se_portal_group *tpg; in target_stat_scsi_att_intr_port_show_attr_indx() local [all …]
|
D | target_core_spc.c | 183 struct se_portal_group *tpg = NULL; in spc_emulate_evpd_83() local 710 struct se_portal_group *tpg = cmd->se_lun->lun_sep->sep_tpg; in spc_emulate_inquiry() local
|
/drivers/target/sbp/ |
D | sbp_target.c | 96 struct sbp_tpg *tpg, u64 guid) in sbp_session_find_by_guid() 128 struct sbp_tpg *tpg, in sbp_login_count_all_by_lun() 157 struct sbp_tpg *tpg, int login_id) in sbp_login_find_by_id() 179 static struct se_lun *sbp_get_lun_from_tpg(struct sbp_tpg *tpg, int lun) in sbp_get_lun_from_tpg() 199 struct sbp_tpg *tpg, in sbp_session_create() 298 struct sbp_tpg *tpg = tport->tpg; in sbp_management_request_login() local 530 struct sbp_tpg *tpg = tport->tpg; in sbp_management_request_reconnect() local 589 struct sbp_tpg *tpg = tport->tpg; in sbp_management_request_logout() local 1699 struct sbp_tpg *tpg = container_of(se_tpg, struct sbp_tpg, se_tpg); in sbp_get_fabric_wwn() local 1707 struct sbp_tpg *tpg = container_of(se_tpg, struct sbp_tpg, se_tpg); in sbp_get_tag() local [all …]
|
/drivers/target/tcm_fc/ |
D | tfc_conf.c | 207 struct ft_tpg *tpg; in ft_add_acl() local 230 struct ft_tpg *tpg; in ft_del_acl() local 245 struct ft_node_acl *ft_acl_get(struct ft_tpg *tpg, struct fc_rport_priv *rdata) in ft_acl_get() 302 struct ft_tpg *tpg; in ft_add_tpg() local 358 struct ft_tpg *tpg = container_of(se_tpg, struct ft_tpg, se_tpg); in ft_del_tpg() local 473 struct ft_tpg *tpg = se_tpg->se_tpg_fabric_ptr; in ft_get_fabric_wwn() local 480 struct ft_tpg *tpg = se_tpg->se_tpg_fabric_ptr; in ft_get_tag() local 505 struct ft_tpg *tpg = se_tpg->se_tpg_fabric_ptr; in ft_tpg_get_inst_index() local
|
D | tfc_sess.c | 56 struct ft_tpg *tpg; in ft_tport_get() local 96 struct ft_tpg *tpg; in ft_tport_delete() local
|
D | tcm_fc.h | 65 struct ft_tpg *tpg; /* NULL if TPG deleted before tport */ member 108 struct ft_tpg *tpg; member
|
/drivers/usb/gadget/legacy/ |
D | tcm_usb_gadget.c | 1053 struct usbg_tpg *tpg; in usbg_cmd_work() local 1086 struct usbg_tpg *tpg; in usbg_submit_command() local 1169 struct usbg_tpg *tpg; in bot_cmd_work() local 1202 struct usbg_tpg *tpg; in bot_submit_command() local 1279 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_proto_ident() local 1296 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_fabric_wwn() local 1305 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_tag() local 1322 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_pr_transport_id() local 1344 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_get_pr_transport_id_len() local 1366 struct usbg_tpg *tpg = container_of(se_tpg, in usbg_parse_pr_out_transport_id() local [all …]
|
/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 196 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_proto_ident() local 213 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_wwn() local 222 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag() local 239 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_pr_transport_id() local 261 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_pr_transport_id_len() local 283 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_parse_pr_out_transport_id() local 301 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode() local 309 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache() local 317 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect() local 325 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect() local [all …]
|
/drivers/xen/ |
D | xen-scsiback.c | 86 struct scsiback_tpg *tpg; /* translate to */ member 271 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_print_status() local 327 struct scsiback_tpg *tpg = entry->tpg; in scsiback_free_translation_entry() local 602 struct scsiback_tpg *tpg = pending_req->v2p->tpg; in scsiback_device_action() local 875 struct scsiback_tpg *tpg_entry, *tpg = NULL; in scsiback_add_translation_entry() local 1257 struct scsiback_tpg *tpg = container_of(se_tpg, in scsiback_get_fabric_proto_ident() local 1279 struct scsiback_tpg *tpg = container_of(se_tpg, in scsiback_get_fabric_wwn() local 1288 struct scsiback_tpg *tpg = container_of(se_tpg, in scsiback_get_tag() local 1305 struct scsiback_tpg *tpg = container_of(se_tpg, in scsiback_get_pr_transport_id() local 1335 struct scsiback_tpg *tpg = container_of(se_tpg, in scsiback_get_pr_transport_id_len() local [all …]
|
/drivers/vhost/ |
D | scsi.c | 298 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_get_fabric_proto_ident() local 320 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_get_fabric_wwn() local 329 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_get_tag() local 346 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_get_pr_transport_id() local 376 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_get_pr_transport_id_len() local 406 struct tcm_vhost_tpg *tpg = container_of(se_tpg, in tcm_vhost_parse_pr_out_transport_id() local 724 vhost_scsi_get_tag(struct vhost_virtqueue *vq, struct tcm_vhost_tpg *tpg, in vhost_scsi_get_tag() 990 struct tcm_vhost_tpg *tpg; in vhost_scsi_handle_vq() local 1236 struct tcm_vhost_tpg *tpg, in tcm_vhost_send_evt() 1335 struct tcm_vhost_tpg *tpg; in vhost_scsi_set_endpoint() local [all …]
|
/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 3350 static char *srpt_get_fabric_wwn(struct se_portal_group *tpg) in srpt_get_fabric_wwn() 3357 static u16 srpt_get_tag(struct se_portal_group *tpg) in srpt_get_tag() 3547 static struct se_node_acl *srpt_make_nodeacl(struct se_portal_group *tpg, in srpt_make_nodeacl() 3807 static void srpt_drop_tpg(struct se_portal_group *tpg) in srpt_drop_tpg()
|