Lines Matching defs:rowsize
116 * @rowsize: preferred number of rows to use
128 ice_debug_array(struct ice_hw *hw, uint64_t mask, uint32_t rowsize,
141 if (rowsize > 0xFF)
142 rowsize = 0xFF;
144 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize);
150 * @rowsize: preferred number of rows to use
163 ice_info_fwlog(struct ice_hw *hw, uint32_t rowsize, uint32_t __unused groupsize,
177 if (rowsize > 0xFF)
178 rowsize = 0xFF;
180 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize);