Searched refs:mpsc_pbuf_hdr (Results 1 – 2 of 2) sorted by relevance
37 struct mpsc_pbuf_hdr { struct50 struct mpsc_pbuf_hdr hdr; argument
142 uint8_t *dst_data = (uint8_t *)dst + sizeof(struct mpsc_pbuf_hdr); in copy_to_pbuffer()143 uint8_t *src_data = (uint8_t *)msg + sizeof(struct mpsc_pbuf_hdr); in copy_to_pbuffer()144 size_t hdr_wlen = DIV_ROUND_UP(sizeof(struct mpsc_pbuf_hdr), in copy_to_pbuffer()