Searched refs:tpdl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_pr.c1484 u32 tpdl, tid_len = 0; local
1539 tpdl = get_unaligned_be32(&buf[24]);
1541 if ((tpdl + 28) != cmd->data_length) {
1542 pr_err("SPC-3 PR: Illegal tpdl: %u + 28 byte header"
1543 " does not equal CDB data_length: %u\n", tpdl,
1555 while (tpdl > 0) {
1647 pr_debug("SPC-3 PR SPEC_I_PT: Got %s data_length: %u tpdl: %u"
1650 tpdl, tid_len, i_str, iport_ptr);
1652 if (tid_len > tpdl) {
1705 tpdl
[all...]

Completed in 115 milliseconds