TX_RING_MAX_LEN   253 drivers/net/ethernet/qualcomm/qca_debug.c 	ring->tx_max_pending = TX_RING_MAX_LEN;
TX_RING_MAX_LEN   273 drivers/net/ethernet/qualcomm/qca_debug.c 	qca->txr.count = min_t(u16, qca->txr.count, TX_RING_MAX_LEN);
TX_RING_MAX_LEN   480 drivers/net/ethernet/qualcomm/qca_spi.c 	for (i = 0; i < TX_RING_MAX_LEN; i++) {
TX_RING_MAX_LEN   872 drivers/net/ethernet/qualcomm/qca_spi.c 	qca->txr.count = TX_RING_MAX_LEN;
TX_RING_MAX_LEN    57 drivers/net/ethernet/qualcomm/qca_spi.h 	struct sk_buff *skb[TX_RING_MAX_LEN];