Searched refs:ext_params (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpsw.c | 1481 struct dpsw_prep_acl_entry *ext_params; in dpsw_acl_prepare_entry_cfg() local 1484 ext_params = (struct dpsw_prep_acl_entry *)entry_cfg_buf; in dpsw_acl_prepare_entry_cfg() 1487 ext_params->match_l2_dest_mac[i] = key->match.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg() 1488 ext_params->match_l2_source_mac[i] = key->match.l2_source_mac[5 - i]; in dpsw_acl_prepare_entry_cfg() 1489 ext_params->mask_l2_dest_mac[i] = key->mask.l2_dest_mac[5 - i]; in dpsw_acl_prepare_entry_cfg() 1490 ext_params->mask_l2_source_mac[i] = key->mask.l2_source_mac[5 - i]; in dpsw_acl_prepare_entry_cfg() 1493 ext_params->match_l2_tpid = cpu_to_le16(key->match.l2_tpid); in dpsw_acl_prepare_entry_cfg() 1494 ext_params->match_l2_vlan_id = cpu_to_le16(key->match.l2_vlan_id); in dpsw_acl_prepare_entry_cfg() 1495 ext_params->match_l3_dest_ip = cpu_to_le32(key->match.l3_dest_ip); in dpsw_acl_prepare_entry_cfg() 1496 ext_params->match_l3_source_ip = cpu_to_le32(key->match.l3_source_ip); in dpsw_acl_prepare_entry_cfg() [all …]
|
/openbmc/linux/arch/s390/kvm/ |
H A D | interrupt.c | 1015 ext.ext_params); in __deliver_service() 1018 ext.ext_params, 0); in __deliver_service() 1020 return write_sclp(vcpu, ext.ext_params); in __deliver_service() 1035 fi->srv_signal.ext_params &= ~SCCB_EVENT_PENDING; in __deliver_service_ev() 1042 ext.ext_params, 0); in __deliver_service_ev() 1102 inti->ext.ext_params, inti->ext.ext_params2); in __deliver_virtio() 1106 inti->ext.ext_params, in __deliver_virtio() 1126 rc |= put_guest_lc(vcpu, inti->ext.ext_params, in __deliver_virtio() 1534 irq->u.ext.ext_params, in __inject_pfault_init() 1826 fi->srv_signal.ext_params |= inti->ext.ext_params & SCCB_EVENT_PENDING; in __inject_service() [all …]
|
H A D | intercept.c | 524 fi->srv_signal.ext_params |= 0x43000; in handle_pv_sclp()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | s390-arch.h | 49 uint32_t ext_params; /* 0x080 */ member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | lowcore.h | 28 __u32 ext_params; /* 0x0080 */ member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | asm-offsets.c | 75 OFFSET(__LC_EXT_PARAMS, lowcore, ext_params); in main()
|
H A D | irq.c | 185 regs->int_parm = S390_lowcore.ext_params; in do_ext_irq()
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | kvm.h | 140 __u32 ext_params; member
|
/openbmc/qemu/target/s390x/ |
H A D | s390x-internal.h | 22 uint32_t ext_params; /* 0x080 */ member
|
/openbmc/qemu/hw/intc/ |
H A D | s390_flic_kvm.c | 147 .u.ext.ext_params = parm, in kvm_s390_inject_service()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 367 lowcore->ext_params = cpu_to_be32(param); in do_ext_interrupt()
|
/openbmc/linux/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1080 void *ext_params; /*< Standard specific params */ member
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1038 interrupt->parm = irq->u.ext.ext_params; in s390_kvm_irq_to_interrupt() 1051 interrupt->parm = irq->u.ext.ext_params; in s390_kvm_irq_to_interrupt()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 724 __u32 ext_params; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 724 __u32 ext_params; member
|