Searched refs:rtw_cbuf (Results 1 – 6 of 6) sorted by relevance
112 struct rtw_cbuf { struct119 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument120 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);121 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);122 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);123 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
62 struct rtw_cbuf *c2h_queue;
220 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()231 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()244 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()262 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()280 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()282 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()
267 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()278 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()291 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()311 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()331 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()333 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()
301 struct rtw_cbuf { struct308 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument309 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);310 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);311 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);312 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
54 struct rtw_cbuf *c2h_queue;