Lines Matching refs:pldm_msgbuf_rw
45 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_init_errno(struct pldm_msgbuf_rw* ctx, in pldm_msgbuf_init_errno()
57 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_validate(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_validate()
69 LIBPLDM_CC_ALWAYS_INLINE int pldm__msgbuf_invalidate(struct pldm_msgbuf_rw* ctx) in pldm__msgbuf_invalidate()
79 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_consumed(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_consumed()
90 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_discard(struct pldm_msgbuf_rw* ctx, in pldm_msgbuf_discard()
101 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_complete(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_complete()
113 pldm_msgbuf_complete_consumed(struct pldm_msgbuf_rw* ctx) in pldm_msgbuf_complete_consumed()
126 pldm_msgbuf_span_required(struct pldm_msgbuf_rw* ctx, size_t required, in pldm_msgbuf_span_required()
133 pldm_msgbuf_span_string_ascii(struct pldm_msgbuf_rw* ctx, void** cursor, in pldm_msgbuf_span_string_ascii()
153 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_span_string_utf16(pldm_msgbuf_rw* ctx, in pldm_msgbuf_span_string_utf16()
161 pldm_msgbuf_span_remaining(struct pldm_msgbuf_rw* ctx, void** cursor, in pldm_msgbuf_span_remaining()
182 LIBPLDM_CC_ALWAYS_INLINE int pldm_msgbuf_span_until(struct pldm_msgbuf_rw* ctx, in pldm_msgbuf_span_until()