Lines Matching refs:did
656 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked()
973 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
974 ep->oid = ep->did; in fc_exch_resp()
1176 ep->did = orig_id; in fc_exch_set_addr()
1179 ep->did = resp_id; in fc_exch_set_addr()
1228 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last()
1547 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
1548 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp()
1866 u32 sid, u32 did) in fc_exch_pool_reset() argument
1876 (did == 0 || did == ep->did)) { in fc_exch_pool_reset()
1909 void fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) in fc_exch_mgr_reset() argument
1918 sid, did); in fc_exch_mgr_reset()
1988 hton24(acc->reca_rfid, ep->did); in fc_exch_els_rec()
2144 u32 did; in fc_exch_rrq() local
2159 did = ep->did; in fc_exch_rrq()
2161 did = ep->sid; in fc_exch_rrq()
2163 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, did, in fc_exch_rrq()