Searched refs:sshp_buf (Results 1 – 2 of 2) sorted by relevance
24 struct sshp_buf { struct39 static inline void sshp_buf_init(struct sshp_buf *buf, u8 *ptr, size_t cap) in sshp_buf_init() argument57 static inline int sshp_buf_alloc(struct sshp_buf *buf, size_t cap, gfp_t flags) in sshp_buf_alloc()77 static inline void sshp_buf_free(struct sshp_buf *buf) in sshp_buf_free()93 static inline void sshp_buf_drop(struct sshp_buf *buf, size_t n) in sshp_buf_drop()111 static inline size_t sshp_buf_read_from_fifo(struct sshp_buf *buf, in sshp_buf_read_from_fifo()137 static inline void sshp_buf_span_from(struct sshp_buf *buf, size_t offset, in sshp_buf_span_from()
104 struct sshp_buf buf;