Searched defs:rtw_phl_tx_ring (Results 1 – 2 of 2) sorted by relevance
475 struct rtw_phl_tx_ring { struct476 u8 tid;477 u8 dma_ch;478 u16 tx_thres;479 u16 core_idx;480 _os_atomic phl_idx;481 _os_atomic phl_next_idx;482 u8 *entry[MAX_PHL_RING_ENTRY_NUM];/* change to dynamic allocation */
477 struct rtw_phl_tx_ring { struct478 u8 tid;479 u8 dma_ch;480 u16 tx_thres;481 u16 core_idx;482 _os_atomic phl_idx;483 _os_atomic phl_next_idx;484 u8 *entry[MAX_PHL_TX_RING_ENTRY_NUM];/* change to dynamic allocation */