tid_len          1447 drivers/net/ethernet/chelsio/cxgb3/t3_cpl.h 	__be32 tid_len;
tid_len           268 drivers/target/target_core_fabric_lib.c 	u32 tid_len, padding;
tid_len           298 drivers/target/target_core_fabric_lib.c 		tid_len = strlen(&buf[4]);
tid_len           299 drivers/target/target_core_fabric_lib.c 		tid_len += 4; /* Add four bytes for iSCSI Transport ID header */
tid_len           300 drivers/target/target_core_fabric_lib.c 		tid_len += 1; /* Add one byte for NULL terminator */
tid_len           301 drivers/target/target_core_fabric_lib.c 		padding = ((-tid_len) & 3);
tid_len           303 drivers/target/target_core_fabric_lib.c 			tid_len += padding;
tid_len           305 drivers/target/target_core_fabric_lib.c 		if ((add_len + 4) != tid_len) {
tid_len           308 drivers/target/target_core_fabric_lib.c 				" using tid_len instead\n", add_len+4, tid_len);
tid_len           309 drivers/target/target_core_fabric_lib.c 			*out_tid_len = tid_len;
tid_len          1508 drivers/target/target_core_pr.c 	u32 tpdl, tid_len = 0;
tid_len          1595 drivers/target/target_core_pr.c 					ptr, &tid_len, &iport_ptr);
tid_len          1657 drivers/target/target_core_pr.c 			tpdl, tid_len, i_str, iport_ptr);
tid_len          1659 drivers/target/target_core_pr.c 		if (tid_len > tpdl) {
tid_len          1661 drivers/target/target_core_pr.c 				" %u for Transport ID: %s\n", tid_len, ptr);
tid_len          1712 drivers/target/target_core_pr.c 			ptr += tid_len;
tid_len          1713 drivers/target/target_core_pr.c 			tpdl -= tid_len;
tid_len          1714 drivers/target/target_core_pr.c 			tid_len = 0;
tid_len          1771 drivers/target/target_core_pr.c 		ptr += tid_len;
tid_len          1772 drivers/target/target_core_pr.c 		tpdl -= tid_len;
tid_len          1773 drivers/target/target_core_pr.c 		tid_len = 0;
tid_len          3154 drivers/target/target_core_pr.c 	u32 tid_len, tmp_tid_len;
tid_len          3214 drivers/target/target_core_pr.c 	tid_len = get_unaligned_be32(&buf[20]);
tid_len          3218 drivers/target/target_core_pr.c 	if ((tid_len + 24) != cmd->data_length) {
tid_len          3220 drivers/target/target_core_pr.c 			" does not equal CDB data_length: %u\n", tid_len,