Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_cmn.h741 for_each_napi_queue(bp, i) in bnx2x_add_all_napi()
750 for_each_napi_queue(bp, i) in bnx2x_del_all_napi()
Dbnx2x_ethtool.c1991 for_each_napi_queue(bp, i) { in bnx2x_get_strings()
2037 for_each_napi_queue(bp, i) { in bnx2x_get_ethtool_stats()
Dbnx2x_cmn.c1185 for_each_napi_queue(bp, i) in bnx2x_napi_enable()
1193 for_each_napi_queue(bp, i) in bnx2x_napi_disable()
Dbnx2x.h1399 #define for_each_napi_queue(bp, var) \ macro