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

/linux-master/drivers/target/tcm_fc/
H A Dtfc_io.c107 * , then allow 'frame_len' to be as big as 'lso_max'
108 * if indicated transfer length is >= lport->lso_max
110 frame_len = (lport->seq_offload) ? lport->lso_max :
167 "lso_max <0x%x>\n",
169 remaining, lport->lso_max);
/linux-master/include/scsi/
H A Dlibfc.h693 * @lso_max: The maximum large offload send size
751 unsigned int lso_max; member in struct:fc_lport
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c642 lport->lso_max = 0;
670 lport->lso_max = min(netdev->gso_max_size, GSO_LEGACY_MAX_SIZE);
672 lport->lso_max);
675 lport->lso_max = 0;
/linux-master/drivers/scsi/libfc/
H A Dfc_fcp.c630 t_blen = min(seq_blen, (size_t)lport->lso_max);
631 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n",
632 fsp, seq_blen, lport->lso_max, t_blen);
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1814 lport->lso_max = 0;

Completed in 404 milliseconds