Searched refs:max_xid (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c79 * @max_xid: Maximum exchange ID
92 u16 max_xid; member in struct:fc_exch_mgr
688 if ((xid >= mp->min_xid) && (xid <= mp->max_xid)) {
1667 if (ema->mp->min_xid <= xid && xid <= ema->mp->max_xid)
2055 * @max_xid: The maximum XID for exchanges from the new EM
2060 u16 min_xid, u16 max_xid,
2069 if (max_xid <= min_xid || max_xid == FC_XID_UNKNOWN ||
2071 FC_LPORT_DBG(lport, "Invalid min_xid 0x:%x and max_xid 0x:%x\n",
2072 min_xid, max_xid);
2058 fc_exch_mgr_alloc(struct fc_lport *lport, enum fc_class class, u16 min_xid, u16 max_xid, bool (*match)(struct fc_frame *)) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibfc.h1047 u16 min_xid, u16 max_xid,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c767 u16 max_xid = FCOE_MAX_XID; local
774 (lport->lro_xid >= max_xid)) {
825 if (!fc_exch_mgr_alloc(lport, FC_CLASS_3, min_xid, max_xid, NULL)) {

Completed in 83 milliseconds