Searched defs:rtw_tx_buf_ring (Results 1 – 1 of 1) sorted by relevance
44 struct rtw_tx_buf_ring { struct45 struct rtw_tx_buf *txbufblock;46 u32 block_cnt_alloc; /* Total number of rtw_tx_buf allocated */47 u32 total_blocks_size; /* block_cnt_alloc * sizeof(rtw_tx_buf) */49 struct phl_queue idle_list;50 struct phl_queue busy_list; /* ready to send buffer list */51 struct phl_queue mgnt_idle_list; /* management buffer list */52 struct phl_queue mgnt_busy_list; /* ready to send management buffer list */