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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2705 offset += ecore_dump_num_param(dump_buf + offset, dump, "hw-dwords", dev_data->bus.hw_dwords);
4973 dev_data->bus.hw_dwords = force_hw_dwords;
5166 if (bus->hw_dwords >= 4)
5576 if (!bus->hw_dwords && bus->num_enabled_blocks) {
5578 u8 hw_dwords; local
5590 hw_dwords = line_desc && GET_FIELD(line_desc->data, DBG_BUS_LINE_IS_256B) ? 8 : 4;
5592 if (bus->hw_dwords > 0 && bus->hw_dwords != hw_dwords)
5598 if (hw_dwords
[all...]
H A Decore_hsi_debug_tools.h698 u8 hw_dwords /* HW dwords per cycle */; member in struct:dbg_bus_data

Completed in 70 milliseconds