Lines Matching full:dwords

210 	DBG_BUS_FRAME_MODE_4ST = 0,	/* 4 Storm dwords (no HW) */
211 DBG_BUS_FRAME_MODE_2ST_2HW = 1, /* 2 Storm dwords, 2 HW dwords */
212 DBG_BUS_FRAME_MODE_1ST_3HW = 2, /* 1 Storm dwords, 3 HW dwords */
213 DBG_BUS_FRAME_MODE_4HW = 3, /* 4 HW dwords (no Storms) */
214 DBG_BUS_FRAME_MODE_8HW = 4, /* 8 HW dwords (no Storms) */
360 u32 ram_size[MAX_CHIP_IDS]; /* In dwords */
415 #define DWORDS_TO_BYTES(dwords) ((dwords) * BYTES_IN_DWORD) argument
1105 /* Dumps zeros to align the specified buffer to dwords.
1122 * Returns the dumped size in dwords.
1149 * Returns the dumped size in dwords.
1168 /* Dump param value (and change offset from bytes to dwords) */ in qed_dump_num_param()
1178 * Returns the dumped size in dwords.
1228 * Returns the dumped size in dwords.
1277 * specified buffer. Returns the dumped size in dwords.
1300 * Returns the dumped size in dwords.
1309 * Returns the dumped size in dwords.
1355 * given offset. Returns the dumped size in dwords.
1921 /* Dumps GRC registers section header. Returns the dumped size in dwords.
1956 * The addr and len arguments are specified in dwords.
1968 * Returns the dumped size in dwords.
1969 * The addr and len arguments are specified in dwords.
2104 /* Dumps GRC registers sequence header. Returns the dumped size in dwords.
2105 * The addr and len arguments are specified in dwords.
2116 /* Dumps GRC registers sequence. Returns the dumped size in dwords.
2117 * The addr and len arguments are specified in dwords.
2138 * Returns the dumped size in dwords.
2139 * - addr: start GRC address in dwords
2140 * - total_len: total no. of dwords to dump
2141 * - read_len: no. consecutive dwords to read
2142 * - skip_len: no. of dwords to skip (and fill with zeros)
2182 /* Dumps GRC registers entries. Returns the dumped size in dwords. */
2246 /* Dumps GRC registers entries. Returns the dumped size in dwords. */
2297 * size in dwords.
2375 /* Dump reset registers. Returns the dumped size in dwords. */
2419 * dumped first. Returns the dumped size in dwords.
2566 * dwords. The following parameters are dumped:
2568 * - addr: in dwords, dumped only if name is NULL.
2569 * - len: in dwords, always dumped.
2652 * Returns the dumped size in dwords.
2653 * The addr and len arguments are specified in dwords.
2686 /* Dumps GRC memories entries. Returns the dumped size in dwords. */
2781 * Returns the dumped size in dwords.
2824 * Returns the dumped size in dwords.
2840 /* Convert quad-regs to dwords */ in qed_grc_dump_ctx_data()
2882 /* Dumps GRC contexts. Returns the dumped size in dwords. */
2941 /* Reads data from VFC. Returns the number of dwords read (0 on error).
2942 * Sizes are specified in dwords.
3008 /* Dump VFC CAM. Returns the dumped size in dwords. */
3051 /* Dump VFC RAM. Returns the dumped size in dwords. */
3099 /* Dumps GRC VFC data. Returns the dumped size in dwords. */
3131 /* Dumps GRC RSS data. Returns the dumped size in dwords. */
3189 /* Dumps GRC Big RAM. Returns the dumped size in dwords. */
3245 /* Dumps MCP scratchpad. Returns the dumped size in dwords. */
3308 * Returns the dumped size in dwords.
3374 /* Dumps the MCP HW dump from NVRAM. Returns the dumped size in dwords. */
3420 /* Dumps Static Debug data. Returns the dumped size in dwords. */
3540 * Returns the dumped size in dwords.
3714 * Returns the dumped size in dwords.
3849 /* Dumps idle check rule entries. Returns the dumped size in dwords. */
3992 * Returns the dumped size in dwords.
4491 * Returns the dumped size in dwords.
4570 * Returns the dumped size in dwords.
4640 * Returns the dumped size in dwords.
4789 * Returns the dumped size in dwords.
4885 "page-mem-desc-size-dwords", in qed_ilt_dump_dump_common_global_params()
4940 * Returns the dumped size in dwords.
4967 * Returns the dumped size in dwords.
4995 * Returns the dumped size in dwords.
6375 /* Reads a param from the specified buffer. Returns the number of dwords read.
6412 * Returns the number of dwords read.
6425 * buffer. Returns the number of dwords read.
7943 u32 *dbuf, dwords; in format_feature() local
7952 dwords = feature->dumped_dwords; in format_feature()
7957 dwords, in format_feature()
7986 dwords, in format_feature()
8030 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local
8056 "Debug feature [\"%s\"] size (0x%x dwords) exceeds maximum size (0x%x dwords)\n", in qed_dbg_dump()
8069 dwords = &feature->dumped_dwords; in qed_dbg_dump()
8074 dwords); in qed_dbg_dump()