Searched refs:hdr (Results 101 - 125 of 2083) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dshm_channel.c99 union smc_proto_hdr hdr; local
107 hdr.as_uint32 = readl(base + SMC_LAST_DWORD * SMC_BASIC_UNIT);
109 if (reset_vf && hdr.as_uint32 == SHMEM_VF_RESET_STATE)
113 if (hdr.msg_type != msg_type || hdr.msg_version > msg_version ||
114 hdr.direction != SMC_MSG_DIRECTION_RESPONSE) {
116 hdr.as_uint32, msg_type, msg_version);
121 if (hdr.status != 0) {
122 dev_err(sc->dev, "SMC operation failed: 0x%x\n", hdr.status);
140 union smc_proto_hdr *hdr; local
257 union smc_proto_hdr hdr = {}; local
[all...]
/linux-master/drivers/firmware/
H A Dti_sci.h104 * @hdr: Generic header
117 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_version
126 * @hdr: Generic Header
132 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_reboot
137 * @hdr: Generic header
158 /* Additional hdr->flags options */
162 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_device_state
174 * @hdr: Generic header
181 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_device_state
187 * @hdr
199 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_device_state
223 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_device_resets
270 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_clock_state
296 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_clock_state
314 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_clock_state
339 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_clock_parent
361 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_clock_parent
378 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_clock_parent
399 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_clock_num_parents
417 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_clock_num_parents
447 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_query_clock_freq
465 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_query_clock_freq
506 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_clock_freq
530 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_clock_freq
544 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_clock_freq
565 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_resource_range
584 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_resource_range
627 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_manage_irq
682 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_rm_ring_cfg_req
720 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_psil_pair
748 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_psil_unpair
792 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_udmap_rx_flow_cfg
839 struct ti_sci_msg_hdr hdr; member in struct:rm_ti_sci_msg_udmap_rx_flow_opt_cfg
956 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_rm_udmap_tx_ch_cfg_req
1078 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_rm_udmap_rx_ch_cfg_req
1245 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_rm_udmap_flow_cfg_req
1279 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_proc_request
1292 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_proc_release
1306 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_proc_handover
1333 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_config
1356 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_set_ctrl
1371 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_req_get_status
1388 struct ti_sci_msg_hdr hdr; member in struct:ti_sci_msg_resp_get_status
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0203.c29 nvbios_M0203Te(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) argument
41 *hdr = nvbios_rd08(bios, data + 0x01);
55 nvbios_M0203Tp(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, argument
58 u32 data = nvbios_M0203Te(bios, ver, hdr, cnt, len);
72 nvbios_M0203Ee(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr) argument
75 u32 data = nvbios_M0203Te(bios, ver, hdr, &cnt, &len);
77 data = data + *hdr + idx * len;
78 *hdr = len;
85 nvbios_M0203Ep(struct nvkm_bios *bios, int idx, u8 *ver, u8 *hdr, argument
88 u32 data = nvbios_M0203Ee(bios, idx, ver, hdr);
103 nvbios_M0203Em(struct nvkm_bios *bios, u8 ramcfg, u8 *ver, u8 *hdr, struct nvbios_M0203E *info) argument
[all...]
H A Dconn.c29 nvbios_connTe(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) argument
31 u32 dcb = dcb_table(bios, ver, hdr, cnt, len);
32 if (dcb && *ver >= 0x30 && *hdr >= 0x16) {
36 *hdr = nvbios_rd08(bios, data + 1);
46 nvbios_connTp(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, argument
49 u32 data = nvbios_connTe(bios, ver, hdr, cnt, len);
64 u8 hdr, cnt; local
65 u32 data = nvbios_connTe(bios, ver, &hdr, &cnt, len);
67 return data + hdr + (idx * *len);
H A Dextdev.c29 extdev_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *len, u8 *cnt) argument
43 *hdr = nvbios_rd08(bios, extdev + 1);
46 return extdev + *hdr;
52 u8 ver, hdr, len, cnt; local
53 u16 data = extdev_table(bios, &ver, &hdr, &len, &cnt);
54 if (data && ver == 0x40 && hdr >= 5) {
55 u8 flags = nvbios_rd08(bios, data - hdr + 4);
65 u8 hdr, cnt; local
66 u16 extdev = extdev_table(bios, ver, &hdr, len, &cnt);
H A Ddisp.c30 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub)
43 *hdr = nvbios_rd08(bios, data + 0x01);
61 u8 hdr, cnt; local
62 u16 data = nvbios_disp_table(bios, ver, &hdr, &cnt, len, sub);
64 return data + hdr + (idx * *len);
83 u8 *ver, u8 *hdr, u8 *cnt, u8 *len)
86 u16 data = nvbios_disp_parse(bios, idx, ver, len, hdr, &info);
97 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *info)
99 u16 data = nvbios_outp_entry(bios, idx, ver, hdr, cnt, len);
100 if (data && *hdr >
29 nvbios_disp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, u8 *sub) argument
82 nvbios_outp_entry(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) argument
96 nvbios_outp_parse(struct nvkm_bios *bios, u8 idx, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *info) argument
116 nvbios_outp_match(struct nvkm_bios *bios, u16 type, u16 mask, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_outp *info) argument
130 nvbios_ocfg_entry(struct nvkm_bios *bios, u16 outp, u8 idx, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) argument
139 nvbios_ocfg_parse(struct nvkm_bios *bios, u16 outp, u8 idx, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *info) argument
153 nvbios_ocfg_match(struct nvkm_bios *bios, u16 outp, u8 proto, u8 flags, u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_ocfg *info) argument
[all...]
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c42 struct nfs_pgio_header *hdr);
1011 static void ff_layout_reset_write(struct nfs_pgio_header *hdr, bool retry_pnfs) argument
1013 struct rpc_task *task = &hdr->task;
1015 pnfs_layoutcommit_inode(hdr->inode, false);
1020 hdr->task.tk_pid,
1021 hdr->inode->i_sb->s_id,
1022 (unsigned long long)NFS_FILEID(hdr->inode),
1023 hdr->args.count,
1024 (unsigned long long)hdr->args.offset);
1026 hdr
1047 ff_layout_resend_pnfs_read(struct nfs_pgio_header *hdr) argument
1059 ff_layout_reset_read(struct nfs_pgio_header *hdr) argument
1287 ff_layout_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1352 ff_layout_read_record_layoutstats_start(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1363 ff_layout_read_record_layoutstats_done(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1375 ff_layout_read_prepare_common(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1399 struct nfs_pgio_header *hdr = data; local
1409 struct nfs_pgio_header *hdr = data; local
1422 struct nfs_pgio_header *hdr = data; local
1436 struct nfs_pgio_header *hdr = data; local
1445 struct nfs_pgio_header *hdr = data; local
1456 ff_layout_write_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1537 ff_layout_write_record_layoutstats_start(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1548 ff_layout_write_record_layoutstats_done(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1560 ff_layout_write_prepare_common(struct rpc_task *task, struct nfs_pgio_header *hdr) argument
1579 struct nfs_pgio_header *hdr = data; local
1589 struct nfs_pgio_header *hdr = data; local
1602 struct nfs_pgio_header *hdr = data; local
1616 struct nfs_pgio_header *hdr = data; local
1625 struct nfs_pgio_header *hdr = data; local
1762 ff_layout_read_pagelist(struct nfs_pgio_header *hdr) argument
1832 ff_layout_write_pagelist(struct nfs_pgio_header *hdr, int sync) argument
1977 ff_layout_match_rw(const struct rpc_task *task, const struct nfs_pgio_header *hdr, const struct pnfs_layout_segment *lseg) argument
[all...]
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h386 u64 response; /* From cmd hdr. */
393 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_query_port
399 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_query_port_resp
404 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_query_pkey
411 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_query_pkey_resp
417 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_uc
425 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_uc_resp
431 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_uc
437 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_pd
443 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_pd_resp
449 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_pd
455 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_mr
466 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_mr_resp
474 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_mr
480 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_cq
489 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_cq_resp
495 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_resize_cq
501 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_resize_cq_resp
507 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_cq
513 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_srq
523 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_srq_resp
529 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_modify_srq
536 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_query_srq
542 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_query_srq_resp
547 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_srq
553 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_qp
576 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_qp_resp
586 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_create_qp_resp_v2
597 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_modify_qp
604 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_query_qp
610 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_query_qp_resp
615 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_qp
621 struct pvrdma_cmd_resp_hdr hdr; member in struct:pvrdma_cmd_destroy_qp_resp
627 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_create_bind
637 struct pvrdma_cmd_hdr hdr; member in struct:pvrdma_cmd_destroy_bind
644 struct pvrdma_cmd_hdr hdr; member in union:pvrdma_cmd_req
669 struct pvrdma_cmd_resp_hdr hdr; member in union:pvrdma_cmd_resp
[all...]
/linux-master/arch/s390/hypfs/
H A Dhypfs_vm.c93 struct dbfs_d2fc_hdr hdr; /* 64 byte header */ member in struct:dbfs_d2fc
102 d2fc = diag2fc_store(diag2fc_guest_query, &count, sizeof(d2fc->hdr));
105 store_tod_clock_ext(&d2fc->hdr.tod_ext);
106 d2fc->hdr.len = count * sizeof(struct diag2fc_data);
107 d2fc->hdr.version = DBFS_D2FC_HDR_VERSION;
108 d2fc->hdr.count = count;
109 memset(&d2fc->hdr.reserved, 0, sizeof(d2fc->hdr.reserved));
112 *size = d2fc->hdr.len + sizeof(struct dbfs_d2fc_hdr);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Ddp.h6 nvbios_dp_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
17 u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
20 u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
32 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_dpcfg *);
35 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_dpcfg *);
H A DM0203.h10 u32 nvbios_M0203Te(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
11 u32 nvbios_M0203Tp(struct nvkm_bios *, u8 *ver, u8 *hdr, u8 *cnt, u8 *len,
28 u32 nvbios_M0203Ee(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr);
29 u32 nvbios_M0203Ep(struct nvkm_bios *, int idx, u8 *ver, u8 *hdr,
31 u32 nvbios_M0203Em(struct nvkm_bios *, u8 ramcfg, u8 *ver, u8 *hdr,
H A Dperf.h4 u32 nvbios_perf_table(struct nvkm_bios *, u8 *ver, u8 *hdr,
22 u8 *ver, u8 *hdr, u8 *cnt, u8 *len);
24 u8 *ver, u8 *hdr, u8 *cnt, u8 *len, struct nvbios_perfE *);
35 u8 *ver, u8 *hdr, u8 cnt, u8 len);
37 u8 *ver, u8 *hdr, u8 cnt, u8 len, struct nvbios_perfS *);
/linux-master/include/sound/sof/
H A Dext_manifest.h78 struct sof_ext_man_elem_header hdr; member in struct:sof_ext_man_fw_version
86 struct sof_ext_man_elem_header hdr; member in struct:sof_ext_man_window
93 struct sof_ext_man_elem_header hdr; member in struct:sof_ext_man_cc_version
99 struct sof_ext_man_elem_header hdr; member in struct:ext_man_dbg_abi
118 struct sof_ext_man_elem_header hdr; member in struct:sof_ext_man_config_data
/linux-master/kernel/module/
H A Dlivepatch.c29 size = sizeof(mod->klp_info->hdr);
30 memcpy(&mod->klp_info->hdr, info->hdr, size);
33 size = sizeof(*info->sechdrs) * info->hdr->e_shnum;
41 size = info->sechdrs[info->hdr->e_shstrndx].sh_size;
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dutil.h28 static inline u8 *get_hdr_bssid(struct ieee80211_hdr *hdr) argument
30 __le16 fc = hdr->frame_control;
34 bssid = hdr->addr1;
36 bssid = hdr->addr2;
38 bssid = hdr->addr3;
/linux-master/net/sched/
H A Dem_nbyte.c18 struct tcf_em_nbyte hdr; member in struct:nbyte_data
43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer);
45 ptr += nbyte->hdr.off;
47 if (!tcf_valid_offset(skb, ptr, nbyte->hdr.len))
50 return !memcmp(ptr, nbyte->pattern, nbyte->hdr.len);
/linux-master/net/ipv6/
H A Dseg6_iptunnel.c132 struct ipv6hdr *hdr, *inner_hdr; local
138 tot_len = hdrlen + sizeof(*hdr);
150 hdr = ipv6_hdr(skb);
158 ip6_flow_hdr(hdr, ip6_tclass(ip6_flowinfo(inner_hdr)),
160 hdr->hop_limit = inner_hdr->hop_limit;
162 ip6_flow_hdr(hdr, 0, flowlabel);
163 hdr->hop_limit = ip6_dst_hoplimit(skb_dst(skb));
176 hdr->nexthdr = NEXTHDR_ROUTING;
178 isrh = (void *)hdr + sizeof(*hdr);
209 struct ipv6hdr *hdr, *inner_hdr; local
323 struct ipv6hdr *hdr, *oldhdr; local
543 struct ipv6hdr *hdr = ipv6_hdr(skb); local
[all...]
/linux-master/fs/nfs/
H A Dnfs4xdr.c73 struct compound_hdr *hdr);
1031 struct compound_hdr *hdr)
1038 hdr->replen = 3 + hdr->taglen;
1040 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN);
1041 encode_string(xdr, hdr->taglen, hdr->tag);
1043 *p++ = cpu_to_be32(hdr->minorversion);
1044 hdr->nops_p = p;
1045 *p = cpu_to_be32(hdr
1029 encode_compound_hdr(struct xdr_stream *xdr, struct rpc_rqst *req, struct compound_hdr *hdr) argument
1048 encode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 op, uint32_t replen, struct compound_hdr *hdr) argument
1057 encode_nops(struct compound_hdr *hdr) argument
1200 encode_access(struct xdr_stream *xdr, u32 access, struct compound_hdr *hdr) argument
1206 encode_close(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr) argument
1213 encode_commit(struct xdr_stream *xdr, const struct nfs_commitargs *args, struct compound_hdr *hdr) argument
1223 encode_create(struct xdr_stream *xdr, const struct nfs4_create_arg *create, struct compound_hdr *hdr) argument
1254 encode_getattr(struct xdr_stream *xdr, const __u32 *bitmap, const __u32 *mask, size_t len, struct compound_hdr *hdr) argument
1270 encode_getfattr(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1276 encode_getfattr_open(struct xdr_stream *xdr, const u32 *bitmask, const u32 *open_bitmap, struct compound_hdr *hdr) argument
1283 encode_fsinfo(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1289 encode_fs_locations(struct xdr_stream *xdr, const u32* bitmask, struct compound_hdr *hdr) argument
1295 encode_getfh(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
1300 encode_link(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) argument
1336 encode_lock(struct xdr_stream *xdr, const struct nfs_lock_args *args, struct compound_hdr *hdr) argument
1359 encode_lockt(struct xdr_stream *xdr, const struct nfs_lockt_args *args, struct compound_hdr *hdr) argument
1371 encode_locku(struct xdr_stream *xdr, const struct nfs_locku_args *args, struct compound_hdr *hdr) argument
1384 encode_release_lockowner(struct xdr_stream *xdr, const struct nfs_lowner *lowner, struct compound_hdr *hdr) argument
1390 encode_lookup(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) argument
1396 encode_lookupp(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
1536 encode_open(struct xdr_stream *xdr, const struct nfs_openargs *arg, struct compound_hdr *hdr) argument
1562 encode_open_confirm(struct xdr_stream *xdr, const struct nfs_open_confirmargs *arg, struct compound_hdr *hdr) argument
1569 encode_open_downgrade(struct xdr_stream *xdr, const struct nfs_closeargs *arg, struct compound_hdr *hdr) argument
1578 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) argument
1584 encode_putrootfh(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
1589 encode_read(struct xdr_stream *xdr, const struct nfs_pgio_args *args, struct compound_hdr *hdr) argument
1602 encode_readdir(struct xdr_stream *xdr, const struct nfs4_readdir_arg *readdir, struct rpc_rqst *req, struct compound_hdr *hdr) argument
1661 encode_readlink(struct xdr_stream *xdr, const struct nfs4_readlink *readlink, struct rpc_rqst *req, struct compound_hdr *hdr) argument
1666 encode_remove(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) argument
1672 encode_rename(struct xdr_stream *xdr, const struct qstr *oldname, const struct qstr *newname, struct compound_hdr *hdr) argument
1679 encode_renew(struct xdr_stream *xdr, clientid4 clid, struct compound_hdr *hdr) argument
1687 encode_restorefh(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
1709 encode_setacl(struct xdr_stream *xdr, const struct nfs_setaclargs *arg, struct compound_hdr *hdr) argument
1725 encode_savefh(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
1730 encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct nfs_server *server, struct compound_hdr *hdr) argument
1738 encode_setclientid(struct xdr_stream *xdr, const struct nfs4_setclientid *setclientid, struct compound_hdr *hdr) argument
1755 encode_setclientid_confirm(struct xdr_stream *xdr, const struct nfs4_setclientid_res *arg, struct compound_hdr *hdr) argument
1763 encode_write(struct xdr_stream *xdr, const struct nfs_pgio_args *args, struct compound_hdr *hdr) argument
1779 encode_delegreturn(struct xdr_stream *xdr, const nfs4_stateid *stateid, struct compound_hdr *hdr) argument
1785 encode_secinfo(struct xdr_stream *xdr, const struct qstr *name, struct compound_hdr *hdr) argument
1793 encode_bind_conn_to_session(struct xdr_stream *xdr, const struct nfs41_bind_conn_to_session_args *args, struct compound_hdr *hdr) argument
1815 encode_exchange_id(struct xdr_stream *xdr, const struct nfs41_exchange_id_args *args, struct compound_hdr *hdr) argument
1867 encode_create_session(struct xdr_stream *xdr, const struct nfs41_create_session_args *args, struct compound_hdr *hdr) argument
1920 encode_destroy_session(struct xdr_stream *xdr, const struct nfs4_session *session, struct compound_hdr *hdr) argument
1928 encode_destroy_clientid(struct xdr_stream *xdr, uint64_t clientid, struct compound_hdr *hdr) argument
1936 encode_reclaim_complete(struct xdr_stream *xdr, const struct nfs41_reclaim_complete_args *args, struct compound_hdr *hdr) argument
1945 encode_sequence(struct xdr_stream *xdr, const struct nfs4_sequence_args *args, struct compound_hdr *hdr) argument
1985 encode_getdeviceinfo(struct xdr_stream *xdr, const struct nfs4_getdeviceinfo_args *args, struct compound_hdr *hdr) argument
2004 encode_layoutget(struct xdr_stream *xdr, const struct nfs4_layoutget_args *args, struct compound_hdr *hdr) argument
2031 encode_layoutcommit(struct xdr_stream *xdr, struct inode *inode, const struct nfs4_layoutcommit_args *args, struct compound_hdr *hdr) argument
2068 encode_layoutreturn(struct xdr_stream *xdr, const struct nfs4_layoutreturn_args *args, struct compound_hdr *hdr) argument
2093 encode_secinfo_no_name(struct xdr_stream *xdr, const struct nfs41_secinfo_no_name_args *args, struct compound_hdr *hdr) argument
2102 encode_test_stateid(struct xdr_stream *xdr, const struct nfs41_test_stateid_args *args, struct compound_hdr *hdr) argument
2111 encode_free_stateid(struct xdr_stream *xdr, const struct nfs41_free_stateid_args *args, struct compound_hdr *hdr) argument
2120 encode_layoutreturn(struct xdr_stream *xdr, const struct nfs4_layoutreturn_args *args, struct compound_hdr *hdr) argument
2127 encode_layoutget(struct xdr_stream *xdr, const struct nfs4_layoutget_args *args, struct compound_hdr *hdr) argument
2155 struct compound_hdr hdr = { local
2175 struct compound_hdr hdr = { local
2195 struct compound_hdr hdr = { local
2216 struct compound_hdr hdr = { local
2235 struct compound_hdr hdr = { local
2253 struct compound_hdr hdr = { local
2273 struct compound_hdr hdr = { local
2295 struct compound_hdr hdr = { local
2326 struct compound_hdr hdr = { local
2344 struct compound_hdr hdr = { local
2366 struct compound_hdr hdr = { local
2395 struct compound_hdr hdr = { local
2413 struct compound_hdr hdr = { local
2441 struct compound_hdr hdr = { local
2461 struct compound_hdr hdr = { local
2479 struct compound_hdr hdr = { local
2497 struct compound_hdr hdr = { local
2513 struct compound_hdr hdr = { local
2529 struct compound_hdr hdr = { local
2550 struct compound_hdr hdr = { local
2571 struct compound_hdr hdr = { local
2593 struct compound_hdr hdr = { local
2612 struct compound_hdr hdr = { local
2639 struct compound_hdr hdr = { local
2660 struct compound_hdr hdr = { local
2678 struct compound_hdr hdr = { local
2696 struct compound_hdr hdr = { local
2715 struct compound_hdr hdr = { local
2736 struct compound_hdr hdr = { local
2755 struct compound_hdr hdr = { local
2772 struct compound_hdr hdr = { local
2789 struct compound_hdr hdr = { local
2806 struct compound_hdr hdr = { local
2829 struct compound_hdr hdr = { local
2862 struct compound_hdr hdr = { local
2881 struct compound_hdr hdr = { local
2903 struct compound_hdr hdr = { local
2920 struct compound_hdr hdr = { local
2937 struct compound_hdr hdr = { local
2954 struct compound_hdr hdr = { local
2971 struct compound_hdr hdr = { local
2987 struct compound_hdr hdr = { local
3006 struct compound_hdr hdr = { local
3028 struct compound_hdr hdr = { local
3046 struct compound_hdr hdr = { local
3073 struct compound_hdr hdr = { local
3097 struct compound_hdr hdr = { local
3117 struct compound_hdr hdr = { local
3136 struct compound_hdr hdr = { local
3155 struct compound_hdr hdr = { local
3173 struct compound_hdr hdr = { local
3194 decode_compound_hdr(struct xdr_stream *xdr, struct compound_hdr *hdr) argument
6163 struct compound_hdr hdr; local
6193 struct compound_hdr hdr; local
6221 struct compound_hdr hdr; local
6251 struct compound_hdr hdr; local
6282 struct compound_hdr hdr; local
6308 struct compound_hdr hdr; local
6332 struct compound_hdr hdr; local
6362 struct compound_hdr hdr; local
6402 struct compound_hdr hdr; local
6441 struct compound_hdr hdr; local
6465 struct compound_hdr hdr = { local
6484 struct compound_hdr hdr; local
6509 struct compound_hdr hdr; local
6536 struct compound_hdr hdr; local
6571 struct compound_hdr hdr; local
6606 struct compound_hdr hdr; local
6628 struct compound_hdr hdr; local
6660 struct compound_hdr hdr; local
6687 struct compound_hdr hdr; local
6711 struct compound_hdr hdr; local
6735 struct compound_hdr hdr; local
6755 struct compound_hdr hdr; local
6772 struct compound_hdr hdr; local
6796 struct compound_hdr hdr; local
6820 struct compound_hdr hdr; local
6847 struct compound_hdr hdr; local
6878 struct compound_hdr hdr; local
6903 struct compound_hdr hdr; local
6923 struct compound_hdr hdr; local
6943 struct compound_hdr hdr; local
6964 struct compound_hdr hdr; local
6987 struct compound_hdr hdr; local
7004 struct compound_hdr hdr; local
7020 struct compound_hdr hdr; local
7037 struct compound_hdr hdr; local
7073 struct compound_hdr hdr; local
7117 struct compound_hdr hdr; local
7142 struct compound_hdr hdr; local
7171 struct compound_hdr hdr; local
7187 struct compound_hdr hdr; local
7203 struct compound_hdr hdr; local
7219 struct compound_hdr hdr; local
7235 struct compound_hdr hdr; local
7251 struct compound_hdr hdr; local
7270 struct compound_hdr hdr; local
7293 struct compound_hdr hdr; local
7312 struct compound_hdr hdr; local
7334 struct compound_hdr hdr; local
7359 struct compound_hdr hdr; local
7384 struct compound_hdr hdr; local
7412 struct compound_hdr hdr; local
7437 struct compound_hdr hdr; local
7459 struct compound_hdr hdr; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgm200.c68 struct wpr_header hdr; local
74 nvkm_robj(acr->wpr, offset, &hdr, sizeof(hdr));
75 wpr_header_dump(subdev, &hdr);
78 if (lsfw->id != hdr.falcon_id)
81 nvkm_robj(acr->wpr, hdr.lsb_offset, &lsb, sizeof(lsb));
87 offset += sizeof(hdr);
88 } while (hdr.falcon_id != WPR_HEADER_V0_FALCON_ID_INVALID);
95 struct lsb_header_tail *hdr)
97 hdr
94 gm200_acr_wpr_build_lsb_tail(struct nvkm_acr_lsfw *lsfw, struct lsb_header_tail *hdr) argument
116 struct lsb_header hdr; local
137 struct wpr_header hdr = { local
211 const struct wpr_header *hdr = (void *)acr->wpr_fw->data; local
[all...]
/linux-master/block/
H A Dbsg-lib.c28 static int bsg_transport_sg_io_fn(struct request_queue *q, struct sg_io_v4 *hdr, argument
37 if (hdr->protocol != BSG_PROTOCOL_SCSI ||
38 hdr->subprotocol != BSG_SUB_PROTOCOL_SCSI_TRANSPORT)
43 rq = blk_mq_alloc_request(q, hdr->dout_xfer_len ?
56 job->request_len = hdr->request_len;
57 job->request = memdup_user(uptr64(hdr->request), hdr->request_len);
63 if (hdr->dout_xfer_len && hdr->din_xfer_len) {
71 uptr64(hdr
[all...]
/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_vp8_dec.c276 const struct v4l2_ctrl_vp8_frame *hdr)
278 const struct v4l2_vp8_segment *seg = &hdr->segment;
279 const struct v4l2_vp8_loop_filter *lf = &hdr->lf;
315 const struct v4l2_ctrl_vp8_frame *hdr)
317 const struct v4l2_vp8_quantization *q = &hdr->quant;
318 const struct v4l2_vp8_segment *seg = &hdr->segment;
345 const struct v4l2_ctrl_vp8_frame *hdr)
349 u32 first_part_offset = V4L2_VP8_FRAME_IS_KEY_FRAME(hdr) ? 10 : 3;
372 hdr->first_part_header_bits + 8;
376 mb_size = hdr
275 cfg_lf(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr) argument
314 cfg_qp(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr) argument
344 cfg_parts(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr) argument
427 cfg_tap(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr) argument
446 cfg_ref(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr, struct vb2_v4l2_buffer *vb2_dst) argument
482 cfg_buffers(struct hantro_ctx *ctx, const struct v4l2_ctrl_vp8_frame *hdr, struct vb2_v4l2_buffer *vb2_dst) argument
511 const struct v4l2_ctrl_vp8_frame *hdr; local
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dmanage.c94 struct e1000_host_mng_dhcp_cookie *hdr = &hw->mng_cookie; local
123 hdr_csum = hdr->checksum;
124 hdr->checksum = 0;
125 csum = e1000_calculate_checksum((u8 *)hdr,
131 if ((hdr_csum != csum) || (hdr->signature != E1000_IAMT_SIGNATURE)) {
137 if (!(hdr->status & E1000_MNG_DHCP_COOKIE_STATUS_PARSING))
146 * @hdr: pointer to the host interface command header
151 struct e1000_host_mng_command_header *hdr)
157 hdr->checksum = e1000_calculate_checksum((u8 *)hdr, lengt
150 e1000_mng_write_cmd_header(struct e1000_hw *hw, struct e1000_host_mng_command_header *hdr) argument
251 struct e1000_host_mng_command_header hdr; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci_mcu.c18 struct mt76x02_patch_header *hdr; local
47 if (!fw || !fw->data || fw->size <= sizeof(*hdr)) {
53 hdr = (struct mt76x02_patch_header *)fw->data;
54 dev_info(dev->mt76.dev, "ROM patch build: %.15s\n", hdr->build_time);
58 cur = (__le32 *)(fw->data + sizeof(*hdr));
59 len = fw->size - sizeof(*hdr);
84 const struct mt76x02_fw_header *hdr; local
93 if (!fw || !fw->data || fw->size < sizeof(*hdr))
96 hdr = (const struct mt76x02_fw_header *)fw->data;
98 len = sizeof(*hdr);
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_recv.h139 return precvframe->u.hdr.rx_head;
149 precvframe->u.hdr.rx_data += sz;
150 if (precvframe->u.hdr.rx_data > precvframe->u.hdr.rx_tail) {
151 precvframe->u.hdr.rx_data -= sz;
154 precvframe->u.hdr.len -= sz;
155 return precvframe->u.hdr.rx_data;
166 precvframe->u.hdr.rx_tail += sz;
167 if (precvframe->u.hdr.rx_tail > precvframe->u.hdr
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c16 pkt->hdr.size = sizeof(*pkt);
17 pkt->hdr.pkt_type = HFI_CMD_SYS_INIT;
23 pkt->hdr.size = sizeof(*pkt);
24 pkt->hdr.pkt_type = HFI_CMD_SYS_PC_PREP;
31 pkt->hdr.size = struct_size(pkt, data, 1) + sizeof(*hfi);
32 pkt->hdr.pkt_type = HFI_CMD_SYS_SET_PROPERTY;
43 pkt->hdr.size = struct_size(pkt, data, 1) + sizeof(*hfi);
44 pkt->hdr.pkt_type = HFI_CMD_SYS_SET_PROPERTY;
54 pkt->hdr.size = struct_size(pkt, data, 2);
55 pkt->hdr
[all...]

Completed in 452 milliseconds

1234567891011>>