Searched refs:chipinfo (Results 1 – 5 of 5) sorted by relevance
433 infop = (chip_info_t *)&ngep->chipinfo; in nge_init_dev_spec_param()964 mac_addr = (uint32_t)ngep->chipinfo.hw_mac_addr; in nge_restore_mac_addr()966 mac_addr = (uint32_t)(ngep->chipinfo.hw_mac_addr >> 32); in nge_restore_mac_addr()1013 ngep->chipinfo.hw_mac_addr = mac; in nge_chip_reset()1016 ngep->chipinfo.vendor_addr.addr[i] = in nge_chip_reset()1024 ngep->chipinfo.vendor_addr.addr[i] = in nge_chip_reset()1031 ngep->chipinfo.vendor_addr.set = 1; in nge_chip_reset()1034 ngep->chipinfo.clsize); in nge_chip_reset()1036 ngep->chipinfo.latency); in nge_chip_reset()1111 if (ngep->chipinfo.device == DEVICE_ID_MCP51_268 || in nge_chip_reset()[all …]
975 infop = (chip_info_t *)&ngep->chipinfo; in nge_get_props()2260 if (ngep->chipinfo.device == DEVICE_ID_MCP55_373 || in nge_unattach()2261 ngep->chipinfo.device == DEVICE_ID_MCP55_372) { in nge_unattach()2319 infop = (chip_info_t *)&ngep->chipinfo; in nge_resume()2441 infop = (chip_info_t *)&ngep->chipinfo; in nge_attach()2467 if (ngep->chipinfo.device == DEVICE_ID_MCP55_373 || in nge_attach()2468 ngep->chipinfo.device == DEVICE_ID_MCP55_372) { in nge_attach()2823 if (ngep->chipinfo.device == DEVICE_ID_MCP55_373 || in nge_register_intrs_and_init_locks()2824 ngep->chipinfo.device == DEVICE_ID_MCP55_372) { in nge_register_intrs_and_init_locks()
671 ngep->chipinfo.flags |= CHIP_FLAG_COPPER; in nge_phys_init()
149 infop = &ngep->chipinfo; in nge_chipinfo_update()
696 chip_info_t chipinfo; member