• Home
  • Raw
  • Download

Lines Matching refs:sid

669 	if (ep->sid) {  in fc_exch_abort_locked()
676 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked()
1016 ep->sid = ntoh24(fh->fh_d_id); in fc_exch_resp()
1219 ep->sid = resp_id; in fc_exch_set_addr()
1222 ep->sid = orig_id; in fc_exch_set_addr()
1273 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last()
1600 if (ep->sid != 0 && ep->sid != ntoh24(fh->fh_d_id)) { in fc_exch_recv_seq_resp()
1932 u32 sid, u32 did) in fc_exch_pool_reset() argument
1941 (sid == 0 || sid == ep->sid) && in fc_exch_pool_reset()
1975 void fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) in fc_exch_mgr_reset() argument
1984 sid, did); in fc_exch_mgr_reset()
2021 u32 sid; in fc_exch_els_rec() local
2029 sid = ntoh24(rp->rec_s_id); in fc_exch_els_rec()
2034 if (sid == fc_host_port_id(lport->host)) in fc_exch_els_rec()
2041 sid, rxid, oxid); in fc_exch_els_rec()
2048 sid, rxid, oxid); in fc_exch_els_rec()
2052 sid, rxid, oxid); in fc_exch_els_rec()
2053 if (ep->oid != sid || oxid != ep->oxid) in fc_exch_els_rec()
2069 if (ep->sid == ep->oid) in fc_exch_els_rec()
2072 hton24(acc->reca_rfid, ep->sid); in fc_exch_els_rec()
2255 hton24(rrq->rrq_s_id, ep->sid); in fc_exch_rrq()
2261 did = ep->sid; in fc_exch_rrq()
2294 u32 sid; in fc_exch_els_rrq() local
2307 sid = ntoh24(rp->rrq_s_id); /* subject source */ in fc_exch_els_rrq()
2308 xid = fc_host_port_id(lport->host) == sid ? in fc_exch_els_rrq()
2316 sid, xid, ntohs(rp->rrq_rx_id), ntohs(rp->rrq_ox_id)); in fc_exch_els_rrq()
2323 if (ep->sid != sid) in fc_exch_els_rrq()