Home
last modified time | relevance | path

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

/drivers/scsi/libfc/
Dfc_fcp.c609 size_t t_blen; in fc_fcp_send_data() local
638 t_blen = fsp->max_payload; in fc_fcp_send_data()
640 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data()
642 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
645 if (t_blen > 512) in fc_fcp_send_data()
646 t_blen &= ~(512 - 1); /* round down to block size */ in fc_fcp_send_data()
665 tlen = min(t_blen, remaining); in fc_fcp_send_data()