Searched refs:buf_size_dwords (Results 1 – 1 of 1) sorted by relevance
8003 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local8022 &buf_size_dwords); in qed_dbg_dump()8026 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) { in qed_dbg_dump()8031 buf_size_dwords, MAX_DBG_FEATURE_SIZE_DWORDS); in qed_dbg_dump()8036 feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_dump()8608 u32 buf_size_dwords; in qed_dbg_feature_size() local8615 &buf_size_dwords); in qed_dbg_feature_size()8617 buf_size_dwords = 0; in qed_dbg_feature_size()8620 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) in qed_dbg_feature_size()8621 buf_size_dwords = 0; in qed_dbg_feature_size()[all …]