Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c93 static inline int ucc_geth_rx_queues(const struct ucc_geth_info *info) in ucc_geth_rx_queues() function
590 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_bds()
920 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_regs()
942 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_regs()
1818 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in ucc_geth_free_rx()
2034 for (i = 0; i < ucc_geth_rx_queues(ug_info); i++) { in ucc_struct_init()
2069 if (ucc_geth_rx_queues(ug_info) > NUM_RX_QUEUES) { in ucc_struct_init()
2077 if (ug_info->l2qt[i] >= ucc_geth_rx_queues(ug_info)) { in ucc_struct_init()
2086 if (ug_info->l3qt[i] >= ucc_geth_rx_queues(ug_info)) { in ucc_struct_init()
2109 for (i = 0; i < ucc_geth_rx_queues(ug_info); i++) in ucc_struct_init()
[all …]