Searched refs:buf_size_dwords (Results 1 – 1 of 1) sorted by relevance
8017 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local8036 &buf_size_dwords); in qed_dbg_dump()8040 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) { in qed_dbg_dump()8045 buf_size_dwords, MAX_DBG_FEATURE_SIZE_DWORDS); in qed_dbg_dump()8050 feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_dump()8622 u32 buf_size_dwords; in qed_dbg_feature_size() local8629 &buf_size_dwords); in qed_dbg_feature_size()8631 buf_size_dwords = 0; in qed_dbg_feature_size()8634 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) in qed_dbg_feature_size()8635 buf_size_dwords = 0; in qed_dbg_feature_size()[all …]