Lines Matching refs:did
641 fc_fill_fc_hdr(fp, FC_RCTL_BA_ABTS, ep->did, ep->sid, in fc_exch_abort_locked()
892 ep->did = ntoh24(fh->fh_s_id); in fc_exch_resp()
893 ep->oid = ep->did; in fc_exch_resp()
1093 ep->did = orig_id; in fc_exch_set_addr()
1096 ep->did = resp_id; in fc_exch_set_addr()
1145 fc_fill_fc_hdr(fp, rctl, ep->did, ep->sid, fh_type, f_ctl, 0); in fc_seq_send_last()
1464 if (ep->did != ntoh24(fh->fh_s_id) && in fc_exch_recv_seq_resp()
1465 ep->did != FC_FID_FLOGI) { in fc_exch_recv_seq_resp()
1790 u32 sid, u32 did) in fc_exch_pool_reset() argument
1800 (did == 0 || did == ep->did)) { in fc_exch_pool_reset()
1833 void fc_exch_mgr_reset(struct fc_lport *lport, u32 sid, u32 did) in fc_exch_mgr_reset() argument
1842 sid, did); in fc_exch_mgr_reset()
1912 hton24(acc->reca_rfid, ep->did); in fc_exch_els_rec()
2068 u32 did; in fc_exch_rrq() local
2083 did = ep->did; in fc_exch_rrq()
2085 did = ep->sid; in fc_exch_rrq()
2087 fc_fill_fc_hdr(fp, FC_RCTL_ELS_REQ, did, in fc_exch_rrq()