Searched refs:lso_max (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 108 * , then allow 'frame_len' to be as big as 'lso_max' in ft_queue_data_in() 109 * if indicated transfer length is >= lport->lso_max in ft_queue_data_in() 111 frame_len = (lport->seq_offload) ? lport->lso_max : in ft_queue_data_in() 168 "lso_max <0x%x>\n", in ft_queue_data_in() 170 remaining, lport->lso_max); in ft_queue_data_in()
|
/kernel/linux/linux-6.6/drivers/target/tcm_fc/ |
H A D | tfc_io.c | 107 * , then allow 'frame_len' to be as big as 'lso_max' in ft_queue_data_in() 108 * if indicated transfer length is >= lport->lso_max in ft_queue_data_in() 110 frame_len = (lport->seq_offload) ? lport->lso_max : in ft_queue_data_in() 167 "lso_max <0x%x>\n", in ft_queue_data_in() 169 remaining, lport->lso_max); in ft_queue_data_in()
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 643 lport->lso_max = 0; in fcoe_lport_config() 671 lport->lso_max = netdev->gso_max_size; in fcoe_netdev_features_change() 673 lport->lso_max); in fcoe_netdev_features_change() 676 lport->lso_max = 0; in fcoe_netdev_features_change()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 642 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()
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfc.h | 684 * @lso_max: The maximum large offload send size 742 unsigned int lso_max; member
|
/kernel/linux/linux-6.6/include/scsi/ |
H A D | libfc.h | 693 * @lso_max: The maximum large offload send size 751 unsigned int lso_max; member
|
/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 640 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data() 641 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", in fc_fcp_send_data() 642 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
|
/kernel/linux/linux-6.6/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 630 t_blen = min(seq_blen, (size_t)lport->lso_max); in fc_fcp_send_data() 631 FC_FCP_DBG(fsp, "fsp=%p:lso:blen=%zx lso_max=0x%x t_blen=%zx\n", in fc_fcp_send_data() 632 fsp, seq_blen, lport->lso_max, t_blen); in fc_fcp_send_data()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1810 lport->lso_max = 0; in qedf_vport_libfc_config()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 1813 lport->lso_max = 0; in qedf_vport_libfc_config()
|
Completed in 23 milliseconds