Searched defs:for_all_tx_queues (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 400 for_all_tx_queues(adapter, txo, j) { in be_get_ethtool_stats() function
|
H A D | be_main.c | 679 for_all_tx_queues(adapter, txo, i) { in be_get_stats64() function 1432 for_all_tx_queues(adapter, txo, i) { in be_tx_timeout() function 2881 for_all_tx_queues(adapter, txo, i) { in be_tx_compl_clean() function 2908 for_all_tx_queues(adapter, txo, i) { in be_tx_compl_clean() function 3046 for_all_tx_queues(adapter, txo, i) { in be_tx_queues_destroy() function 3068 for_all_tx_queues(adapter, txo, i) { in be_tx_qs_create() function
|
H A D | be.h | 798 #define for_all_tx_queues(adapter, txo, i) \ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 404 for_all_tx_queues(adapter, txo, j) { in be_get_ethtool_stats() function
|
H A D | be_main.c | 678 for_all_tx_queues(adapter, txo, i) { in be_get_stats64() function 1431 for_all_tx_queues(adapter, txo, i) { in be_tx_timeout() function 2882 for_all_tx_queues(adapter, txo, i) { in be_tx_compl_clean() function 2909 for_all_tx_queues(adapter, txo, i) { in be_tx_compl_clean() function 3046 for_all_tx_queues(adapter, txo, i) { in be_tx_queues_destroy() function 3068 for_all_tx_queues(adapter, txo, i) { in be_tx_qs_create() function
|
H A D | be.h | 797 #define for_all_tx_queues(adapter, txo, i) \ macro
|
Completed in 23 milliseconds