Searched refs:fc_exch_find (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/libfc/
H A Dfc_exch.c679 * fc_exch_find() - Lookup and hold an exchange
683 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) function
794 ep = fc_exch_find(mp, xid);
818 ep = fc_exch_find(mp, xid);
864 fc_exch_release(ep); /* hold from fc_exch_find/fc_exch_resp */
888 ep = fc_exch_find(mp, xid);
1264 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id));
1459 ep = fc_exch_find(mp, (f_ctl & FC_FC_EX_CTX) ?
1500 fc_exch_release(ep); /* release hold taken by fc_exch_find */
1668 return fc_exch_find(em
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_exch.c679 * fc_exch_find() - Lookup and hold an exchange
683 static struct fc_exch *fc_exch_find(struct fc_exch_mgr *mp, u16 xid) function
794 ep = fc_exch_find(mp, xid);
818 ep = fc_exch_find(mp, xid);
864 fc_exch_release(ep); /* hold from fc_exch_find/fc_exch_resp */
888 ep = fc_exch_find(mp, xid);
1264 ep = fc_exch_find(mp, ntohs(fh->fh_ox_id));
1459 ep = fc_exch_find(mp, (f_ctl & FC_FC_EX_CTX) ?
1500 fc_exch_release(ep); /* release hold taken by fc_exch_find */
1668 return fc_exch_find(em
[all...]

Completed in 66 milliseconds