Home
last modified time | relevance | path

Searched refs:lro_xid (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c642 lport->lro_xid = 0; in fcoe_lport_config()
681 lport->lro_xid = netdev->fcoe_ddp_xid; in fcoe_netdev_features_change()
683 lport->lro_xid); in fcoe_netdev_features_change()
686 lport->lro_xid = 0; in fcoe_netdev_features_change()
934 if (!lport->lro_enabled || !lport->lro_xid || in fcoe_em_config()
935 (lport->lro_xid >= max_xid)) { in fcoe_em_config()
936 lport->lro_xid = 0; in fcoe_em_config()
970 FCOE_MIN_XID, lport->lro_xid, in fcoe_em_config()
983 min_xid += lport->lro_xid + 1; in fcoe_em_config()
/OK3568_Linux_fs/kernel/drivers/target/tcm_fc/
H A Dtfc_io.c342 if (lport && (ep->xid <= lport->lro_xid)) { in ft_invl_hw_context()
H A Dtfc_cmd.c214 if ((ep->xid <= lport->lro_xid) && in ft_write_pending()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibfc.h741 u16 lro_xid; member
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_exch.c2211 if (ep->xid <= lport->lro_xid && fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) { in fc_exch_seq_send()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c1808 lport->lro_xid = 0; in qedf_vport_libfc_config()