Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/fcoe/
Dfcoe.c554 lport->lro_xid = 0; in fcoe_lport_config()
610 lport->lro_xid = netdev->fcoe_ddp_xid; in fcoe_netdev_features_change()
612 lport->lro_xid); in fcoe_netdev_features_change()
615 lport->lro_xid = 0; in fcoe_netdev_features_change()
759 if (!lport->lro_enabled || !lport->lro_xid || in fcoe_em_config()
760 (lport->lro_xid >= max_xid)) { in fcoe_em_config()
761 lport->lro_xid = 0; in fcoe_em_config()
795 FCOE_MIN_XID, lport->lro_xid, in fcoe_em_config()
808 min_xid += lport->lro_xid + 1; in fcoe_em_config()
/linux-2.6.39/include/scsi/
Dlibfc.h888 u16 lro_xid; member
/linux-2.6.39/drivers/scsi/libfc/
Dfc_exch.c1966 if (ep->xid <= lport->lro_xid && fh->fh_r_ctl == FC_RCTL_DD_UNSOL_CMD) in fc_exch_seq_send()