Searched refs:drec (Results 1 – 2 of 2) sorted by relevance
29 struct efc_domain_record *drec = data; in efc_domain_cb() local281 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 …]
84 struct efc_domain_record drec = {0}; in __efct_read_topology_cb() local155 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() local185 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 14 milliseconds