Lines Matching defs:drec
29 struct efc_domain_record *drec = data;
32 fcf_wwn = be64_to_cpu(*((__be64 *)drec->wwn));
48 efc_domain_post_event(domain, EFC_EVT_DOMAIN_FOUND, drec);
204 /* save drec, mark domain_found_pending */
244 struct efc_domain_record *drec = arg;
273 * Note: drec->fc_id is ALPA from read_topology only if loop
281 domain->is_loop = drec->is_loop;
291 domain->is_nlport = drec->map.loop[1] == 0x00;
295 if (efc_cmd_domain_alloc(efc, domain, drec->index)) {
305 drec->is_loop ?
308 drec->fc_id, drec->speed);
310 nport->fc_id = drec->fc_id;
313 "s%06x", drec->fc_id);
316 u32 count = drec->map.loop[0];
321 if (drec->map.loop[i] != drec->fc_id) {
325 drec->fc_id,
326 drec->map.loop[i]);
328 drec->map.loop[i],
343 if (efc_cmd_domain_alloc(efc, domain, drec->index)) {
736 * save fcf_wwn and drec from this domain,
743 struct efc_domain_record drec = domain->pending_drec;
763 EFC_EVT_DOMAIN_FOUND, &drec);