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