Home
last modified time | relevance | path

Searched refs:RT2860_TX_POOL_COUNT (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Drt2860var.h28 #define RT2860_TX_POOL_COUNT (RT2860_TX_RING_COUNT * 2) macro
149 struct rt2860_tx_data data[RT2860_TX_POOL_COUNT];
H A Drt2860.c632 size = RT2860_TX_POOL_COUNT * RT2860_TXWI_DMASZ; in rt2860_alloc_tx_pool()
671 for (i = 0; i < RT2860_TX_POOL_COUNT; i++) { in rt2860_alloc_tx_pool()
704 RT2860_TX_POOL_COUNT * RT2860_TXWI_DMASZ); in rt2860_free_tx_pool()