Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe.c237 static uint32_t fcoe_nworkers_running; variable
1092 fcoe_nworkers_running = 0; in fcoe_worker_init()
1107 while (fcoe_nworkers_running != fcoe_nworkers) { in fcoe_worker_init()
1127 while (fcoe_nworkers_running != 0) { in fcoe_worker_fini()
1155 atomic_inc_32(&fcoe_nworkers_running); in fcoe_worker_frame()
1184 atomic_dec_32(&fcoe_nworkers_running); in fcoe_worker_frame()
1194 w = &fcoe_workers[oxid % fcoe_nworkers_running]; in fcoe_post_frame()