/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | device.h | 49 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) 50 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) 51 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) 52 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) 53 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fl [all...] |
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | device.h | 50 #define __mlx5_nullp(typ) ((struct mlx5_ifc_##typ##_bits *)0) 51 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) 52 #define __mlx5_bit_off(typ, fld) (offsetof(struct mlx5_ifc_##typ##_bits, fld)) 53 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) 54 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fl [all...] |
/kernel/linux/linux-5.10/fs/freevxfs/ |
H A D | vxfs_bmap.c | 44 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument 46 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT); in vxfs_typdump() 47 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_typdump() 48 printk("block=%x ", typ->vt_block); in vxfs_typdump() 49 printk("size=%x\n", typ->vt_size); in vxfs_typdump() 139 struct vxfs_typed *typ; in vxfs_bmap_indir() local 147 typ = ((struct vxfs_typed *)bp->b_data) + in vxfs_bmap_indir() 149 off = fs64_to_cpu(sbi, typ->vt_hdr) & VXFS_TYPED_OFFSETMASK; in vxfs_bmap_indir() 156 switch ((u_int32_t)(fs64_to_cpu(sbi, typ->vt_hdr) >> in vxfs_bmap_indir() 160 fs32_to_cpu(sbi, typ in vxfs_bmap_indir() 218 struct vxfs_typed *typ = vip->vii_org.typed + i; vxfs_bmap_typed() local [all...] |
/kernel/linux/linux-6.6/fs/freevxfs/ |
H A D | vxfs_bmap.c | 20 vxfs_typdump(struct vxfs_typed *typ) in vxfs_typdump() argument 22 printk(KERN_DEBUG "type=%Lu ", typ->vt_hdr >> VXFS_TYPED_TYPESHIFT); in vxfs_typdump() 23 printk("offset=%Lx ", typ->vt_hdr & VXFS_TYPED_OFFSETMASK); in vxfs_typdump() 24 printk("block=%x ", typ->vt_block); in vxfs_typdump() 25 printk("size=%x\n", typ->vt_size); in vxfs_typdump() 115 struct vxfs_typed *typ; in vxfs_bmap_indir() local 123 typ = ((struct vxfs_typed *)bp->b_data) + in vxfs_bmap_indir() 125 off = fs64_to_cpu(sbi, typ->vt_hdr) & VXFS_TYPED_OFFSETMASK; in vxfs_bmap_indir() 132 switch ((u_int32_t)(fs64_to_cpu(sbi, typ->vt_hdr) >> in vxfs_bmap_indir() 136 fs32_to_cpu(sbi, typ in vxfs_bmap_indir() 194 struct vxfs_typed *typ = vip->vii_org.typed + i; vxfs_bmap_typed() local [all...] |
/kernel/linux/linux-5.10/drivers/video/ |
H A D | videomode.c | 16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing() 17 vm->hactive = dt->hactive.typ; in videomode_from_timing() 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing() 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing() 20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing() 22 vm->vactive = dt->vactive.typ; in videomode_from_timing() 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing() 24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing() 25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
|
/kernel/linux/linux-6.6/drivers/video/ |
H A D | videomode.c | 16 vm->pixelclock = dt->pixelclock.typ; in videomode_from_timing() 17 vm->hactive = dt->hactive.typ; in videomode_from_timing() 18 vm->hfront_porch = dt->hfront_porch.typ; in videomode_from_timing() 19 vm->hback_porch = dt->hback_porch.typ; in videomode_from_timing() 20 vm->hsync_len = dt->hsync_len.typ; in videomode_from_timing() 22 vm->vactive = dt->vactive.typ; in videomode_from_timing() 23 vm->vfront_porch = dt->vfront_porch.typ; in videomode_from_timing() 24 vm->vback_porch = dt->vback_porch.typ; in videomode_from_timing() 25 vm->vsync_len = dt->vsync_len.typ; in videomode_from_timing()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 65 #define IOFUNC_MEMIO(name, hws, typ, adr) \ 68 return readb(((typ *)hw->adr) + off); \ 72 writeb(val, ((typ *)hw->adr) + off); \ 77 *dp++ = readb(((typ *)hw->adr) + off); \ 82 writeb(*dp++, ((typ *)hw->adr) + off); \ 85 #define ASSIGN_FUNC(typ, name, dest) do { \ 86 dest.read_reg = &Read##name##_##typ; \ 87 dest.write_reg = &Write##name##_##typ; \ 88 dest.read_fifo = &ReadFiFo##name##_##typ; \ 89 dest.write_fifo = &WriteFiFo##name##_##typ; \ [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | iohelper.h | 65 #define IOFUNC_MEMIO(name, hws, typ, adr) \ 68 return readb(((typ *)hw->adr) + off); \ 72 writeb(val, ((typ *)hw->adr) + off); \ 77 *dp++ = readb(((typ *)hw->adr) + off); \ 82 writeb(*dp++, ((typ *)hw->adr) + off); \ 85 #define ASSIGN_FUNC(typ, name, dest) do { \ 86 dest.read_reg = &Read##name##_##typ; \ 87 dest.write_reg = &Write##name##_##typ; \ 88 dest.read_fifo = &ReadFiFo##name##_##typ; \ 89 dest.write_fifo = &WriteFiFo##name##_##typ; \ [all...] |
/kernel/linux/linux-6.6/tools/objtool/arch/powerpc/ |
H A D | decode.c | 47 enum insn_type typ; in arch_decode_instruction() local 53 typ = INSN_OTHER; in arch_decode_instruction() 59 typ = INSN_CALL; in arch_decode_instruction() 72 insn->type = typ; in arch_decode_instruction()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_disc.c | 35 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument 37 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str() 38 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str() 274 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create() 286 switch (tgt->tdata.typ) { in snic_tgt_create() 312 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create() 401 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 408 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
H A D | snic_fwint.h | 114 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() argument 117 hdr->type = typ; in snic_io_hdr_enc() 129 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 132 *typ = hdr->type; in snic_io_hdr_dec()
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_disc.c | 21 snic_tgt_type_to_str(int typ) in snic_tgt_type_to_str() argument 23 return ((typ > SNIC_TGT_NONE && typ <= SNIC_TGT_SAN) ? in snic_tgt_type_to_str() 24 snic_tgt_type_str[typ] : "Unknown"); in snic_tgt_type_to_str() 260 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create() 272 switch (tgt->tdata.typ) { in snic_tgt_create() 298 tgt->id, snic_tgt_type_to_str(tgt->tdata.typ)); in snic_tgt_create() 387 u8 typ, cmpl_stat; in snic_report_tgt_cmpl_handler() local 394 snic_io_hdr_dec(&fwreq->hdr, &typ, &cmpl_stat, &cmnd_id, &hid, &ctx); in snic_report_tgt_cmpl_handler()
|
H A D | snic_fwint.h | 100 snic_io_hdr_enc(struct snic_io_hdr *hdr, u8 typ, u8 status, u32 id, u32 hid, in snic_io_hdr_enc() argument 103 hdr->type = typ; in snic_io_hdr_enc() 115 snic_io_hdr_dec(struct snic_io_hdr *hdr, u8 *typ, u8 *stat, u32 *cmnd_id, in snic_io_hdr_dec() argument 118 *typ = hdr->type; in snic_io_hdr_dec()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 377 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() 378 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc() 380 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() 382 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc() 383 MLX5_SET(typ##_in, in, qpn, _qpn); \ in modify_qp_mbox_alloc() 384 MLX5_SET(typ##_in, in, uid, _uid); \ in modify_qp_mbox_alloc() 387 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() 389 MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid); \ in modify_qp_mbox_alloc() 390 MLX5_SET(typ##_i in modify_qp_mbox_alloc() [all...] |
/kernel/linux/linux-6.6/include/dt-bindings/pinctrl/ |
H A D | sppctl.h | 26 * pin# (8bit), typ (8bit), function (8bit), flag (8bit) 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/pinctrl/ |
H A D | sppctl.h | 26 * pin# (8bit), typ (8bit), function (8bit), flag (8bit) 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | pgtable.h | 13 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | pgtable_no.h | 37 #define __swp_entry(typ,off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
|
/kernel/linux/linux-5.10/arch/c6x/include/asm/ |
H A D | pgtable.h | 45 #define __swp_entry(typ, off) ((swp_entry_t) { ((typ) | ((off) << 7)) })
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | qpc.c | 394 #define MBOX_ALLOC(mbox, typ) \ in modify_qp_mbox_alloc() 395 mbox_alloc(mbox, MLX5_ST_SZ_BYTES(typ##_in), MLX5_ST_SZ_BYTES(typ##_out)) in modify_qp_mbox_alloc() 397 #define MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid) \ in modify_qp_mbox_alloc() 399 MLX5_SET(typ##_in, in, opcode, _opcode); \ in modify_qp_mbox_alloc() 400 MLX5_SET(typ##_in, in, qpn, _qpn); \ in modify_qp_mbox_alloc() 401 MLX5_SET(typ##_in, in, uid, _uid); \ in modify_qp_mbox_alloc() 404 #define MOD_QP_IN_SET_QPC(typ, in, _opcode, _qpn, _opt_p, _qpc, _uid) \ in modify_qp_mbox_alloc() 406 MOD_QP_IN_SET(typ, in, _opcode, _qpn, _uid); \ in modify_qp_mbox_alloc() 407 MLX5_SET(typ##_i in modify_qp_mbox_alloc() [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 200 typ = data[0] & 0x1f 204 s = glb_cfe[typ] 208 print(" cfe: %u IP: %u vector: %u" % (typ, ip_flag, vector), end=' ') 445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): 457 (machine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip)) 460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | init.rs | 562 @typ($t $(::<$($generics),*>)?), 619 @typ($t $(::<$($generics),*>)? ), 633 @typ($t $(::<$($generics),*>)? ), 668 @typ($t $(::<$($generics),*>)?), 719 @typ($t $(::<$($generics),*>)?), 733 @typ($t $(::<$($generics),*>)?),
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-orion.c | 71 enum orion_spi_type typ; member 144 if (devdata->typ == ARMADA_SPI) { in orion_spi_baudrate_set() 525 .typ = ORION_SPI, 532 .typ = ARMADA_SPI, 540 .typ = ARMADA_SPI, 547 .typ = ARMADA_SPI, 554 .typ = ARMADA_SPI,
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-orion.c | 70 enum orion_spi_type typ; member 149 if (devdata->typ == ARMADA_SPI) { in orion_spi_baudrate_set() 578 .typ = ORION_SPI, 585 .typ = ARMADA_SPI, 593 .typ = ARMADA_SPI, 600 .typ = ARMADA_SPI, 607 .typ = ARMADA_SPI,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mae.c | 562 static const char *mask_type_name(enum mask_type typ) in mask_type_name() argument 564 switch (typ) { in mask_type_name() 607 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ) in efx_mae_match_check_cap_typ() argument 612 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ() 616 if (typ == MASK_ZEROES) in efx_mae_match_check_cap_typ() 620 if (typ == MASK_ONES) in efx_mae_match_check_cap_typ() 624 if (typ == MASK_OTHER) in efx_mae_match_check_cap_typ() 636 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \ 640 typ); \ 644 mask_type_name(typ), #_fiel 833 enum mask_type typ; efx_mae_check_encap_match_caps() local 870 efx_mae_check_encap_type_supported(struct efx_nic *efx, enum efx_encap_type typ) efx_mae_check_encap_type_supported() argument [all...] |