Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson.c70 #define CHANNEL_NUM 8 macro
130 plat->rx_queues_to_use = CHANNEL_NUM; in loongson_gmac_data()
131 plat->tx_queues_to_use = CHANNEL_NUM; in loongson_gmac_data()
136 for (i = 1; i < CHANNEL_NUM; i++) in loongson_gmac_data()
182 plat->rx_queues_to_use = CHANNEL_NUM; in loongson_gnet_data()
183 plat->tx_queues_to_use = CHANNEL_NUM; in loongson_gnet_data()
188 for (i = 1; i < CHANNEL_NUM; i++) in loongson_gnet_data()
417 vecs = roundup_pow_of_two(CHANNEL_NUM * 2 + 1); in loongson_dwmac_msi_config()
427 res->rx_irq[CHANNEL_NUM - 1 - i] = in loongson_dwmac_msi_config()
432 res->tx_irq[CHANNEL_NUM - 1 - i] = in loongson_dwmac_msi_config()