Searched refs:t_blen (Results 1 – 1 of 1) sorted by relevance
604 size_t t_blen; in fc_fcp_send_data() local633 t_blen = fsp->max_payload; in fc_fcp_send_data()635 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data()637 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()640 if (t_blen > 512) in fc_fcp_send_data()641 t_blen &= ~(512 - 1); /* round down to block size */ in fc_fcp_send_data()660 tlen = min(t_blen, remaining); in fc_fcp_send_data()
Completed in 8 milliseconds