Home
last modified time | relevance | path

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

/drivers/scsi/elx/libefc/
Defc_domain.c29 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 …]
/drivers/scsi/elx/efct/
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()