/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
D | flcn.c | 26 loader_config_dump(struct nvkm_subdev *subdev, const struct loader_config *hdr) in loader_config_dump() argument 29 nvkm_debug(subdev, "\tdmaIdx : %d\n", hdr->dma_idx); in loader_config_dump() 30 nvkm_debug(subdev, "\tcodeDmaBase : 0x%xx\n", hdr->code_dma_base); in loader_config_dump() 31 nvkm_debug(subdev, "\tcodeSizeTotal : 0x%x\n", hdr->code_size_total); in loader_config_dump() 32 nvkm_debug(subdev, "\tcodeSizeToLoad: 0x%x\n", hdr->code_size_to_load); in loader_config_dump() 33 nvkm_debug(subdev, "\tcodeEntryPoint: 0x%x\n", hdr->code_entry_point); in loader_config_dump() 34 nvkm_debug(subdev, "\tdataDmaBase : 0x%x\n", hdr->data_dma_base); in loader_config_dump() 35 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); in loader_config_dump() 36 nvkm_debug(subdev, "\toverlayDmaBase: 0x%x\n", hdr->overlay_dma_base); in loader_config_dump() 37 nvkm_debug(subdev, "\targc : 0x%08x\n", hdr->argc); in loader_config_dump() [all …]
|
D | acr.c | 26 wpr_header_dump(struct nvkm_subdev *subdev, const struct wpr_header *hdr) in wpr_header_dump() argument 29 nvkm_debug(subdev, "\tfalconID : %d\n", hdr->falcon_id); in wpr_header_dump() 30 nvkm_debug(subdev, "\tlsbOffset : 0x%x\n", hdr->lsb_offset); in wpr_header_dump() 31 nvkm_debug(subdev, "\tbootstrapOwner: %d\n", hdr->bootstrap_owner); in wpr_header_dump() 32 nvkm_debug(subdev, "\tlazyBootstrap : %d\n", hdr->lazy_bootstrap); in wpr_header_dump() 33 nvkm_debug(subdev, "\tstatus : %d\n", hdr->status); in wpr_header_dump() 37 wpr_header_v1_dump(struct nvkm_subdev *subdev, const struct wpr_header_v1 *hdr) in wpr_header_v1_dump() argument 40 nvkm_debug(subdev, "\tfalconID : %d\n", hdr->falcon_id); in wpr_header_v1_dump() 41 nvkm_debug(subdev, "\tlsbOffset : 0x%x\n", hdr->lsb_offset); in wpr_header_v1_dump() 42 nvkm_debug(subdev, "\tbootstrapOwner: %d\n", hdr->bootstrap_owner); in wpr_header_v1_dump() [all …]
|
D | ls.c | 27 const struct nvfw_ls_desc_head *hdr) in nvfw_ls_desc_head() argument 33 hdr->descriptor_size); in nvfw_ls_desc_head() 34 nvkm_debug(subdev, "\timageSize : %d\n", hdr->image_size); in nvfw_ls_desc_head() 36 hdr->tools_version); in nvfw_ls_desc_head() 37 nvkm_debug(subdev, "\tappVersion : 0x%x\n", hdr->app_version); in nvfw_ls_desc_head() 39 date = kstrndup(hdr->date, sizeof(hdr->date), GFP_KERNEL); in nvfw_ls_desc_head() 44 hdr->bootloader_start_offset); in nvfw_ls_desc_head() 46 hdr->bootloader_size); in nvfw_ls_desc_head() 48 hdr->bootloader_imem_offset); in nvfw_ls_desc_head() 50 hdr->bootloader_entry_point); in nvfw_ls_desc_head() [all …]
|
D | hs.c | 28 const struct nvfw_hs_header *hdr = data; in nvfw_hs_header() local 30 nvkm_debug(subdev, "\tsigDbgOffset : 0x%x\n", hdr->sig_dbg_offset); in nvfw_hs_header() 31 nvkm_debug(subdev, "\tsigDbgSize : 0x%x\n", hdr->sig_dbg_size); in nvfw_hs_header() 32 nvkm_debug(subdev, "\tsigProdOffset : 0x%x\n", hdr->sig_prod_offset); in nvfw_hs_header() 33 nvkm_debug(subdev, "\tsigProdSize : 0x%x\n", hdr->sig_prod_size); in nvfw_hs_header() 34 nvkm_debug(subdev, "\tpatchLoc : 0x%x\n", hdr->patch_loc); in nvfw_hs_header() 35 nvkm_debug(subdev, "\tpatchSig : 0x%x\n", hdr->patch_sig); in nvfw_hs_header() 36 nvkm_debug(subdev, "\thdrOffset : 0x%x\n", hdr->hdr_offset); in nvfw_hs_header() 37 nvkm_debug(subdev, "\thdrSize : 0x%x\n", hdr->hdr_size); in nvfw_hs_header() 38 return hdr; in nvfw_hs_header() [all …]
|
D | fw.c | 28 const struct nvfw_bin_hdr *hdr = data; in nvfw_bin_hdr() local 30 nvkm_debug(subdev, "\tbinMagic : 0x%08x\n", hdr->bin_magic); in nvfw_bin_hdr() 31 nvkm_debug(subdev, "\tbinVer : %d\n", hdr->bin_ver); in nvfw_bin_hdr() 32 nvkm_debug(subdev, "\tbinSize : %d\n", hdr->bin_size); in nvfw_bin_hdr() 33 nvkm_debug(subdev, "\theaderOffset : 0x%x\n", hdr->header_offset); in nvfw_bin_hdr() 34 nvkm_debug(subdev, "\tdataOffset : 0x%x\n", hdr->data_offset); in nvfw_bin_hdr() 35 nvkm_debug(subdev, "\tdataSize : 0x%x\n", hdr->data_size); in nvfw_bin_hdr() 36 return hdr; in nvfw_bin_hdr() 42 const struct nvfw_bl_desc *hdr = data; in nvfw_bl_desc() local 44 nvkm_debug(subdev, "\tstartTag : 0x%x\n", hdr->start_tag); in nvfw_bl_desc() [all …]
|
/kernel/linux/linux-5.10/sound/synth/ |
D | util_mem.c | 27 struct snd_util_memhdr *hdr; in snd_util_memhdr_new() local 29 hdr = kzalloc(sizeof(*hdr), GFP_KERNEL); in snd_util_memhdr_new() 30 if (hdr == NULL) in snd_util_memhdr_new() 32 hdr->size = memsize; in snd_util_memhdr_new() 33 mutex_init(&hdr->block_mutex); in snd_util_memhdr_new() 34 INIT_LIST_HEAD(&hdr->block); in snd_util_memhdr_new() 36 return hdr; in snd_util_memhdr_new() 42 void snd_util_memhdr_free(struct snd_util_memhdr *hdr) in snd_util_memhdr_free() argument 46 if (!hdr) in snd_util_memhdr_free() 49 while ((p = hdr->block.next) != &hdr->block) { in snd_util_memhdr_free() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_ucode.c | 31 static void radeon_ucode_print_common_hdr(const struct common_firmware_header *hdr) in radeon_ucode_print_common_hdr() argument 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr() 34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in radeon_ucode_print_common_hdr() 35 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in radeon_ucode_print_common_hdr() 36 DRM_DEBUG("header_version_minor: %u\n", le16_to_cpu(hdr->header_version_minor)); in radeon_ucode_print_common_hdr() 37 DRM_DEBUG("ip_version_major: %u\n", le16_to_cpu(hdr->ip_version_major)); in radeon_ucode_print_common_hdr() 38 DRM_DEBUG("ip_version_minor: %u\n", le16_to_cpu(hdr->ip_version_minor)); in radeon_ucode_print_common_hdr() 39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in radeon_ucode_print_common_hdr() 40 DRM_DEBUG("ucode_size_bytes: %u\n", le32_to_cpu(hdr->ucode_size_bytes)); in radeon_ucode_print_common_hdr() 42 le32_to_cpu(hdr->ucode_array_offset_bytes)); in radeon_ucode_print_common_hdr() [all …]
|
/kernel/linux/linux-5.10/net/ieee802154/ |
D | header_ops.c | 47 ieee802154_hdr_push_sechdr(u8 *buf, const struct ieee802154_sechdr *hdr) in ieee802154_hdr_push_sechdr() argument 51 memcpy(buf, hdr, 1); in ieee802154_hdr_push_sechdr() 52 memcpy(buf + 1, &hdr->frame_counter, 4); in ieee802154_hdr_push_sechdr() 54 switch (hdr->key_id_mode) { in ieee802154_hdr_push_sechdr() 62 memcpy(buf + pos, &hdr->short_src, 4); in ieee802154_hdr_push_sechdr() 67 memcpy(buf + pos, &hdr->extended_src, IEEE802154_ADDR_LEN); in ieee802154_hdr_push_sechdr() 72 buf[pos++] = hdr->key_id; in ieee802154_hdr_push_sechdr() 78 ieee802154_hdr_push(struct sk_buff *skb, struct ieee802154_hdr *hdr) in ieee802154_hdr_push() argument 83 struct ieee802154_hdr_fc *fc = &hdr->fc; in ieee802154_hdr_push() 85 buf[pos++] = hdr->seq; in ieee802154_hdr_push() [all …]
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
D | zfcp_diag.c | 39 struct zfcp_diag_header *hdr; in zfcp_diag_adapter_setup() local 48 hdr = &diag->port_data.header; in zfcp_diag_adapter_setup() 50 spin_lock_init(&hdr->access_lock); in zfcp_diag_adapter_setup() 51 hdr->buffer = &diag->port_data.data; in zfcp_diag_adapter_setup() 52 hdr->buffer_size = sizeof(diag->port_data.data); in zfcp_diag_adapter_setup() 54 hdr->timestamp = jiffies - msecs_to_jiffies(diag->max_age); in zfcp_diag_adapter_setup() 57 hdr = &diag->config_data.header; in zfcp_diag_adapter_setup() 59 spin_lock_init(&hdr->access_lock); in zfcp_diag_adapter_setup() 60 hdr->buffer = &diag->config_data.data; in zfcp_diag_adapter_setup() 61 hdr->buffer_size = sizeof(diag->config_data.data); in zfcp_diag_adapter_setup() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_lwt_ip_encap.c | 21 } hdr; in bpf_lwt_encap_gre() local 24 memset(&hdr, 0, sizeof(struct encap_hdr)); in bpf_lwt_encap_gre() 26 hdr.iph.ihl = 5; in bpf_lwt_encap_gre() 27 hdr.iph.version = 4; in bpf_lwt_encap_gre() 28 hdr.iph.ttl = 0x40; in bpf_lwt_encap_gre() 29 hdr.iph.protocol = 47; /* IPPROTO_GRE */ in bpf_lwt_encap_gre() 31 hdr.iph.saddr = 0x640110ac; /* 172.16.1.100 */ in bpf_lwt_encap_gre() 32 hdr.iph.daddr = 0x641010ac; /* 172.16.16.100 */ in bpf_lwt_encap_gre() 34 hdr.iph.saddr = 0xac100164; /* 172.16.1.100 */ in bpf_lwt_encap_gre() 35 hdr.iph.daddr = 0xac101064; /* 172.16.16.100 */ in bpf_lwt_encap_gre() [all …]
|
D | test_misc_tcp_hdr_options.c | 40 } hdr = {}; in __check_active_hdr_in() local 45 hdr.reg_opt.kind = 0xB9; in __check_active_hdr_in() 48 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, 2, load_flags); in __check_active_hdr_in() 53 hdr.reg_opt.len = 4; in __check_active_hdr_in() 54 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in() 59 hdr.reg_opt.len = 0; in __check_active_hdr_in() 60 ret = bpf_load_hdr_opt(skops, &hdr.reg_opt, sizeof(hdr.reg_opt), in __check_active_hdr_in() 62 if (ret != 4 || hdr.reg_opt.len != 4 || hdr.reg_opt.kind != 0xB9 || in __check_active_hdr_in() 63 hdr.reg_opt.data[0] != 0xfa || hdr.reg_opt.data[1] != 0xce) in __check_active_hdr_in() 67 hdr.exprm_opt.kind = TCPOPT_EXP; in __check_active_hdr_in() [all …]
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 23 struct xfs_dir2_data_hdr *hdr, struct xfs_dir2_data_free *bf, 30 struct xfs_dir2_data_hdr *hdr) in xfs_dir2_data_bestfree_p() argument 33 return ((struct xfs_dir3_data_hdr *)hdr)->best_free; in xfs_dir2_data_bestfree_p() 34 return hdr->bestfree; in xfs_dir2_data_bestfree_p() 106 xfs_dir2_data_hdr_t *hdr; /* data block header */ in __xfs_dir3_data_check() local 126 hdr = bp->b_addr; in __xfs_dir3_data_check() 129 switch (hdr->magic) { in __xfs_dir3_data_check() 132 btp = xfs_dir2_block_tail_p(geo, hdr); in __xfs_dir3_data_check() 145 end = xfs_dir3_data_end_offset(geo, hdr); in __xfs_dir3_data_check() 152 bf = xfs_dir2_data_bestfree_p(mp, hdr); in __xfs_dir3_data_check() [all …]
|
/kernel/linux/linux-5.10/drivers/firmware/google/ |
D | memconsole-x86-legacy.c | 52 static void found_v1_header(struct biosmemcon_ebda *hdr) in found_v1_header() argument 55 hdr); in found_v1_header() 57 hdr->v1.buffer_addr, hdr->v1.start, in found_v1_header() 58 hdr->v1.end, hdr->v1.num_chars); in found_v1_header() 60 memconsole_baseaddr = phys_to_virt(hdr->v1.buffer_addr); in found_v1_header() 61 memconsole_length = hdr->v1.num_chars; in found_v1_header() 65 static void found_v2_header(struct biosmemcon_ebda *hdr) in found_v2_header() argument 68 hdr); in found_v2_header() 70 hdr->v2.buffer_addr, hdr->v2.start, in found_v2_header() 71 hdr->v2.end, hdr->v2.num_bytes); in found_v2_header() [all …]
|
/kernel/linux/linux-5.10/drivers/firmware/imx/ |
D | misc.c | 15 struct imx_sc_rpc_msg hdr; member 22 struct imx_sc_rpc_msg hdr; member 30 struct imx_sc_rpc_msg hdr; member 36 struct imx_sc_rpc_msg hdr; member 55 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_set_control() local 57 hdr->ver = IMX_SC_RPC_VERSION; in imx_sc_misc_set_control() 58 hdr->svc = (uint8_t)IMX_SC_RPC_SVC_MISC; in imx_sc_misc_set_control() 59 hdr->func = (uint8_t)IMX_SC_MISC_FUNC_SET_CONTROL; in imx_sc_misc_set_control() 60 hdr->size = 4; in imx_sc_misc_set_control() 86 struct imx_sc_rpc_msg *hdr = &msg.hdr; in imx_sc_misc_get_control() local [all …]
|
/kernel/linux/linux-5.10/block/ |
D | scsi_ioctl.c | 221 struct sg_io_hdr *hdr, fmode_t mode) in blk_fill_sghdr_rq() argument 225 if (copy_from_user(req->cmd, hdr->cmdp, hdr->cmd_len)) in blk_fill_sghdr_rq() 233 req->cmd_len = hdr->cmd_len; in blk_fill_sghdr_rq() 235 rq->timeout = msecs_to_jiffies(hdr->timeout); in blk_fill_sghdr_rq() 246 static int blk_complete_sghdr_rq(struct request *rq, struct sg_io_hdr *hdr, in blk_complete_sghdr_rq() argument 255 hdr->status = req->result & 0xff; in blk_complete_sghdr_rq() 256 hdr->masked_status = status_byte(req->result); in blk_complete_sghdr_rq() 257 hdr->msg_status = msg_byte(req->result); in blk_complete_sghdr_rq() 258 hdr->host_status = host_byte(req->result); in blk_complete_sghdr_rq() 259 hdr->driver_status = driver_byte(req->result); in blk_complete_sghdr_rq() [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | insert-sys-cert.c | 68 static unsigned long get_offset_from_address(Elf_Ehdr *hdr, unsigned long addr) in get_offset_from_address() argument 73 x = (void *)hdr + hdr->e_shoff; in get_offset_from_address() 74 if (hdr->e_shnum == SHN_UNDEF) in get_offset_from_address() 77 num_sections = hdr->e_shnum; in get_offset_from_address() 93 static void get_symbol_from_map(Elf_Ehdr *hdr, FILE *f, char *name, in get_symbol_from_map() argument 128 s->offset = get_offset_from_address(hdr, s->address); in get_symbol_from_map() 130 s->content = (void *)hdr + s->offset; in get_symbol_from_map() 133 static Elf_Sym *find_elf_symbol(Elf_Ehdr *hdr, Elf_Shdr *symtab, char *name) in find_elf_symbol() argument 141 x = (void *)hdr + hdr->e_shoff; in find_elf_symbol() 143 symtab_start = (void *)hdr + symtab->sh_offset; in find_elf_symbol() [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_80211_rx.c | 24 struct ieee80211_hdr *hdr; in hostap_dump_rx_80211() local 27 hdr = (struct ieee80211_hdr *) skb->data; in hostap_dump_rx_80211() 37 fc = le16_to_cpu(hdr->frame_control); in hostap_dump_rx_80211() 49 printk(" dur=0x%04x seq=0x%04x\n", le16_to_cpu(hdr->duration_id), in hostap_dump_rx_80211() 50 le16_to_cpu(hdr->seq_ctrl)); in hostap_dump_rx_80211() 52 printk(KERN_DEBUG " A1=%pM", hdr->addr1); in hostap_dump_rx_80211() 53 printk(" A2=%pM", hdr->addr2); in hostap_dump_rx_80211() 54 printk(" A3=%pM", hdr->addr3); in hostap_dump_rx_80211() 56 printk(" A4=%pM", hdr->addr4); in hostap_dump_rx_80211() 134 struct linux_wlan_ng_prism_hdr *hdr; in prism2_rx_80211() local [all …]
|
/kernel/linux/linux-5.10/include/linux/ |
D | virtio_net.h | 26 const struct virtio_net_hdr *hdr) in virtio_net_hdr_set_proto() argument 31 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_set_proto() 47 const struct virtio_net_hdr *hdr, in virtio_net_hdr_to_skb() argument 55 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb() 56 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_to_skb() 76 if (hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in virtio_net_hdr_to_skb() 79 if (hdr->gso_size == 0) in virtio_net_hdr_to_skb() 85 if (hdr->flags & VIRTIO_NET_HDR_F_NEEDS_CSUM) { in virtio_net_hdr_to_skb() 86 u32 start = __virtio16_to_cpu(little_endian, hdr->csum_start); in virtio_net_hdr_to_skb() 87 u32 off = __virtio16_to_cpu(little_endian, hdr->csum_offset); in virtio_net_hdr_to_skb() [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | gm20b.c | 31 gm20b_pmu_acr_bootstrap_falcon_cb(void *priv, struct nvfw_falcon_msg *hdr) in gm20b_pmu_acr_bootstrap_falcon_cb() argument 34 container_of(hdr, typeof(*msg), msg.hdr); in gm20b_pmu_acr_bootstrap_falcon_cb() 44 .cmd.hdr.unit_id = NV_PMU_UNIT_ACR, in gm20b_pmu_acr_bootstrap_falcon() 45 .cmd.hdr.size = sizeof(cmd), in gm20b_pmu_acr_bootstrap_falcon() 52 ret = nvkm_falcon_cmdq_send(pmu->hpq, &cmd.cmd.hdr, in gm20b_pmu_acr_bootstrap_falcon() 78 struct loader_config hdr; in gm20b_pmu_acr_bld_patch() local 81 nvkm_robj(acr->wpr, bld, &hdr, sizeof(hdr)); in gm20b_pmu_acr_bld_patch() 82 addr = ((u64)hdr.code_dma_base1 << 40 | hdr.code_dma_base << 8); in gm20b_pmu_acr_bld_patch() 83 hdr.code_dma_base = lower_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() 84 hdr.code_dma_base1 = upper_32_bits((addr + adjust) >> 8); in gm20b_pmu_acr_bld_patch() [all …]
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs42xdr.c | 271 struct compound_hdr *hdr) in encode_allocate() argument 273 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr); in encode_allocate() 299 struct compound_hdr *hdr) in encode_copy() argument 301 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy() 321 struct compound_hdr *hdr) in encode_offload_cancel() argument 323 encode_op_hdr(xdr, OP_OFFLOAD_CANCEL, decode_offload_cancel_maxsz, hdr); in encode_offload_cancel() 329 struct compound_hdr *hdr) in encode_copy_notify() argument 331 encode_op_hdr(xdr, OP_COPY_NOTIFY, decode_copy_notify_maxsz, hdr); in encode_copy_notify() 338 struct compound_hdr *hdr) in encode_deallocate() argument 340 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr); in encode_deallocate() [all …]
|
D | pagelist.c | 58 struct nfs_pgio_header *hdr, in nfs_pgheader_init() argument 59 void (*release)(struct nfs_pgio_header *hdr)) in nfs_pgheader_init() argument 64 hdr->req = nfs_list_entry(mirror->pg_list.next); in nfs_pgheader_init() 65 hdr->inode = desc->pg_inode; in nfs_pgheader_init() 66 hdr->cred = nfs_req_openctx(hdr->req)->cred; in nfs_pgheader_init() 67 hdr->io_start = req_offset(hdr->req); in nfs_pgheader_init() 68 hdr->good_bytes = mirror->pg_count; in nfs_pgheader_init() 69 hdr->io_completion = desc->pg_io_completion; in nfs_pgheader_init() 70 hdr->dreq = desc->pg_dreq; in nfs_pgheader_init() 71 hdr->release = release; in nfs_pgheader_init() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
D | hantro_g1_vp8_dec.c | 136 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_lf() argument 138 const struct v4l2_vp8_segment_header *seg = &hdr->segment_header; in cfg_lf() 139 const struct v4l2_vp8_loopfilter_header *lf = &hdr->lf_header; in cfg_lf() 178 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_qp() argument 180 const struct v4l2_vp8_quantization_header *q = &hdr->quant_header; in cfg_qp() 181 const struct v4l2_vp8_segment_header *seg = &hdr->segment_header; in cfg_qp() 233 const struct v4l2_ctrl_vp8_frame_header *hdr) in cfg_parts() argument 237 u32 first_part_offset = VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3; in cfg_parts() 261 hdr->first_part_header_bits + 8; in cfg_parts() 265 mb_size = hdr->first_part_size - in cfg_parts() [all …]
|
/kernel/linux/linux-5.10/fs/nfs/filelayout/ |
D | filelayout.c | 89 static void filelayout_reset_write(struct nfs_pgio_header *hdr) in filelayout_reset_write() argument 91 struct rpc_task *task = &hdr->task; in filelayout_reset_write() 93 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_write() 96 hdr->task.tk_pid, in filelayout_reset_write() 97 hdr->inode->i_sb->s_id, in filelayout_reset_write() 98 (unsigned long long)NFS_FILEID(hdr->inode), in filelayout_reset_write() 99 hdr->args.count, in filelayout_reset_write() 100 (unsigned long long)hdr->args.offset); in filelayout_reset_write() 102 task->tk_status = pnfs_write_done_resend_to_mds(hdr); in filelayout_reset_write() 106 static void filelayout_reset_read(struct nfs_pgio_header *hdr) in filelayout_reset_read() argument [all …]
|
/kernel/linux/linux-5.10/drivers/clk/imx/ |
D | clk-scu.c | 42 struct imx_sc_rpc_msg hdr; member 66 struct imx_sc_rpc_msg hdr; member 82 struct imx_sc_rpc_msg hdr; member 102 struct imx_sc_rpc_msg hdr; member 119 struct imx_sc_rpc_msg hdr; member 149 struct imx_sc_rpc_msg *hdr = &msg.hdr; in clk_scu_recalc_rate() local 152 hdr->ver = IMX_SC_RPC_VERSION; in clk_scu_recalc_rate() 153 hdr->svc = IMX_SC_RPC_SVC_PM; in clk_scu_recalc_rate() 154 hdr->func = IMX_SC_PM_FUNC_GET_CLOCK_RATE; in clk_scu_recalc_rate() 155 hdr->size = 2; in clk_scu_recalc_rate() [all …]
|
/kernel/linux/linux-5.10/net/6lowpan/ |
D | iphc.c | 149 (!(hdr->saddr.s6_addr[1] & 0x3f) && \ 150 !hdr->saddr.s6_addr16[1] && \ 151 !hdr->saddr.s6_addr32[1]) 504 static inline void lowpan_iphc_tf_set_ecn(struct ipv6hdr *hdr, const u8 *tf) in lowpan_iphc_tf_set_ecn() argument 510 hdr->flow_lbl[0] |= (ecn >> 2); in lowpan_iphc_tf_set_ecn() 514 static inline void lowpan_iphc_tf_set_dscp(struct ipv6hdr *hdr, const u8 *tf) in lowpan_iphc_tf_set_dscp() argument 520 hdr->priority |= ((dscp & 0x3c) >> 2); in lowpan_iphc_tf_set_dscp() 522 hdr->flow_lbl[0] |= ((dscp & 0x03) << 6); in lowpan_iphc_tf_set_dscp() 526 static inline void lowpan_iphc_tf_set_lbl(struct ipv6hdr *hdr, const u8 *lbl) in lowpan_iphc_tf_set_lbl() argument 537 hdr->flow_lbl[0] |= lbl[0] & 0x0f; in lowpan_iphc_tf_set_lbl() [all …]
|