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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_fcp.c547 size_t t_blen; local
573 * burst length (t_blen) to seq_blen, otherwise set t_blen
576 t_blen = fsp->max_payload;
578 t_blen = min(seq_blen, (size_t)lport->lso_max);
579 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n",
580 fsp, seq_blen, lport->lso_max, t_blen);
583 if (t_blen > 512)
584 t_blen &= ~(512 - 1); /* round down to block size */
603 tlen = min(t_blen, remainin
[all...]

Completed in 21 milliseconds