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

/opensolaris-onvv-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c232 static ddi_taskq_t *fcoe_worker_taskq; variable
1090 fcoe_worker_taskq = ddi_taskq_create(0, "FCOE_WORKER_TASKQ",
1101 (void) ddi_taskq_dispatch(fcoe_worker_taskq, fcoe_worker_frame,
1128 ddi_taskq_destroy(fcoe_worker_taskq);

Completed in 91 milliseconds