Lines Matching +full:rx +full:- +full:queues +full:- +full:config
61 bus_read_4((sc)->res[0], (reg))
63 bus_write_4((sc)->res[0], (reg), (val))
66 bus_read_region_4((sc)->res[0], (reg), (val), (c))
68 bus_write_region_4((sc)->res[0], (reg), (val), (c))
71 bus_read_4((sc)->res[0], MVNETA_PORTMIB_BASE + (reg))
76 #define MVNETA_IS_QUEUE_SET(queues, q) \ argument
77 ((((queues) >> (q)) & 0x1))
80 * EEE: Lower Power Idle config
92 * the ethernet device has 8 rx/tx DMA queues. each of queue has its own
113 /* Virtual address of the RX buffer */
181 ctr -= MVNETA_TX_RING_CNT; in tx_counter_adv()
192 ctr -= MVNETA_RX_RING_CNT; in rx_counter_adv()
209 KASSERT(mtx_owned(&(sc)->mtx), ("SC mutex not owned"))
211 KASSERT(mtx_owned(&(sc)->bm.bm_mtx), ("BM mutex not owned"))
213 KASSERT(mtx_owned(&(sc)->rx_ring[(q)].ring_mtx),\
214 ("RX mutex not owned"))
216 KASSERT(mtx_owned(&(sc)->tx_ring[(q)].ring_mtx),\
274 boolean_t use_inband_status; /* In-band link status */
317 (&(sc)->rx_ring[(q)])
319 (&(sc)->tx_ring[(q)])