Searched refs:sriov_task (Results 1 – 2 of 2) sorted by relevance
7802 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_pf_vf_msg()7803 atomic_testandset_32(&ha->sriov_task[i].flags, in __qlnx_pf_vf_msg()7806 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_pf_vf_msg()7807 &ha->sriov_task[i].pf_task); in __qlnx_pf_vf_msg()7834 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_vf_flr_update()7835 atomic_testandset_32(&ha->sriov_task[i].flags, in __qlnx_vf_flr_update()7838 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_vf_flr_update()7839 &ha->sriov_task[i].pf_task); in __qlnx_vf_flr_update()7870 if (ha->sriov_task[i].pf_taskqueue != NULL) { in qlnx_vf_bulleting_update()7871 atomic_testandset_32(&ha->sriov_task[i].flags, in qlnx_vf_bulleting_update()[all …]
498 qlnx_sriov_task_t sriov_task[MAX_HWFNS_PER_DEVICE]; member