Lines Matching +full:max +full:- +full:rx +full:- +full:timeout +full:- +full:ms
35 #define MVNETA_A370_MAX_CSUM_MTU 1600 /* Max frame len for TX csum */
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))
92 * the ethernet device has 8 rx/tx DMA queues. each of queue has its own
113 /* Virtual address of the RX buffer */
161 #define MVNETA_WATCHDOG_TXCOMP (hz / 10) /* 100ms */
181 ctr -= MVNETA_TX_RING_CNT; in tx_counter_adv()
192 ctr -= MVNETA_RX_RING_CNT; in rx_counter_adv()
198 * Timeout control
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)])