Searched refs:rtw_cbuf (Results 1 – 2 of 2) sorted by relevance
105 struct rtw_cbuf { struct 112 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument 113 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);114 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);115 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);116 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
158 * @cbuf: pointer of struct rtw_cbuf162 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full() 169 * @cbuf: pointer of struct rtw_cbuf173 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty() 180 * @cbuf: pointer of struct rtw_cbuf186 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push() 199 * @cbuf: pointer of struct rtw_cbuf204 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop() 217 * rtw_cbuf_alloc - allocate a rtw_cbuf with given size and do initialization220 * Returns: pointer of srtuct rtw_cbuf, NUL[all...]