Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_io.c123 frame_len = (lport->seq_offload) ? lport->lso_max : in ft_queue_data_in()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c611 lport->seq_offload = 0; in fcoe_lport_config()
641 lport->seq_offload = 1; in fcoe_netdev_features_change()
646 lport->seq_offload = 0; in fcoe_netdev_features_change()
1696 if (lport->seq_offload && fr_max_payload(fp)) { in fcoe_xmit()
/linux-4.4.14/include/scsi/
Dlibfc.h898 u32 seq_offload:1; member
/linux-4.4.14/drivers/scsi/libfc/
Dfc_fcp.c599 if (lport->seq_offload) { in fc_fcp_send_data()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c372 if (lport->seq_offload && fr_max_payload(fp)) { in bnx2fc_xmit()