Lines Matching defs:drec
9178 ocs_domain_record_t drec = {0};
9185 drec.speed = hw->link.speed;
9186 drec.fc_id = hw->link.fc_id;
9187 drec.is_fc = TRUE;
9189 drec.is_loop = TRUE;
9190 ocs_memcpy(drec.map.loop, hw->link.loop_map,
9191 sizeof(drec.map.loop));
9193 drec.is_nport = TRUE;
9196 drec.index = read_fcf->fcf_entry.fcf_index;
9197 drec.priority = read_fcf->fcf_entry.fip_priority;
9200 ocs_memcpy(drec.address, read_fcf->fcf_entry.fcf_mac_address,
9201 sizeof(drec.address));
9202 ocs_memcpy(drec.wwn, read_fcf->fcf_entry.fabric_name_id,
9203 sizeof(drec.wwn));
9204 ocs_memcpy(drec.map.vlan, read_fcf->fcf_entry.vlan_bitmap,
9205 sizeof(drec.map.vlan));
9207 drec.is_ethernet = TRUE;
9208 drec.is_nport = TRUE;
9213 &drec);