Searched refs:drec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/elx/libefc/ |
H A D | efc_domain.c | 29 struct efc_domain_record *drec = data; in efc_domain_cb() local 32 fcf_wwn = be64_to_cpu(*((__be64 *)drec->wwn)); in efc_domain_cb() 48 efc_domain_post_event(domain, EFC_EVT_DOMAIN_FOUND, drec); in efc_domain_cb() 244 struct efc_domain_record *drec = arg; in __efc_domain_init() local 281 domain->is_loop = drec->is_loop; in __efc_domain_init() 291 domain->is_nlport = drec->map.loop[1] == 0x00; in __efc_domain_init() 295 if (efc_cmd_domain_alloc(efc, domain, drec->index)) { 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() [all …]
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uniphier.c | 23 u32 drec; /* data reception */ member 82 return readl(&priv->regs->drec); in send_and_recv_byte() 88 u32 drec; in send_byte() local 90 drec = send_and_recv_byte(priv, dtrm); in send_byte() 92 if (drec & I2C_DREC_LAB) { in send_byte() 97 if (drec & I2C_DREC_LRB) { in send_byte()
|
/openbmc/linux/fs/pstore/ |
H A D | ftrace.c | 163 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()
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 84 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()
|