Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/target/tcm_fc/
Dtfc_io.c110 frame_len = (lport->seq_offload) ? lport->lso_max : in ft_queue_data_in()
169 remaining, lport->lso_max); in ft_queue_data_in()
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe.c642 lport->lso_max = 0; in fcoe_lport_config()
670 lport->lso_max = min(netdev->gso_max_size, GSO_LEGACY_MAX_SIZE); in fcoe_netdev_features_change()
672 lport->lso_max); in fcoe_netdev_features_change()
675 lport->lso_max = 0; in fcoe_netdev_features_change()
/linux-5.19.10/include/scsi/
Dlibfc.h751 unsigned int lso_max; member
/linux-5.19.10/drivers/scsi/libfc/
Dfc_fcp.c625 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data()
627 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_main.c1812 lport->lso_max = 0; in qedf_vport_libfc_config()