Lines Matching defs:did
1693 u32 did;
1720 did = fc_frame_did(fp);
1721 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 ||
1762 fc_lport_set_port_id(lport, did, fp);
1766 lport->host->host_no, did);
1779 fc_lport_set_port_id(lport, did, fp);
1942 * @did: The destination port id
1947 u32 did, u32 tov)
1970 hton24(fh->fh_d_id, did);
2002 * @did: The destination FC-ID
2006 struct fc_lport *lport, u32 did, u32 tov)
2030 hton24(fh->fh_d_id, did);
2072 u32 did, tov;
2100 did = ntoh24(bsg_request->rqst_data.h_ct.port_id);
2101 if (did == FC_FID_DIR_SERV) {
2107 rdata = fc_rport_lookup(lport, did);
2114 rc = fc_lport_ct_request(job, lport, did, tov);
2118 did = ntoh24(bsg_request->rqst_data.h_els.port_id);
2119 rc = fc_lport_els_request(job, lport, did, lport->e_d_tov);