Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_io.c129 frame_len = (lport->seq_offload) ? lport->lso_max : in ft_queue_data_in()
189 remaining, lport->lso_max); in ft_queue_data_in()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c615 lport->lso_max = 0; in fcoe_lport_config()
643 lport->lso_max = netdev->gso_max_size; in fcoe_netdev_features_change()
645 lport->lso_max); in fcoe_netdev_features_change()
648 lport->lso_max = 0; in fcoe_netdev_features_change()
/linux-4.1.27/include/scsi/
Dlibfc.h912 unsigned int lso_max; member
/linux-4.1.27/drivers/scsi/libfc/
Dfc_fcp.c600 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()