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

/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_def.h237 struct task async_event_task; member in struct:qla_host
H A Dql_os.c252 &ha->async_event_task);
474 TASK_INIT(&ha->async_event_task, 0, qla_async_event, ha);
572 taskqueue_drain(ha->async_event_tq, &ha->async_event_task);

Completed in 96 milliseconds