| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cmd.c | 224 ent->lay->sig = ~xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in set_signature() 237 own = READ_ONCE(ent->lay->status_own); in poll_timeout() 256 sig = xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in verify_signature() 794 u16 op = MLX5_GET(mbox_in, ent->lay->in, opcode); in dump_command() 816 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 817 offset += sizeof(ent->lay->in); in dump_command() 819 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 820 offset += sizeof(ent->lay->out); in dump_command() 823 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 824 offset += sizeof(*ent->lay); in dump_command() [all …]
|
| D | pagealloc.c | 632 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 635 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cmd.c | 269 ent->lay->sig = ~xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in set_signature() 286 own = READ_ONCE(ent->lay->status_own); in poll_timeout() 305 sig = xor8_buf(ent->lay, 0, sizeof(*ent->lay)); in verify_signature() 883 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command() 884 offset += sizeof(ent->lay->in); in dump_command() 886 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command() 887 offset += sizeof(ent->lay->out); in dump_command() 890 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command() 891 offset += sizeof(*ent->lay); in dump_command() 968 struct mlx5_cmd_layout *lay; in cmd_work_handler() local [all …]
|
| D | pagealloc.c | 673 struct mlx5_cmd_layout *lay; in optimal_reclaimed_pages() local 676 ret = (sizeof(lay->out) + MLX5_BLKS_FOR_RECLAIM_PAGES * sizeof(block->data) - in optimal_reclaimed_pages()
|
| /kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
| D | v4l2-ctrls-defs.c | 940 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L0_BR: return "H264 Hierarchical Lay 0 Bitrate"; in v4l2_ctrl_get_name() 941 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L1_BR: return "H264 Hierarchical Lay 1 Bitrate"; in v4l2_ctrl_get_name() 942 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L2_BR: return "H264 Hierarchical Lay 2 Bitrate"; in v4l2_ctrl_get_name() 943 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L3_BR: return "H264 Hierarchical Lay 3 Bitrate"; in v4l2_ctrl_get_name() 944 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L4_BR: return "H264 Hierarchical Lay 4 Bitrate"; in v4l2_ctrl_get_name() 945 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L5_BR: return "H264 Hierarchical Lay 5 Bitrate"; in v4l2_ctrl_get_name() 946 case V4L2_CID_MPEG_VIDEO_H264_HIER_CODING_L6_BR: return "H264 Hierarchical Lay 6 Bitrate"; in v4l2_ctrl_get_name() 1024 case V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L0_BR: return "HEVC Hierarchical Lay 0 BitRate"; in v4l2_ctrl_get_name() 1025 case V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L1_BR: return "HEVC Hierarchical Lay 1 BitRate"; in v4l2_ctrl_get_name() 1026 case V4L2_CID_MPEG_VIDEO_HEVC_HIER_CODING_L2_BR: return "HEVC Hierarchical Lay 2 BitRate"; in v4l2_ctrl_get_name() [all …]
|
| /kernel/linux/linux-6.6/fs/xfs/libxfs/ |
| D | xfs_log_format.h | 268 * This is the structure used to lay out an inode log item in the 512 * This is the structure used to lay out a buf log item in the log. The data 614 * This is the structure used to lay out an efi log item in the 667 * This is the structure used to lay out an efd log item in the 751 * This is the structure used to lay out an rui log item in the 772 * This is the structure used to lay out an rud log item in the 799 * This is the structure used to lay out a cui log item in the 820 * This is the structure used to lay out a cud log item in the 847 * This is the structure used to lay out an bui log item in the 868 * This is the structure used to lay out an bud log item in the [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_log_format.h | 263 * This is the structure used to lay out an inode log item in the 475 * This is the structure used to lay out a buf log item in the log. The data 577 * This is the structure used to lay out an efi log item in the 606 * This is the structure used to lay out an efd log item in the 666 * This is the structure used to lay out an rui log item in the 687 * This is the structure used to lay out an rud log item in the 714 * This is the structure used to lay out a cui log item in the 735 * This is the structure used to lay out a cud log item in the 762 * This is the structure used to lay out an bui log item in the 783 * This is the structure used to lay out an bud log item in the
|
| /kernel/linux/linux-6.6/arch/s390/kernel/ |
| D | mcount.S | 172 lay %r15,-STACK_FRAME_SIZE_PTREGS(%r15) 176 lay %r7,STACK_FRAME_SIZE_PTREGS(%r15) 187 lay %r2,STACK_PTREGS(%r15)
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-selection.rst | 77 rectangle. The original rectangle must lay inside the adjusted one. 80 rectangle. The adjusted rectangle must lay inside the original one.
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | vidioc-g-selection.rst | 77 rectangle. The original rectangle must lay inside the adjusted one. 80 rectangle. The adjusted rectangle must lay inside the original one.
|
| /kernel/liteos_a/arch/arm/include/ |
| D | los_exc.h | 198 * @param recordCount [IN] Type UINT32 record LR lay number. 199 * @param jumpCount [IN] Type UINT32 ignore LR lay number.
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | cm4000_cs.h | 27 * will lay out the structure members differently than the 64bit kernel.
|
| /kernel/linux/linux-6.6/lib/zstd/common/ |
| D | fse_decompress.c | 87 /* Init, lay down lowprob symbols */ in FSE_buildDTable_internal() 108 /* First lay down the symbols in order. in FSE_buildDTable_internal() 109 * We use a uint64_t to lay down 8 bytes at a time. This reduces branch in FSE_buildDTable_internal()
|
| /kernel/linux/linux-5.10/scripts/ |
| D | checkstack.pl | 99 # 100092: e3 f0 ff c8 ff 71 lay %r15,-56(%r15) 100 $re = qr/.*(?:lay|ag?hi).*\%r15,-(([0-9]{2}|[3-9])[0-9]{2})
|
| /kernel/linux/linux-6.6/scripts/ |
| D | checkstack.pl | 96 # 100092: e3 f0 ff c8 ff 71 lay %r15,-56(%r15) 97 $re = qr/.*(?:lay|ag?hi).*\%r15,-([0-9]+)(?:\(\%r15\))?$/o;
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ext4/ |
| D | group_descr.rst | 17 property to group several block groups into a flex group and lay out all
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
| D | group_descr.rst | 17 property to group several block groups into a flex group and lay out all
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mtd/ |
| D | brcm,brcmnand.yaml | 130 determines how the hardware BCH engine will lay
|
| /kernel/linux/linux-5.10/Documentation/core-api/ |
| D | packing.rst | 45 logically. The question is: where do we lay this bit out in memory?
|
| /kernel/linux/linux-6.6/Documentation/core-api/ |
| D | packing.rst | 45 logically. The question is: where do we lay this bit out in memory?
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | brcm,brcmnand.txt | 116 determines how the hardware BCH engine will lay
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| D | process.c | 95 /* Wait for RESET to lay us to rest. */ in machine_restart()
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| D | process.c | 95 /* Wait for RESET to lay us to rest. */ in machine_restart()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
| D | dce_clk_mgr.c | 176 /* do not check under lay */ in dce_get_max_pixel_clock_for_all_paths()
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| D | fse_decompress.c | 106 /* Init, lay down lowprob symbols */ in FSE_buildDTable_wksp()
|