Searched refs:out_tid_len (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/target/ |
| H A D | target_core_fabric_lib.c | 293 u32 *out_tid_len, in iscsi_parse_pr_out_transport_id() argument 322 if (out_tid_len) { in iscsi_parse_pr_out_transport_id() 324 *out_tid_len = get_unaligned_be16(&buf[2]); in iscsi_parse_pr_out_transport_id() 326 *out_tid_len += 4; in iscsi_parse_pr_out_transport_id() 423 char *buf, u32 *out_tid_len, char **port_nexus_ptr, char *i_str) in target_parse_pr_out_transport_id() argument 443 return iscsi_parse_pr_out_transport_id(tpg, buf, out_tid_len, in target_parse_pr_out_transport_id() 451 *out_tid_len = 24; in target_parse_pr_out_transport_id()
|
| H A D | target_core_internal.h | 107 char *buf, u32 *out_tid_len, char **port_nexus_ptr, char *i_str);
|