Searched refs:sriov_task (Results 1 – 2 of 2) sorted by relevance
7645 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_pf_vf_msg()7646 atomic_testandset_32(&ha->sriov_task[i].flags, in __qlnx_pf_vf_msg()7649 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_pf_vf_msg()7650 &ha->sriov_task[i].pf_task); in __qlnx_pf_vf_msg()7677 if (ha->sriov_task[i].pf_taskqueue != NULL) { in __qlnx_vf_flr_update()7678 atomic_testandset_32(&ha->sriov_task[i].flags, in __qlnx_vf_flr_update()7681 taskqueue_enqueue(ha->sriov_task[i].pf_taskqueue, in __qlnx_vf_flr_update()7682 &ha->sriov_task[i].pf_task); in __qlnx_vf_flr_update()7713 if (ha->sriov_task[i].pf_taskqueue != NULL) { in qlnx_vf_bulleting_update()7714 atomic_testandset_32(&ha->sriov_task[i].flags, in qlnx_vf_bulleting_update()[all …]
494 qlnx_sriov_task_t sriov_task[MAX_HWFNS_PER_DEVICE]; member