/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | prm3xxx.c | 98 static u32 omap3_prm_vp_check_txdone(u8 vp_id) in omap3_prm_vp_check_txdone() argument 100 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_check_txdone() 108 static void omap3_prm_vp_clear_txdone(u8 vp_id) in omap3_prm_vp_clear_txdone() argument 110 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_clear_txdone()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | hyperv.h | 25 hv_vcpu->nested.vp_id = hve->hv_vp_id; in nested_svm_hv_update_vm_vp_ids()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/ |
H A D | vxge-traffic.c | 130 if (vpath->hldev->first_vp_id != vpath->vp_id) in vxge_hw_vpath_intr_enable() 486 * @vp_id: Vpath Id 492 __vxge_hw_device_handle_error(struct __vxge_hw_device *hldev, u32 vp_id, in __vxge_hw_device_handle_error() argument 526 type, vp_id); in __vxge_hw_device_handle_error() 849 __vxge_hw_device_handle_error(hldev, vpath->vp_id, alarm_event); in __vxge_hw_vpath_alarm_process() 2172 u32 vp_id = vp->vpath->vp_id; in vxge_hw_vpath_msix_set() local 2175 (vp_id * 4) + tim_msix_id[0]) | in vxge_hw_vpath_msix_set() 2177 (vp_id * 4) + tim_msix_id[1]); in vxge_hw_vpath_msix_set() 2283 tim_int_mask1, vp->vpath->vp_id); in vxge_hw_vpath_inta_mask_tx_rx() [all...] |
H A D | vxge-traffic.h | 2114 u32 vp_id);
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | hyperv.c | 1785 static bool hv_is_vp_in_sparse_set(u32 vp_id, u64 valid_bank_mask, u64 sparse_banks[]) in hv_is_vp_in_sparse_set() argument 1787 int valid_bit_nr = vp_id / HV_VCPUS_PER_SPARSE_BANK; in hv_is_vp_in_sparse_set() 1803 return test_bit(vp_id % HV_VCPUS_PER_SPARSE_BANK, in hv_is_vp_in_sparse_set() 2127 !hv_is_vp_in_sparse_set(hv_v->nested.vp_id, valid_bank_mask, in kvm_hv_flush_tlb()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev.c | 5056 struct qed_ptt *p_ptt, u16 vp_id, u32 rate) in __qed_configure_vport_wfq() 5064 p_hwfn->qm_info.wfq_data[vp_id].min_speed = rate; in __qed_configure_vport_wfq() 5065 p_hwfn->qm_info.wfq_data[vp_id].configured = true; in __qed_configure_vport_wfq() 5069 rc = qed_init_wfq_param(p_hwfn, vp_id, rate, p_link->min_pf_rate); in __qed_configure_vport_wfq() 5116 * vp_id - vport id in PF Range[0 - (total_num_vports_per_pf - 1)] 5119 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate) in qed_configure_vport_wfq() argument 5138 rc = __qed_configure_vport_wfq(p_hwfn, p_ptt, vp_id, rate); in qed_configure_vport_wfq() 5055 __qed_configure_vport_wfq(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 vp_id, u32 rate) __qed_configure_vport_wfq() argument
|
H A D | qed.h | 914 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dev.c | 5153 struct qed_ptt *p_ptt, u16 vp_id, u32 rate) in __qed_configure_vport_wfq() 5161 p_hwfn->qm_info.wfq_data[vp_id].min_speed = rate; in __qed_configure_vport_wfq() 5162 p_hwfn->qm_info.wfq_data[vp_id].configured = true; in __qed_configure_vport_wfq() 5166 rc = qed_init_wfq_param(p_hwfn, vp_id, rate, p_link->min_pf_rate); in __qed_configure_vport_wfq() 5213 * vp_id - vport id in PF Range[0 - (total_num_vports_per_pf - 1)] 5216 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate) in qed_configure_vport_wfq() argument 5235 rc = __qed_configure_vport_wfq(p_hwfn, p_ptt, vp_id, rate); in qed_configure_vport_wfq() 5152 __qed_configure_vport_wfq(struct qed_hwfn *p_hwfn, struct qed_ptt *p_ptt, u16 vp_id, u32 rate) __qed_configure_vport_wfq() argument
|
H A D | qed.h | 906 int qed_configure_vport_wfq(struct qed_dev *cdev, u16 vp_id, u32 rate);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kvm_host.h | 673 u32 vp_id; member
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | nested.c | 242 hv_vcpu->nested.vp_id = 0; in nested_release_evmcs() 1593 hv_vcpu->nested.vp_id = evmcs->hv_vp_id; in copy_enlightened_to_vmcs12()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 3232 int vp_id; member
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 3395 int vp_id; member
|