Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/
Ducc_geth.c92 static inline int ucc_geth_rx_queues(const struct ucc_geth_info *info) in ucc_geth_rx_queues() function
589 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_bds()
919 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_regs()
941 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in dump_regs()
1817 for (i = 0; i < ucc_geth_rx_queues(ugeth->ug_info); i++) { in ucc_geth_free_rx()
2033 for (i = 0; i < ucc_geth_rx_queues(ug_info); i++) { in ucc_struct_init()
2068 if (ucc_geth_rx_queues(ug_info) > NUM_RX_QUEUES) { in ucc_struct_init()
2076 if (ug_info->l2qt[i] >= ucc_geth_rx_queues(ug_info)) { in ucc_struct_init()
2085 if (ug_info->l3qt[i] >= ucc_geth_rx_queues(ug_info)) { in ucc_struct_init()
2108 for (i = 0; i < ucc_geth_rx_queues(ug_info); i++) in ucc_struct_init()
[all …]