| /linux/arch/s390/kernel/diag/ |
| H A D | diag310.c | 48 u64 subcode; member 64 static inline unsigned long diag310(unsigned long subcode, unsigned long size, void *addr) in diag310() argument 71 : [subcode] "d" (subcode) in diag310() 115 res.response = diag310(req.subcode, 0, NULL); in diag310_get_memtop_size() 135 res.response = diag310(req_sc.subcode, req_size.size, buf); in diag310_store_topology_map()
|
| H A D | diag324.c | 30 enum subcode { enum 99 static unsigned long diag324(unsigned long subcode, void *addr) in diag324() argument 106 : [subcode] "d" (subcode) in diag324()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_common.h | 545 u64 subcode:7; member 555 u64 subcode:7; 580 u64 subcode:8; member 587 u64 subcode:8; member 599 u64 subcode:8; member 610 u64 subcode:8; member 622 u64 subcode:8; 634 u64 subcode:8; 645 u64 subcode:8; 653 u64 subcode:8; [all …]
|
| H A D | octeon_droq.h | 392 u16 subcode, 396 u16 opcode, u16 subcode);
|
| H A D | octeon_droq.c | 51 u16 opcode, u16 subcode) in octeon_get_dispatch_arg() argument 56 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch_arg() 537 (u16)rh->r.subcode); in octeon_droq_dispatch_pkt() 554 (unsigned int)rh->r.subcode); in octeon_droq_dispatch_pkt() 764 (u16)rdisp->rinfo->recv_pkt->rh.r.subcode)); in octeon_droq_process_packets() 815 (u16)rdisp->rinfo->recv_pkt->rh.r.subcode)); in octeon_droq_process_poll_pkts()
|
| H A D | octeon_device.c | 1077 u16 subcode) in octeon_get_dispatch() argument 1082 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_get_dispatch() 1136 u16 subcode, in octeon_register_dispatch_fn() argument 1141 u16 combined_opcode = OPCODE_SUBCODE(opcode, subcode); in octeon_register_dispatch_fn() 1161 pfn = octeon_get_dispatch(oct, opcode, subcode); in octeon_register_dispatch_fn() 1185 octeon_get_dispatch_arg(oct, opcode, subcode) == fn_arg) in octeon_register_dispatch_fn() 1190 opcode, subcode); in octeon_register_dispatch_fn()
|
| H A D | octeon_nic.h | 160 irh->subcode = OPCODE_NIC_NW_DATA; in octnet_prepare_pci_cmd_o2() 223 irh->subcode = OPCODE_NIC_NW_DATA; in octnet_prepare_pci_cmd_o3()
|
| H A D | request_manager.c | 580 u8 subcode, in octeon_prepare_soft_command() argument 593 WARN_ON(subcode > 127); in octeon_prepare_soft_command() 623 irh->subcode = subcode; in octeon_prepare_soft_command() 660 irh->subcode = subcode; in octeon_prepare_soft_command()
|
| H A D | octeon_iq.h | 383 u8 opcode, u8 subcode,
|
| H A D | octeon_device.h | 699 u16 subcode);
|
| /linux/arch/loongarch/kvm/ |
| H A D | interrupt.c | 114 unsigned int code, unsigned int subcode) in _kvm_deliver_exception() argument 124 if (subcode == EXSUBCODE_ADEF) in _kvm_deliver_exception()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | kvm_vcpu.h | 109 unsigned int code, unsigned int subcode) in kvm_queue_exception() argument 114 vcpu->arch.esubcode = subcode; in kvm_queue_exception()
|
| /linux/Documentation/sound/designs/ |
| H A D | control-names.rst | 139 IEC958 Q-subcode [Playback|Capture] Default Q-subcode bits
|
| /linux/arch/s390/include/asm/ |
| H A D | irq.h | 87 unsigned short subcode; member
|
| H A D | ipl.h | 166 extern int diag308(unsigned long subcode, void *addr);
|
| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 315 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops() argument 317 return gimple_build_assign(lhs, subcode, op1, op2 PASS_MEM_STAT); in gimple_build_assign_with_ops()
|
| /linux/arch/s390/kernel/ |
| H A D | relocate_kernel.S | 60 lgr %r0,%r4 # subcode
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_spdif.c | 73 * Defines channel status, subcode and Q sub 83 unsigned char subcode[2 * SPDIF_UBITS_SIZE]; member 85 /* Q subcode part of user bits */ 288 ctrl->subcode[*pos++] = val >> 16; in spdif_irq_uqrx_full() 289 ctrl->subcode[*pos++] = val >> 8; in spdif_irq_uqrx_full() 290 ctrl->subcode[*pos++] = val; in spdif_irq_uqrx_full() 847 * Get User bits (subcode) from chip value which readed out 862 memcpy(&ucontrol->value.iec958.subcode[0], in fsl_spdif_subcode_get() 863 &ctrl->subcode[idx], SPDIF_UBITS_SIZE); in fsl_spdif_subcode_get() 871 /* Q-subcode informatio [all...] |
| /linux/sound/soc/atmel/ |
| H A D | mchp-spdiftx.c | 614 memcpy(uvalue->value.iec958.subcode, ctrl->user_data, in mchp_spdiftx_subcode_get() 633 if (ctrl->user_data[i] != uvalue->value.iec958.subcode[i]) in mchp_spdiftx_subcode_put() 636 ctrl->user_data[i] = uvalue->value.iec958.subcode[i]; in mchp_spdiftx_subcode_put()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hclge_mbx.h | 119 u8 subcode; member
|
| /linux/include/uapi/linux/ |
| H A D | virtio_snd.h | 447 __u8 subcode[147]; member
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 1616 int subcode; in do_mt() local 1618 subcode = (read_vpe_c0_vpecontrol() & VPECONTROL_EXCPT) in do_mt() 1620 switch (subcode) { in do_mt() 1641 subcode); in do_mt()
|
| /linux/arch/s390/boot/ |
| H A D | physmem_info.c | 115 : [subcode] "i" (DIAG500_SC_STOR_LIMIT) in diag500_storage_limit()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_mbx.c | 141 send_msg->subcode, resp_data, in hclgevf_send_mbx_msg()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ef10.c | 3046 int subcode; in efx_ef10_handle_driver_event() local 3048 subcode = EFX_QWORD_FIELD(*event, ESF_DZ_DRV_SUB_CODE); in efx_ef10_handle_driver_event() 3050 switch (subcode) { in efx_ef10_handle_driver_event() 3061 channel->channel, subcode, in efx_ef10_handle_driver_event() 3071 u32 subcode; in efx_ef10_handle_driver_generated_event() local 3073 subcode = EFX_QWORD_FIELD(*event, EFX_DWORD_0); in efx_ef10_handle_driver_generated_event() 3075 switch (subcode) { in efx_ef10_handle_driver_generated_event() 3090 channel->channel, (unsigned) subcode, in efx_ef10_handle_driver_generated_event()
|