Searched defs:rtw_rx_buf_ring (Results 1 – 2 of 2) sorted by relevance
36 struct rtw_rx_buf_ring { struct37 struct rtw_rx_buf *rx_buf;38 _os_list idle_rxbuf_list;39 _os_list busy_rxbuf_list;40 u16 idle_rxbuf_cnt;41 u16 busy_rxbuf_cnt;42 _os_lock idle_rxbuf_lock;43 _os_lock busy_rxbuf_lock;
56 struct rtw_rx_buf_ring { struct57 struct rtw_rx_buf *rxbufblock;58 u32 block_cnt_alloc; /* Total number of rtw_rx_buf allocated */59 u32 total_blocks_size; /* block_cnt_alloc * sizeof(rtw_rx_buf) */61 struct phl_queue idle_rxbuf_list;62 struct phl_queue busy_rxbuf_list;63 struct phl_queue pend_rxbuf_list;