Home
last modified time | relevance | path

Searched refs:PRUETH_MAX_TX_QUEUES (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_ethtool.c163 ch->max_tx = PRUETH_MAX_TX_QUEUES; in emac_get_channels()
232 if (queue >= PRUETH_MAX_TX_QUEUES) in emac_get_per_queue_coalesce()
280 if (queue >= PRUETH_MAX_TX_QUEUES) in emac_set_per_queue_coalesce()
H A Dicssg_prueth.h133 #define PRUETH_MAX_TX_QUEUES 4 macro
164 struct prueth_tx_chn tx_chns[PRUETH_MAX_TX_QUEUES];
H A Dicssg_prueth.c880 int ret, num_tx_chn = PRUETH_MAX_TX_QUEUES; in prueth_netdev_init()