emlxs_taskq_t
emlxs_taskq_create(emlxs_hba_t *hba, emlxs_taskq_t *taskq)
bzero(taskq, sizeof (emlxs_taskq_t));
emlxs_taskq_destroy(emlxs_taskq_t *taskq)
emlxs_taskq_t *taskq;
emlxs_taskq_dispatch(emlxs_taskq_t *taskq, void (*func) (), void *arg)
extern void emlxs_taskq_destroy(emlxs_taskq_t *taskq);
emlxs_taskq_t *taskq);
extern uint32_t emlxs_taskq_dispatch(emlxs_taskq_t *taskq,