Home
last modified time | relevance | path

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

/src/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c7645 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_pf_vf_msg()
7649 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_pf_vf_msg()
7677 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_vf_flr_update()
7681 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_vf_flr_update()
7713 if (ha->sriov_task[i].pf_taskqueue != NULL) { in qlnx_vf_bulleting_update()
7717 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in qlnx_vf_bulleting_update()
8124 ha->sriov_task[i].pf_taskqueue = taskqueue_create(tq_name, M_NOWAIT, in qlnx_create_pf_taskqueues()
8126 &ha->sriov_task[i].pf_taskqueue); in qlnx_create_pf_taskqueues()
8128 if (ha->sriov_task[i].pf_taskqueue == NULL) in qlnx_create_pf_taskqueues()
8131 taskqueue_start_threads(&ha->sriov_task[i].pf_taskqueue, 1, in qlnx_create_pf_taskqueues()
[all …]
H A Dqlnx_def.h334 struct taskqueue *pf_taskqueue; member