Searched defs:pr_reg (Results 1 - 11 of 11) sorted by relevance

/drivers/target/
H A Dtarget_core_fabric_lib.c58 struct t10_pr_registration *pr_reg,
89 struct t10_pr_registration *pr_reg,
140 struct t10_pr_registration *pr_reg,
154 struct t10_pr_registration *pr_reg,
225 struct t10_pr_registration *pr_reg,
261 if ((*format_code == 1) && (pr_reg->isid_present_at_reg)) {
287 buf[off+len] = pr_reg->pr_reg_isid[0]; off++;
288 buf[off+len] = pr_reg->pr_reg_isid[1]; off++;
289 buf[off+len] = pr_reg->pr_reg_isid[2]; off++;
290 buf[off+len] = pr_reg
55 sas_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
86 sas_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
137 fc_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
151 fc_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
222 iscsi_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
318 iscsi_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
[all...]
H A Dtarget_core_pr.c57 struct t10_pr_registration *pr_reg,
61 if (!pr_reg->isid_present_at_reg)
64 snprintf(buf, size, ",i,0x%s", pr_reg->pr_reg_isid);
118 struct t10_pr_registration *pr_reg; local
122 pr_reg = core_scsi3_locate_pr_reg(cmd->se_dev, se_sess->se_node_acl,
124 if (pr_reg) {
146 if (pr_reg->pr_res_holder) {
147 core_scsi3_put_pr_reg(pr_reg);
150 if ((pr_reg->pr_res_type == PR_TYPE_WRITE_EXCLUSIVE_REGONLY) ||
151 (pr_reg
56 core_pr_dump_initiator_port( struct t10_pr_registration *pr_reg, char *buf, u32 size) argument
601 struct t10_pr_registration *pr_reg; local
656 struct t10_pr_registration *pr_reg, *pr_reg_atp, *pr_reg_tmp, *pr_reg_tmp_safe; local
780 struct t10_pr_registration *pr_reg; local
838 core_scsi3_aptpl_reserve( struct se_device *dev, struct se_portal_group *tpg, struct se_node_acl *node_acl, struct t10_pr_registration *pr_reg) argument
874 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
953 __core_scsi3_dump_registration( struct target_core_fabric_ops *tfo, struct se_device *dev, struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, enum register_type register_type) argument
988 __core_scsi3_add_registration( struct se_device *dev, struct se_node_acl *nacl, struct t10_pr_registration *pr_reg, enum register_type register_type, int register_move) argument
1061 struct t10_pr_registration *pr_reg; local
1079 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
1147 core_scsi3_put_pr_reg(struct t10_pr_registration *pr_reg) argument
1152 core_scsi3_check_implicit_release( struct se_device *dev, struct t10_pr_registration *pr_reg) argument
1206 __core_scsi3_free_registration( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int dec_holders) argument
1273 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; local
1303 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_res_holder; local
1806 struct t10_pr_registration *pr_reg; local
1988 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_reg_tmp; local
2212 struct t10_pr_registration *pr_reg, *pr_res_holder; local
2384 __core_scsi3_complete_pro_release( struct se_device *dev, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int explicit) argument
2421 struct t10_pr_registration *pr_reg, *pr_reg_p, *pr_res_holder; local
2583 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; local
2663 __core_scsi3_complete_pro_preempt( struct se_device *dev, struct t10_pr_registration *pr_reg, struct list_head *preempt_and_abort_list, int type, int scope, enum preempt_type preempt_type) argument
2711 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
2738 struct t10_pr_registration *pr_reg, *pr_reg_tmp, *pr_reg_n, *pr_res_holder; local
3058 struct t10_pr_registration *pr_reg, *pr_res_holder, *dest_pr_reg; local
3627 struct t10_pr_registration *pr_reg; local
3688 struct t10_pr_registration *pr_reg; local
3835 struct t10_pr_registration *pr_reg, *pr_reg_tmp; local
[all...]
H A Dtarget_core_configfs.c1013 struct t10_pr_registration *pr_reg; local
1018 pr_reg = dev->dev_pr_res_holder;
1019 if (!pr_reg)
1022 se_nacl = pr_reg->pr_reg_nacl;
1023 core_pr_dump_initiator_port(pr_reg, i_buf, PR_REG_ISID_ID_LEN);
1106 struct t10_pr_registration *pr_reg; local
1111 pr_reg = dev->dev_pr_res_holder;
1112 if (!pr_reg) {
1117 se_nacl = pr_reg->pr_reg_nacl;
1119 lun = pr_reg
1142 struct t10_pr_registration *pr_reg; local
1183 struct t10_pr_registration *pr_reg; local
[all...]
/drivers/iommu/
H A Domap-iommu2.c224 #define pr_reg(name) \ macro
242 pr_reg(REVISION);
243 pr_reg(IRQSTATUS);
244 pr_reg(IRQENABLE);
245 pr_reg(WALKING_ST);
246 pr_reg(CNTL);
247 pr_reg(FAULT_AD);
248 pr_reg(TTB);
249 pr_reg(LOCK);
250 pr_reg(LD_TL
[all...]
/drivers/target/loopback/
H A Dtcm_loop.c660 struct t10_pr_registration *pr_reg,
669 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
672 return fc_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
675 return iscsi_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
683 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
690 struct t10_pr_registration *pr_reg,
698 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
701 return fc_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
704 return iscsi_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
712 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
657 tcm_loop_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
687 tcm_loop_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
[all...]
/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c235 struct t10_pr_registration *pr_reg,
247 ret = fc_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
258 struct t10_pr_registration *pr_reg,
269 ret = fc_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
232 tcm_qla2xxx_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
255 tcm_qla2xxx_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
/drivers/target/sbp/
H A Dsbp_target.c1878 struct t10_pr_registration *pr_reg,
1905 struct t10_pr_registration *pr_reg,
1875 sbp_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
1902 sbp_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c1318 struct t10_pr_registration *pr_reg,
1330 ret = sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
1341 struct t10_pr_registration *pr_reg,
1352 ret = sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
1315 usbg_get_pr_transport_id( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
1338 usbg_get_pr_transport_id_len( struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
/drivers/xen/
H A Dxen-scsiback.c1303 struct t10_pr_registration *pr_reg,
1313 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
1316 return fc_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
1319 return iscsi_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
1327 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
1334 struct t10_pr_registration *pr_reg,
1343 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
1346 return fc_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
1349 return iscsi_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
1357 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
1301 scsiback_get_pr_transport_id(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
1332 scsiback_get_pr_transport_id_len(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
[all...]
/drivers/infiniband/ulp/srpt/
H A Dib_srpt.c3427 struct t10_pr_registration *pr_reg,
3442 struct t10_pr_registration *pr_reg,
3425 srpt_get_pr_transport_id(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
3440 srpt_get_pr_transport_id_len(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
/drivers/vhost/
H A Dscsi.c342 struct t10_pr_registration *pr_reg,
352 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
355 return fc_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
358 return iscsi_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
366 return sas_get_pr_transport_id(se_tpg, se_nacl, pr_reg,
373 struct t10_pr_registration *pr_reg,
382 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
385 return fc_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
388 return iscsi_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
396 return sas_get_pr_transport_id_len(se_tpg, se_nacl, pr_reg,
340 tcm_vhost_get_pr_transport_id(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code, unsigned char *buf) argument
371 tcm_vhost_get_pr_transport_id_len(struct se_portal_group *se_tpg, struct se_node_acl *se_nacl, struct t10_pr_registration *pr_reg, int *format_code) argument
[all...]

Completed in 215 milliseconds