Searched refs:vp_index (Results 1 - 25 of 25) sorted by relevance

/linux-master/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h83 u32 vp_index = kvm_hv_get_vpindex(vcpu); local
85 if (hve->hv_vp_id != vp_index) {
86 hve->hv_vp_id = vp_index;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.h75 uint8_t vp_index; member in struct:cmd_nvme
93 uint8_t vp_index; member in struct:pt_ls4_request
117 uint8_t vp_index; member in struct:pt_ls4_rx_unsol
H A Dqla_edif.h75 uint8_t vp_index; member in struct:sa_update_28xx
H A Dqla_fw.h469 uint8_t vp_index; member in struct:cmd_bidir
510 uint8_t vp_index; member in struct:cmd_type_6
556 uint8_t vp_index; member in struct:cmd_type_7
590 uint8_t vp_index; member in struct:cmd_type_crc_2
688 uint8_t vp_index; member in struct:mrk_entry_24xx
714 uint8_t vp_index; member in struct:ct_entry_24xx
791 uint8_t vp_index; member in struct:els_entry_24xx
849 uint8_t vp_index; member in struct:els_sts_entry_24xx
922 uint8_t vp_index; member in struct:logio_entry_24xx
980 uint8_t vp_index; member in struct:tsk_mgmt_entry
1013 uint8_t vp_index; member in struct:abort_entry_24xx
[all...]
H A Dqla_nvme.c678 cmd_pkt->vp_index = sp->fcport->vha->vp_idx;
1113 lsrjt_iocb->vp_index = a->vp_idx;
1203 qla2xxx_get_vha_from_vp_idx(struct qla_hw_data *ha, uint16_t vp_index) argument
1210 if (!vp_index && !ha->num_vhosts)
1215 if (vha->vp_idx == vp_index) {
1244 vha = qla2xxx_get_vha_from_vp_idx(ha, p->vp_index);
1246 ql_log(ql_log_warn, NULL, 0x2110, "Invalid vp index %d\n", p->vp_index);
1254 a.vp_idx = p->vp_index;
H A Dqla_target.h169 uint8_t vp_index; member in struct:nack_to_isp::__anon2793::__anon2795
407 uint8_t vp_index; member in struct:ctio7_to_24xx
460 uint8_t vp_index; member in struct:ctio7_from_24xx
510 uint8_t vp_index; member in struct:ctio_crc2_to_fw
577 uint8_t vp_index; member in struct:abts_recv_from_24xx
625 uint8_t vp_index; member in struct:abts_resp_to_24xx
H A Dqla_iocb.c535 mrk24->vp_index = vha->vp_idx;
1370 cmd_pkt->vp_index = sp->vha->vp_idx;
1637 cmd_pkt->vp_index = sp->vha->vp_idx;
2004 cmd_pkt->vp_index = sp->fcport->vha->vp_idx;
2411 logio->vp_index = sp->vha->vp_idx;
2441 logio->vp_index = sp->vha->vp_idx;
2488 logio->vp_index = sp->vha->vp_idx;
2515 logio->vp_index = sp->vha->vp_idx;
2562 tsk->vp_index = fcport->vha->vp_idx;
2808 els_iocb->vp_index
[all...]
H A Dqla_mid.c950 int vp_index = vha->vp_idx; local
956 "Entered %s cmd %x index %d.\n", __func__, cmd, vp_index);
958 if (vp_index == 0 || vp_index >= ha->max_npiv_vports)
972 sp->u.iocb_cmd.u.ctrlvp.vp_index = vp_index;
H A Dqla_target.c356 if ((entry->u.isp24.vp_index != 0xFF) &&
359 entry->u.isp24.vp_index);
364 "with unknown vp_index %d\n",
365 vha->vp_idx, entry->u.isp24.vp_index);
383 entry->vp_index);
389 "received, with unknown vp_index %d\n",
390 vha->vp_idx, entry->vp_index);
426 entry->vp_index);
430 "received, with unknown vp_index %d\n",
431 vha->vp_idx, entry->vp_index);
[all...]
H A Dqla_def.h579 uint8_t vp_index; member in struct:srb_iocb::__anon127::__anon130
648 u16 vp_index; member in struct:srb_iocb::__anon127::__anon136
2446 uint8_t vp_index; member in struct:imm_ntfy_from_isp::__anon171::__anon173
H A Dqla_edif.c2458 sa_update_iocb->vp_index = sp->fcport->vha->vp_idx;
2513 sa_update_iocb->vp_index = sp->fcport->vha->vp_idx;
3149 cmd_pkt->vp_index = sp->vha->vp_idx;
H A Dqla_mbx.c2537 lg->vp_index = vha->vp_idx;
2805 lg->vp_index = vha->vp_idx;
3295 abt->vp_index = fcport->vha->vp_idx;
3381 tsk->p.tsk.vp_index = fcport->vha->vp_idx;
H A Dqla_gs.c90 ct_pkt->vp_index = vha->vp_idx;
1460 ct_pkt->vp_index = vha->vp_idx;
H A Dqla_os.c6139 rsp_els->vp_index = purex->vp_idx;
H A Dqla_init.c2103 tm_iocb->u.tmf.vp_index = vha->vp_idx;
/linux-master/arch/x86/hyperv/
H A Dhv_proc.c157 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags) argument
178 input->vp_index = vp_index;
188 vp_index, flags, status);
H A Dhv_vtl.c101 input->vp_index = target_vp_index;
H A Divm.c352 start_vp_input->vp_index = cpu;
/linux-master/arch/x86/kvm/
H A Dtrace.h1693 TP_PROTO(int vcpu_id, u32 vp_index, u32 msr, u64 data),
1694 TP_ARGS(vcpu_id, vp_index, msr, data),
1698 __field(u32, vp_index)
1705 __entry->vp_index = vp_index;
1710 TP_printk("vcpu_id %d vp_index %u msr 0x%x data 0x%llx",
1711 __entry->vcpu_id, __entry->vp_index, __entry->msr,
1719 TP_PROTO(int vcpu_id, u32 vp_index, u32 msr, u64 data),
1720 TP_ARGS(vcpu_id, vp_index, msr, data),
1724 __field(u32, vp_index)
[all...]
H A Dhyperv.h92 return hv_vcpu ? hv_vcpu->vp_index : vcpu->vcpu_idx;
H A Dhyperv.c371 to_hv_vcpu(vcpu)->vp_index, msr, data);
981 hv_vcpu->vp_index = vcpu->vcpu_idx;
1533 if (new_vp_index == hv_vcpu->vp_index)
1542 if (hv_vcpu->vp_index == vcpu->vcpu_idx)
1547 hv_vcpu->vp_index = new_vp_index;
1697 data = hv_vcpu->vp_index;
1807 * If vp_index == vcpu_idx for all vCPUs, fill vcpu_mask directly, else
/linux-master/arch/x86/include/asm/
H A Dmshyperv.h65 int hv_call_create_vp(int node, u64 partition_id, u32 vp_index, u32 flags);
H A Dhyperv-tlfs.h795 u32 vp_index; member in struct:hv_enable_vp_vtl
H A Dkvm_host.h669 u32 vp_index; member in struct:kvm_vcpu_hv
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h554 u32 vp_index; member in struct:hv_create_vp

Completed in 356 milliseconds