Lines Matching defs:did
1740 u32 did;
1767 did = fc_frame_did(fp);
1768 if (fh->fh_r_ctl != FC_RCTL_ELS_REP || did == 0 ||
1809 fc_lport_set_port_id(lport, did, fp);
1813 lport->host->host_no, did);
1826 fc_lport_set_port_id(lport, did, fp);
2016 * @did: The destination port id
2021 u32 did, u32 tov)
2044 hton24(fh->fh_d_id, did);
2076 * @did: The destination FC-ID
2080 struct fc_lport *lport, u32 did, u32 tov)
2104 hton24(fh->fh_d_id, did);
2146 u32 did, tov;
2174 did = ntoh24(bsg_request->rqst_data.h_ct.port_id);
2175 if (did == FC_FID_DIR_SERV) {
2181 rdata = fc_rport_lookup(lport, did);
2188 rc = fc_lport_ct_request(job, lport, did, tov);
2192 did = ntoh24(bsg_request->rqst_data.h_els.port_id);
2193 rc = fc_lport_els_request(job, lport, did, lport->e_d_tov);