Searched refs:buf_size_dwords (Results 1 – 1 of 1) sorted by relevance
8029 u32 buf_size_dwords, *dbuf, *dwords; in qed_dbg_dump() local8048 &buf_size_dwords); in qed_dbg_dump()8052 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) { in qed_dbg_dump()8057 buf_size_dwords, MAX_DBG_FEATURE_SIZE_DWORDS); in qed_dbg_dump()8062 feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_dump()8634 u32 buf_size_dwords; in qed_dbg_feature_size() local8641 &buf_size_dwords); in qed_dbg_feature_size()8643 buf_size_dwords = 0; in qed_dbg_feature_size()8646 if (buf_size_dwords > MAX_DBG_FEATURE_SIZE_DWORDS) in qed_dbg_feature_size()8647 buf_size_dwords = 0; in qed_dbg_feature_size()[all …]