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

/linux-4.4.14/drivers/target/tcm_fc/
H A Dtfc_io.c120 * , then allow 'frame_len' to be as big as 'lso_max' ft_queue_data_in()
121 * if indicated transfer length is >= lport->lso_max ft_queue_data_in()
123 frame_len = (lport->seq_offload) ? lport->lso_max : ft_queue_data_in()
181 "lso_max <0x%x>\n", ft_queue_data_in()
183 remaining, lport->lso_max); ft_queue_data_in()
/linux-4.4.14/include/scsi/
H A Dlibfc.h855 * @lso_max: The maximum large offload send size
912 unsigned int lso_max; member in struct:fc_lport
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c600 t_blen = min(seq_blen, (size_t)lport->lso_max); fc_fcp_send_data()
601 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", fc_fcp_send_data()
602 fsp, seq_blen, lport->lso_max, t_blen); fc_fcp_send_data()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunvnet.c136 "cflags[0x%04x] lso_max[%u]\n", vnet_send_attr()
155 " (rmtu[%llu]) cflags[0x%04x] lso_max[%u]\n", handle_attr_info()
225 "mtu[%llu] (rmtu[%llu]) cflags[0x%04x] lso_max[%u]\n", handle_attr_info()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c614 lport->lso_max = 0; fcoe_lport_config()
642 lport->lso_max = netdev->gso_max_size; fcoe_netdev_features_change()
644 lport->lso_max); fcoe_netdev_features_change()
647 lport->lso_max = 0; fcoe_netdev_features_change()

Completed in 318 milliseconds