Home
last modified time | relevance | path

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

/src/sys/dev/qlxgbe/
H A Dql_os.c79 static void qla_async_event(void *context, int pending);
534 TASK_INIT(&ha->async_event_task, 0, qla_async_event, ha); in qla_pci_attach()
2223 qla_async_event(void *context, int pending) in qla_async_event() function