Home
last modified time | relevance | path

Searched refs:drec (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/scsi/elx/libefc/
A Defc_domain.c29 struct efc_domain_record *drec = data; in efc_domain_cb() local
281 domain->is_loop = drec->is_loop; in __efc_domain_init()
305 drec->is_loop ? in __efc_domain_init()
308 drec->fc_id, drec->speed); in __efc_domain_init()
310 nport->fc_id = drec->fc_id; in __efc_domain_init()
313 "s%06x", drec->fc_id); in __efc_domain_init()
316 u32 count = drec->map.loop[0]; in __efc_domain_init()
321 if (drec->map.loop[i] != drec->fc_id) { in __efc_domain_init()
325 drec->fc_id, in __efc_domain_init()
326 drec->map.loop[i]); in __efc_domain_init()
[all …]
/linux-6.3-rc2/fs/pstore/
A Dftrace.c163 struct pstore_ftrace_record *drec, *srec, *mrec; in pstore_ftrace_combine_log() local
177 drec = (struct pstore_ftrace_record *)(*dest_log + dest_off); in pstore_ftrace_combine_log()
182 if (pstore_ftrace_read_timestamp(&drec[dest_idx]) < in pstore_ftrace_combine_log()
184 mrec[merged_idx++] = drec[dest_idx++]; in pstore_ftrace_combine_log()
193 mrec[merged_idx++] = drec[dest_idx++]; in pstore_ftrace_combine_log()
/linux-6.3-rc2/drivers/scsi/elx/efct/
A Defct_hw.c84 struct efc_domain_record drec = {0}; in __efct_read_topology_cb() local
155 drec.speed = hw->link.speed; in __efct_read_topology_cb()
156 drec.fc_id = hw->link.fc_id; in __efct_read_topology_cb()
157 drec.is_nport = true; in __efct_read_topology_cb()
158 efc_domain_cb(efct->efcport, EFC_HW_DOMAIN_FOUND, &drec); in __efct_read_topology_cb()
181 struct efc_domain_record drec = {0}; in efct_hw_cb_link() local
185 drec.speed = event->speed; in efct_hw_cb_link()
186 drec.fc_id = event->fc_id; in efct_hw_cb_link()
187 drec.is_nport = true; in efct_hw_cb_link()
189 &drec); in efct_hw_cb_link()

Completed in 10 milliseconds