Searched refs:buf_size_dwords (Results 1 – 1 of 1) sorted by relevance
8030 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local8049 &buf_size_dwords); in qed_dbg_dump()8053 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) { in qed_dbg_dump()8058 buf_size_dwords, MAX_DBG_FEATURE_SIZE_DWORDS); in qed_dbg_dump()8063 feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_dump()8635 u32 buf_size_dwords; in qed_dbg_feature_size() local8642 &buf_size_dwords); in qed_dbg_feature_size()8644 buf_size_dwords = 0; in qed_dbg_feature_size()8647 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) in qed_dbg_feature_size()8648 buf_size_dwords = 0; in qed_dbg_feature_size()[all …]