Searched refs:format_code (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/target/ |
D | target_core_fabric_lib.c | 49 int *format_code, in sas_get_pr_transport_id() argument 66 int *format_code, in fc_get_pr_transport_id() argument 98 int *format_code, in sbp_get_pr_transport_id() argument 114 int *format_code, in srp_get_pr_transport_id() argument 143 int *format_code, in iscsi_get_pr_transport_id() argument 174 if ((*format_code == 1) && (pr_reg->isid_present_at_reg)) { in iscsi_get_pr_transport_id() 233 int *format_code) in iscsi_get_pr_transport_id_len() argument 253 *format_code = 1; in iscsi_get_pr_transport_id_len() 255 *format_code = 0; in iscsi_get_pr_transport_id_len() 284 u8 format_code = (buf[0] & 0xc0); in iscsi_parse_pr_out_transport_id() local [all …]
|
D | target_core_internal.h | 95 struct t10_pr_registration *pr_reg, int *format_code); 97 struct t10_pr_registration *pr_reg, int *format_code,
|
D | target_core_pr.c | 3942 int format_code = 0, pr_res_type = 0, pr_res_scope = 0; in core_scsi3_pri_read_full_status() local 3989 &format_code); in core_scsi3_pri_read_full_status() 4061 &format_code, &buf[off+4]); in core_scsi3_pri_read_full_status()
|