Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_fcp.c615 size_t t_blen; in fc_fcp_send_data() local
644 t_blen = fsp->max_payload; in fc_fcp_send_data()
646 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data()
648 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
651 if (t_blen > 512) in fc_fcp_send_data()
652 t_blen &= ~(512 - 1); /* round down to block size */ in fc_fcp_send_data()
671 tlen = min(t_blen, remaining); in fc_fcp_send_data()