Searched refs:TX_RING_MAX_LEN (Results 1 – 3 of 3) sorted by relevance
42 #define TX_RING_MAX_LEN 10 macro57 struct sk_buff *skb[TX_RING_MAX_LEN];
256 ring->tx_max_pending = TX_RING_MAX_LEN; in qcaspi_get_ringparam()277 qca->txr.count = min_t(u16, qca->txr.count, TX_RING_MAX_LEN); in qcaspi_set_ringparam()
481 for (i = 0; i < TX_RING_MAX_LEN; i++) { in qcaspi_flush_tx_ring()894 qca->txr.count = TX_RING_MAX_LEN; in qcaspi_netdev_setup()