Searched refs:s_chip_defs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c605 static struct chip_defs s_chip_defs[MAX_CHIP_IDS] = { variable in typeref:struct:chip_defs
1795 CHECK_ARR_SIZE(s_chip_defs, MAX_CHIP_IDS);
2192 offset += ecore_dump_str_param(dump_buf + offset, dump, "chip", s_chip_defs[dev_data->chip_id].name);
3174 chip_platform = &s_chip_defs[dev_data->chip_id].per_platform[dev_data->platform_id];
5044 if (port_id >= s_chip_defs[dev_data->chip_id].per_platform[dev_data->platform_id].num_ports || (send_to_other_engine && rcv_from_other_engine))

Completed in 195 milliseconds