Lines Matching refs:did
665 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked()
1008 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
1009 ep->oid = ep->did; in fc_exch_resp()
1211 ep->did = orig_id; in fc_exch_set_addr()
1214 ep->did = resp_id; in fc_exch_set_addr()
1264 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last()
1595 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
1596 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp()
1936 u32 sid, u32 did) in fc_exch_pool_reset() argument
1946 (did == 0 || did == ep->did)) { in fc_exch_pool_reset()
1979 void fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) in fc_exch_mgr_reset() argument
1988 sid, did); in fc_exch_mgr_reset()
2074 hton24(acc->reca_rfid, ep->did); in fc_exch_els_rec()
2248 u32 did; in fc_exch_rrq() local
2263 did = ep->did; in fc_exch_rrq()
2265 did = ep->sid; in fc_exch_rrq()
2267 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, did, in fc_exch_rrq()