Searched refs:vals_buf (Results 1 – 1 of 1) sorted by relevance
40 void *vals_buf, size_t vals_len) in ionic_v1_stat_val() argument52 return *(u8 *)(vals_buf + off); in ionic_v1_stat_val()56 return le16_to_cpu(*(__le16 *)(vals_buf + off)); in ionic_v1_stat_val()60 return le32_to_cpu(*(__le32 *)(vals_buf + off)); in ionic_v1_stat_val()64 return le64_to_cpu(*(__le64 *)(vals_buf + off)); in ionic_v1_stat_val()68 return be16_to_cpu(*(__be16 *)(vals_buf + off)); in ionic_v1_stat_val()72 return be32_to_cpu(*(__be32 *)(vals_buf + off)); in ionic_v1_stat_val()76 return be64_to_cpu(*(__be64 *)(vals_buf + off)); in ionic_v1_stat_val()