Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/libfc/
Dfc_fcp.c569 size_t t_blen; in fc_fcp_send_data() local
598 t_blen = fsp->max_payload; in fc_fcp_send_data()
600 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data()
602 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
605 if (t_blen > 512) in fc_fcp_send_data()
606 t_blen &= ~(512 - 1); /* round down to block size */ in fc_fcp_send_data()
625 tlen = min(t_blen, remaining); in fc_fcp_send_data()