qmi_header
struct qmi_header *hdr;
return qmi_decode(ei, c_struct, buf + sizeof(struct qmi_header),
len - sizeof(struct qmi_header), 1);
const struct qmi_header *hdr = buf;
const struct qmi_header *hdr;
recv_buf_size += sizeof(struct qmi_header);