Searched refs:fcoe_worker_taskq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c235 static ddi_taskq_t *fcoe_worker_taskq; variable
1093 fcoe_worker_taskq = ddi_taskq_create(0, "FCOE_WORKER_TASKQ",
1104 (void) ddi_taskq_dispatch(fcoe_worker_taskq, fcoe_worker_frame,
1131 ddi_taskq_destroy(fcoe_worker_taskq);

Completed in 57 milliseconds