Home
last modified time | relevance | path

Searched refs:body (Results 1 – 162 of 162) sorted by relevance

/linux-4.4.14/drivers/media/usb/as102/
Das10x_cmd.c37 sizeof(pcmd->body.turn_on.req)); in as10x_cmd_turn_on()
40 pcmd->body.turn_on.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNON); in as10x_cmd_turn_on()
45 sizeof(pcmd->body.turn_on.req) + in as10x_cmd_turn_on()
48 sizeof(prsp->body.turn_on.rsp) + in as10x_cmd_turn_on()
78 sizeof(pcmd->body.turn_off.req)); in as10x_cmd_turn_off()
81 pcmd->body.turn_off.req.proc_id = cpu_to_le16(CONTROL_PROC_TURNOFF); in as10x_cmd_turn_off()
87 sizeof(pcmd->body.turn_off.req) + HEADER_SIZE, in as10x_cmd_turn_off()
89 sizeof(prsp->body.turn_off.rsp) + HEADER_SIZE); in as10x_cmd_turn_off()
120 sizeof(preq->body.set_tune.req)); in as10x_cmd_set_tune()
123 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE); in as10x_cmd_set_tune()
[all …]
Das10x_cmd_stream.c38 sizeof(pcmd->body.add_pid_filter.req)); in as10x_cmd_add_PID_filter()
41 pcmd->body.add_pid_filter.req.proc_id = in as10x_cmd_add_PID_filter()
43 pcmd->body.add_pid_filter.req.pid = cpu_to_le16(filter->pid); in as10x_cmd_add_PID_filter()
44 pcmd->body.add_pid_filter.req.stream_type = filter->type; in as10x_cmd_add_PID_filter()
47 pcmd->body.add_pid_filter.req.idx = filter->idx; in as10x_cmd_add_PID_filter()
49 pcmd->body.add_pid_filter.req.idx = 0xFF; in as10x_cmd_add_PID_filter()
54 sizeof(pcmd->body.add_pid_filter.req) in as10x_cmd_add_PID_filter()
56 sizeof(prsp->body.add_pid_filter.rsp) in as10x_cmd_add_PID_filter()
70 filter->idx = prsp->body.add_pid_filter.rsp.filter_id; in as10x_cmd_add_PID_filter()
95 sizeof(pcmd->body.del_pid_filter.req)); in as10x_cmd_del_PID_filter()
[all …]
Das10x_cmd_cfg.c43 sizeof(pcmd->body.context.req)); in as10x_cmd_get_context()
46 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_get_context()
47 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_get_context()
48 pcmd->body.context.req.type = cpu_to_le16(GET_CONTEXT_DATA); in as10x_cmd_get_context()
54 sizeof(pcmd->body.context.req) in as10x_cmd_get_context()
57 sizeof(prsp->body.context.rsp) in as10x_cmd_get_context()
72 *pvalue = le32_to_cpu((__force __le32)prsp->body.context.rsp.reg_val.u.value32); in as10x_cmd_get_context()
99 sizeof(pcmd->body.context.req)); in as10x_cmd_set_context()
102 pcmd->body.context.req.proc_id = cpu_to_le16(CONTROL_PROC_CONTEXT); in as10x_cmd_set_context()
104 pcmd->body.context.req.reg_val.u.value32 = (__force u32)cpu_to_le32(value); in as10x_cmd_set_context()
[all …]
Das10x_cmd.h466 } __packed body; member
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dllog_client.c84 struct llogd_body *body; in llog_client_open() local
114 body = req_capsule_client_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_open()
116 body->lgd_logid = *logid; in llog_client_open()
117 body->lgd_ctxt_idx = ctxt->loc_idx - 1; in llog_client_open()
132 body = req_capsule_server_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_open()
133 if (body == NULL) { in llog_client_open()
138 lgh->lgh_id = body->lgd_logid; in llog_client_open()
153 struct llogd_body *body; in llog_client_next_block() local
166 body = req_capsule_client_get(&req->rq_pill, &RMF_LLOGD_BODY); in llog_client_next_block()
167 body->lgd_logid = loghandle->lgh_id; in llog_client_next_block()
[all …]
Dpack_generic.c1756 void lustre_swab_mgs_config_body(struct mgs_config_body *body) in lustre_swab_mgs_config_body() argument
1758 __swab64s(&body->mcb_offset); in lustre_swab_mgs_config_body()
1759 __swab32s(&body->mcb_units); in lustre_swab_mgs_config_body()
1760 __swab16s(&body->mcb_type); in lustre_swab_mgs_config_body()
1764 void lustre_swab_mgs_config_res(struct mgs_config_res *body) in lustre_swab_mgs_config_res() argument
1766 __swab64s(&body->mcr_offset); in lustre_swab_mgs_config_res()
1767 __swab64s(&body->mcr_size); in lustre_swab_mgs_config_res()
/linux-4.4.14/drivers/hv/
Dhv_kvp.c107 version = kvp_msg->body.kvp_register.version; in kvp_register()
195 data = &message->body.kvp_enum_data; in kvp_on_msg()
241 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.ip_addr, in process_ob_ipinfo()
242 strlen((char *)in->body.kvp_ip_val.ip_addr), in process_ob_ipinfo()
249 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.sub_net, in process_ob_ipinfo()
250 strlen((char *)in->body.kvp_ip_val.sub_net), in process_ob_ipinfo()
257 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.gate_way, in process_ob_ipinfo()
258 strlen((char *)in->body.kvp_ip_val.gate_way), in process_ob_ipinfo()
265 len = utf8s_to_utf16s((char *)in->body.kvp_ip_val.dns_addr, in process_ob_ipinfo()
266 strlen((char *)in->body.kvp_ip_val.dns_addr), in process_ob_ipinfo()
[all …]
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_binding.c499 SVGA3dCmdSetShader body; in vmw_binding_scrub_shader() member
510 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_shader()
511 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_shader()
512 cmd->body.type = binding->shader_slot + SVGA3D_SHADERTYPE_MIN; in vmw_binding_scrub_shader()
513 cmd->body.shid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_shader()
534 SVGA3dCmdSetRenderTarget body; in vmw_binding_scrub_render_target() member
545 cmd->header.size = sizeof(cmd->body); in vmw_binding_scrub_render_target()
546 cmd->body.cid = bi->ctx->id; in vmw_binding_scrub_render_target()
547 cmd->body.type = binding->slot; in vmw_binding_scrub_render_target()
548 cmd->body.target.sid = ((rebind) ? bi->res->id : SVGA3D_INVALID_ID); in vmw_binding_scrub_render_target()
[all …]
Dvmwgfx_context.c137 SVGA3dCmdDestroyContext body; in vmw_hw_context_destroy() member
166 cmd->header.size = sizeof(cmd->body); in vmw_hw_context_destroy()
167 cmd->body.cid = res->id; in vmw_hw_context_destroy()
243 SVGA3dCmdDefineContext body; in vmw_context_init() member
271 cmd->header.size = sizeof(cmd->body); in vmw_context_init()
272 cmd->body.cid = res->id; in vmw_context_init()
298 SVGA3dCmdDefineGBContext body; in vmw_gb_context_create() member
324 cmd->header.size = sizeof(cmd->body); in vmw_gb_context_create()
325 cmd->body.cid = res->id; in vmw_gb_context_create()
343 SVGA3dCmdBindGBContext body; in vmw_gb_context_bind() member
[all …]
Dvmwgfx_surface.c126 SVGA3dCmdSurfaceDMA body; member
136 SVGA3dCmdDefineSurface body; member
144 SVGA3dCmdDestroySurface body; member
201 cmd->header.size = sizeof(cmd->body); in vmw_surface_destroy_encode()
202 cmd->body.sid = id; in vmw_surface_destroy_encode()
221 cmd_len = sizeof(cmd->body) + srf->num_sizes * sizeof(SVGA3dSize); in vmw_surface_define_encode()
225 cmd->body.sid = srf->res.id; in vmw_surface_define_encode()
226 cmd->body.surfaceFlags = srf->flags; in vmw_surface_define_encode()
227 cmd->body.format = srf->format; in vmw_surface_define_encode()
229 cmd->body.face[i].numMipLevels = srf->mip_levels[i]; in vmw_surface_define_encode()
[all …]
Dvmwgfx_stdu.c76 SVGA3dCmdUpdateGBScreenTarget body; member
81 SVGA3dCmdSurfaceDMA body; member
86 SVGA3dCmdSurfaceCopy body; member
200 SVGA3dCmdDefineGBScreenTarget body; in vmw_stdu_define_st() member
211 cmd->header.size = sizeof(cmd->body); in vmw_stdu_define_st()
213 cmd->body.stid = stdu->base.unit; in vmw_stdu_define_st()
214 cmd->body.width = stdu->display_srf->base_size.width; in vmw_stdu_define_st()
215 cmd->body.height = stdu->display_srf->base_size.height; in vmw_stdu_define_st()
216 cmd->body.flags = (0 == cmd->body.stid) ? SVGA_STFLAG_PRIMARY : 0; in vmw_stdu_define_st()
217 cmd->body.dpi = 0; in vmw_stdu_define_st()
[all …]
Dvmwgfx_execbuf.c774 SVGA3dCmdDXBindAllQuery body; in vmw_rebind_all_dx_query() member
791 cmd->header.size = sizeof(cmd->body); in vmw_rebind_all_dx_query()
792 cmd->body.cid = ctx_res->id; in vmw_rebind_all_dx_query()
793 cmd->body.mobid = dx_query_mob->base.mem.start; in vmw_rebind_all_dx_query()
927 SVGA3dCmdSetRenderTarget body; in vmw_cmd_set_render_target_check() member
935 if (cmd->body.type >= SVGA3D_RT_MAX) { in vmw_cmd_set_render_target_check()
937 (unsigned) cmd->body.type); in vmw_cmd_set_render_target_check()
942 user_context_converter, &cmd->body.cid, in vmw_cmd_set_render_target_check()
949 &cmd->body.target.sid, &res_node); in vmw_cmd_set_render_target_check()
959 binding.slot = cmd->body.type; in vmw_cmd_set_render_target_check()
[all …]
Dvmwgfx_mob.c115 SVGA3dCmdSetOTableBase64 body; in vmw_setup_otable_base() member
158 cmd->header.size = sizeof(cmd->body); in vmw_setup_otable_base()
159 cmd->body.type = type; in vmw_setup_otable_base()
160 cmd->body.baseAddress = mob->pt_root_page >> PAGE_SHIFT; in vmw_setup_otable_base()
161 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()
162 cmd->body.validSizeInBytes = 0; in vmw_setup_otable_base()
163 cmd->body.ptDepth = mob->pt_level; in vmw_setup_otable_base()
197 SVGA3dCmdSetOTableBase body; in vmw_takedown_otable_base() member
214 cmd->header.size = sizeof(cmd->body); in vmw_takedown_otable_base()
215 cmd->body.type = type; in vmw_takedown_otable_base()
[all …]
Dvmwgfx_scrn.c64 SVGAFifoCmdBlitScreenToGMRFB body; member
69 SVGAFifoCmdBlitGMRFBToScreen body; member
74 SVGA3dCmdBlitSurfaceToScreen body; member
213 SVGAFifoCmdDestroyScreen body; in vmw_sou_fifo_destroy() member
230 cmd->body.screenId = sou->base.unit; in vmw_sou_fifo_destroy()
697 SVGAFifoCmdDefineGMRFB body; in do_dmabuf_define_gmrfb() member
714 cmd->body.format.bitsPerPixel = framebuffer->base.bits_per_pixel; in do_dmabuf_define_gmrfb()
715 cmd->body.format.colorDepth = depth; in do_dmabuf_define_gmrfb()
716 cmd->body.format.reserved = 0; in do_dmabuf_define_gmrfb()
717 cmd->body.bytesPerLine = framebuffer->base.pitches[0]; in do_dmabuf_define_gmrfb()
[all …]
Dvmwgfx_cotable.c167 SVGA3dCmdDXSetCOTable body; in vmw_cotable_unscrub() member
183 cmd->header.size = sizeof(cmd->body); in vmw_cotable_unscrub()
184 cmd->body.cid = vcotbl->ctx->id; in vmw_cotable_unscrub()
185 cmd->body.type = vcotbl->type; in vmw_cotable_unscrub()
186 cmd->body.mobid = bo->mem.start; in vmw_cotable_unscrub()
187 cmd->body.validSizeInBytes = vcotbl->size_read_back; in vmw_cotable_unscrub()
246 SVGA3dCmdDXReadbackCOTable body; in vmw_cotable_scrub() member
250 SVGA3dCmdDXSetCOTable body; in vmw_cotable_scrub() member
275 cmd0->header.size = sizeof(cmd0->body); in vmw_cotable_scrub()
276 cmd0->body.cid = vcotbl->ctx->id; in vmw_cotable_scrub()
[all …]
Dvmwgfx_shader.c203 SVGA3dCmdDefineGBShader body; in vmw_gb_shader_create() member
229 cmd->header.size = sizeof(cmd->body); in vmw_gb_shader_create()
230 cmd->body.shid = res->id; in vmw_gb_shader_create()
231 cmd->body.type = shader->type; in vmw_gb_shader_create()
232 cmd->body.sizeInBytes = shader->size; in vmw_gb_shader_create()
250 SVGA3dCmdBindGBShader body; in vmw_gb_shader_bind() member
264 cmd->header.size = sizeof(cmd->body); in vmw_gb_shader_bind()
265 cmd->body.shid = res->id; in vmw_gb_shader_bind()
266 cmd->body.mobid = bo->mem.start; in vmw_gb_shader_bind()
267 cmd->body.offsetInBytes = res->backup_offset; in vmw_gb_shader_bind()
[all …]
Dvmwgfx_fifo.c34 SVGA3dCmdDXTempSetContext body; member
601 SVGA3dCmdWaitForQuery body; in vmw_fifo_emit_dummy_legacy_query() member
612 cmd->header.size = sizeof(cmd->body); in vmw_fifo_emit_dummy_legacy_query()
613 cmd->body.cid = cid; in vmw_fifo_emit_dummy_legacy_query()
614 cmd->body.type = SVGA3D_QUERYTYPE_OCCLUSION; in vmw_fifo_emit_dummy_legacy_query()
617 cmd->body.guestResult.gmrId = SVGA_GMR_FRAMEBUFFER; in vmw_fifo_emit_dummy_legacy_query()
618 cmd->body.guestResult.offset = bo->offset; in vmw_fifo_emit_dummy_legacy_query()
620 cmd->body.guestResult.gmrId = bo->mem.start; in vmw_fifo_emit_dummy_legacy_query()
621 cmd->body.guestResult.offset = 0; in vmw_fifo_emit_dummy_legacy_query()
650 SVGA3dCmdWaitForGBQuery body; in vmw_fifo_emit_dummy_gb_query() member
[all …]
Dvmwgfx_overlay.c66 SVGAFifoCmdEscape body; member
78 header->body.nsid = SVGA_ESCAPE_NSID_VMWARE; in fill_escape()
79 header->body.size = size; in fill_escape()
191 SVGAEscapeVideoSetRegs body; in vmw_overlay_send_stop() member
209 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
210 cmds->body.header.cmdType = SVGA_ESCAPE_VMWARE_VIDEO_SET_REGS; in vmw_overlay_send_stop()
211 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
212 cmds->body.items[0].registerId = SVGA_VIDEO_ENABLED; in vmw_overlay_send_stop()
213 cmds->body.items[0].value = false; in vmw_overlay_send_stop()
Dvmwgfx_so.c164 struct vmw_view_define body; in vmw_view_create() member
181 WARN_ON(cmd->body.view_id != view->view_id); in vmw_view_create()
184 cmd->body.sid = view->srf->id; in vmw_view_create()
208 union vmw_view_destroy body; in vmw_view_destroy() member
225 cmd->header.size = sizeof(cmd->body); in vmw_view_destroy()
226 cmd->body.view_id = view->view_id; in vmw_view_destroy()
Dvmwgfx_ldu.c467 SVGAFifoCmdUpdate body; in vmw_kms_ldu_do_dmabuf_dirty() member
480 cmd[i].body.x = clips->x1; in vmw_kms_ldu_do_dmabuf_dirty()
481 cmd[i].body.y = clips->y1; in vmw_kms_ldu_do_dmabuf_dirty()
482 cmd[i].body.width = clips->x2 - clips->x1; in vmw_kms_ldu_do_dmabuf_dirty()
483 cmd[i].body.height = clips->y2 - clips->y1; in vmw_kms_ldu_do_dmabuf_dirty()
Dvmwgfx_cmdbuf.c1100 SVGADCCmdStartStop body; in vmw_cmdbuf_startstop() member
1104 cmd.body.enable = (enable) ? 1 : 0; in vmw_cmdbuf_startstop()
1105 cmd.body.context = SVGA_CB_CONTEXT_0; in vmw_cmdbuf_startstop()
Dvmwgfx_kms.c2015 SVGA3dCmdUpdateGBImage body; in vmw_kms_update_proxy() member
2032 box = &cmd->body.box; in vmw_kms_update_proxy()
2035 cmd->header.size = sizeof(cmd->body); in vmw_kms_update_proxy()
2036 cmd->body.image.sid = res->id; in vmw_kms_update_proxy()
2037 cmd->body.image.face = 0; in vmw_kms_update_proxy()
2038 cmd->body.image.mipmap = 0; in vmw_kms_update_proxy()
Dvmwgfx_resource.c1535 SVGA3dCmdDXReadbackAllQuery body; in vmw_query_readback_all() member
1554 cmd->header.size = sizeof(cmd->body); in vmw_query_readback_all()
1555 cmd->body.cid = dx_query_ctx->id; in vmw_query_readback_all()
/linux-4.4.14/fs/reiserfs/
Ddo_balan.c291 const char * const body) in balance_leaf_insert_left() argument
317 leaf_insert_into_buf(&bi, n + tb->item_pos - ret, ih, body, in balance_leaf_insert_left()
349 leaf_insert_into_buf(&bi, n + tb->item_pos - ret, ih, body, in balance_leaf_insert_left()
359 const char * const body) in balance_leaf_paste_left_shift_dirent() argument
388 body, tb->zeroes_num); in balance_leaf_paste_left_shift_dirent()
403 (struct reiserfs_de_head *) body, in balance_leaf_paste_left_shift_dirent()
404 body + DEH_SIZE, tb->insert_size[0]); in balance_leaf_paste_left_shift_dirent()
421 const char * const body) in balance_leaf_paste_left_shift() argument
429 balance_leaf_paste_left_shift_dirent(tb, ih, body); in balance_leaf_paste_left_shift()
472 ih_item_len(tbL0_ih), l_n, body, in balance_leaf_paste_left_shift()
[all …]
Ddir.c281 void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item_v1() argument
286 memset(body, 0, EMPTY_DIR_SIZE_V1); in make_empty_dir_item_v1()
287 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item_v1()
310 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item_v1()
311 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item_v1()
315 void make_empty_dir_item(char *body, __le32 dirid, __le32 objid, in make_empty_dir_item() argument
320 memset(body, 0, EMPTY_DIR_SIZE); in make_empty_dir_item()
321 dot = (struct reiserfs_de_head *)body; in make_empty_dir_item()
344 memcpy(body + deh_location(dot), ".", 1); in make_empty_dir_item()
345 memcpy(body + deh_location(dotdot), "..", 2); in make_empty_dir_item()
Dstree.c2072 const char *body, in reiserfs_paste_into_item() argument
2113 body)) == REPEAT_SEARCH) { in reiserfs_paste_into_item()
2141 do_balance(&s_paste_balance, NULL /*ih */ , body, M_PASTE); in reiserfs_paste_into_item()
2170 const char *body) in reiserfs_insert_item() argument
2223 body)) == REPEAT_SEARCH) { in reiserfs_insert_item()
2243 do_balance(&s_ins_balance, ih, body, M_INSERT); in reiserfs_insert_item()
Dlbalance.c980 const char *body, int zeros_number) in leaf_paste_in_buffer() argument
1026 if (body) { in leaf_paste_in_buffer()
1038 zeros_number, body, in leaf_paste_in_buffer()
1044 zeros_number, body, in leaf_paste_in_buffer()
Dreiserfs.h1966 extern void make_empty_dir_item_v1(char *body, __le32 dirid, __le32 objid,
1968 extern void make_empty_dir_item(char *body, __le32 dirid, __le32 objid,
3017 struct inode *inode, const char *body);
3023 const char *body, int paste_size);
3230 const char * const body, int zeros_number);
3247 const char *body, int flag);
Dinode.c1811 char *body = empty_dir; in reiserfs_new_directory() local
1830 make_empty_dir_item_v1(body, ih->ih_key.k_dir_id, in reiserfs_new_directory()
1838 make_empty_dir_item(body, ih->ih_key.k_dir_id, in reiserfs_new_directory()
1860 return reiserfs_insert_item(th, path, &key, ih, inode, body); in reiserfs_new_directory()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_intent.c67 struct mdt_body *body; in lmv_intent_remote() local
71 body = req_capsule_server_get(&(*reqp)->rq_pill, &RMF_MDT_BODY); in lmv_intent_remote()
72 if (body == NULL) in lmv_intent_remote()
75 LASSERT((body->valid & OBD_MD_MDS)); in lmv_intent_remote()
94 LASSERT(fid_is_sane(&body->fid1)); in lmv_intent_remote()
96 tgt = lmv_find_target(lmv, &body->fid1); in lmv_intent_remote()
108 op_data->op_fid1 = body->fid1; in lmv_intent_remote()
118 op_data->op_fid3 = body->fid1; in lmv_intent_remote()
123 PFID(&body->fid1), tgt->ltd_idx); in lmv_intent_remote()
168 struct mdt_body *body; in lmv_intent_open() local
[all …]
Dlmv_internal.h80 struct mdt_body *body; in lmv_get_mea() local
85 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in lmv_get_mea()
87 if (!body || !S_ISDIR(body->mode) || !body->eadatasize) in lmv_get_mea()
91 body->eadatasize); in lmv_get_mea()
Dlmv_obd.c1699 struct mdt_body *body; in lmv_enqueue_remote() local
1703 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in lmv_enqueue_remote()
1704 LASSERT(body != NULL); in lmv_enqueue_remote()
1706 if (!(body->valid & OBD_MD_MDS)) in lmv_enqueue_remote()
1710 LL_IT2STR(it), PFID(&op_data->op_fid1), PFID(&body->fid1)); in lmv_enqueue_remote()
1720 fid1 = body->fid1; in lmv_enqueue_remote()
1790 struct mdt_body *body; in lmv_getattr_name() local
1809 body = req_capsule_server_get(&(*request)->rq_pill, in lmv_getattr_name()
1811 LASSERT(body != NULL); in lmv_getattr_name()
1813 if (body->valid & OBD_MD_MDS) { in lmv_getattr_name()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_mdc.h148 struct mdt_body *body) in mdc_update_max_ea_from_body() argument
150 if (body->valid & OBD_MD_FLMODEASIZE) { in mdc_update_max_ea_from_body()
153 if (cli->cl_max_mds_easize < body->max_mdsize) { in mdc_update_max_ea_from_body()
154 cli->cl_max_mds_easize = body->max_mdsize; in mdc_update_max_ea_from_body()
156 min_t(__u32, body->max_mdsize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
158 if (cli->cl_max_mds_cookiesize < body->max_cookiesize) { in mdc_update_max_ea_from_body()
159 cli->cl_max_mds_cookiesize = body->max_cookiesize; in mdc_update_max_ea_from_body()
161 min_t(__u32, body->max_cookiesize, PAGE_CACHE_SIZE); in mdc_update_max_ea_from_body()
Dobd.h1107 struct mdt_body *body; member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c204 struct ost_body *body; in osc_pack_req_body() local
206 body = req_capsule_client_get(&req->rq_pill, &RMF_OST_BODY); in osc_pack_req_body()
207 LASSERT(body); in osc_pack_req_body()
209 lustre_set_wire_obdo(&req->rq_import->imp_connect_data, &body->oa, in osc_pack_req_body()
217 struct ost_body *body; in osc_getattr_interpret() local
222 body = req_capsule_server_get(&req->rq_pill, &RMF_OST_BODY); in osc_getattr_interpret()
223 if (body) { in osc_getattr_interpret()
224 CDEBUG(D_INODE, "mode: %o\n", body->oa.o_mode); in osc_getattr_interpret()
226 aa->aa_oi->oi_oa, &body->oa); in osc_getattr_interpret()
275 struct ost_body *body; in osc_getattr() local
[all …]
Dosc_quota.c291 struct obd_quotactl *body; in osc_quotacheck() local
300 body = req_capsule_client_get(&req->rq_pill, &RMF_OBD_QUOTACTL); in osc_quotacheck()
301 *body = *oqctl; in osc_quotacheck()
/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c201 union message_body body; member
2633 msg.body.remain_on_ch.u32ListenSessionID = hif_drv->remain_on_ch.u32ListenSessionID; in ListenTimerCB()
2844 Handle_Scan(msg.drv, &msg.body.scan_info); in hostIFthread()
2848 Handle_Connect(msg.drv, &msg.body.con_info); in hostIFthread()
2856 Handle_RcvdNtwrkInfo(msg.drv, &msg.body.net_info); in hostIFthread()
2860 Handle_RcvdGnrlAsyncInfo(msg.drv, &msg.body.async_info); in hostIFthread()
2864 Handle_Key(msg.drv, &msg.body.key_info); in hostIFthread()
2869 Handle_CfgParam(msg.drv, &msg.body.cfg_info); in hostIFthread()
2873 Handle_SetChannel(msg.drv, &msg.body.channel_info); in hostIFthread()
2890 Handle_RemainOnChan(msg.drv, &msg.body.remain_on_ch); in hostIFthread()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dsymlink.c51 struct mdt_body *body; in ll_readlink_internal() local
83 body = req_capsule_server_get(&(*request)->rq_pill, &RMF_MDT_BODY); in ll_readlink_internal()
84 LASSERT(body != NULL); in ll_readlink_internal()
85 if ((body->valid & OBD_MD_LINKNAME) == 0) { in ll_readlink_internal()
92 if (body->eadatasize != symlen) { in ll_readlink_internal()
94 inode->i_ino, body->eadatasize - 1, symlen - 1); in ll_readlink_internal()
Dllite_lib.c1147 op_data->op_handle = md.body->handle; in ll_md_setattr()
1148 op_data->op_ioepoch = md.body->ioepoch; in ll_md_setattr()
1512 struct mdt_body *body = md->body; in ll_update_inode() local
1516 LASSERT((lsm != NULL) == ((body->valid & OBD_MD_FLEASIZE) != 0)); in ll_update_inode()
1528 if (body->valid & OBD_MD_FLRMTPERM) in ll_update_inode()
1532 else if (body->valid & OBD_MD_FLACL) { in ll_update_inode()
1540 inode->i_ino = cl_fid_build_ino(&body->fid1, in ll_update_inode()
1542 inode->i_generation = cl_fid_build_gen(&body->fid1); in ll_update_inode()
1544 if (body->valid & OBD_MD_FLATIME) { in ll_update_inode()
1545 if (body->atime > LTIME_S(inode->i_atime)) in ll_update_inode()
[all …]
Dnamei.c63 if (unlikely(!(md->body->valid & OBD_MD_FLID))) { in ll_test_inode()
68 if (!lu_fid_eq(&lli->lli_fid, &md->body->fid1)) in ll_test_inode()
77 struct mdt_body *body = ((struct lustre_md *)opaque)->body; in ll_set_inode() local
79 if (unlikely(!(body->valid & OBD_MD_FLID))) { in ll_set_inode()
84 lli->lli_fid = body->fid1; in ll_set_inode()
85 if (unlikely(!(body->valid & OBD_MD_FLTYPE))) { in ll_set_inode()
88 PFID(&lli->lli_fid), body->valid); in ll_set_inode()
92 inode->i_mode = (inode->i_mode & ~S_IFMT) | (body->mode & S_IFMT); in ll_set_inode()
138 inode, PFID(&md->body->fid1)); in ll_iget()
747 struct mdt_body *body = req_capsule_server_get(&request->rq_pill, in ll_update_times() local
[all …]
Dxattr_cache.c344 struct mdt_body *body; in ll_xattr_cache_refill() local
376 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_xattr_cache_refill()
377 if (body == NULL) { in ll_xattr_cache_refill()
384 body->eadatasize); in ll_xattr_cache_refill()
386 body->aclsize); in ll_xattr_cache_refill()
388 body->max_mdsize * sizeof(__u32)); in ll_xattr_cache_refill()
395 xtail = xdata + body->eadatasize; in ll_xattr_cache_refill()
396 xvtail = xval + body->aclsize; in ll_xattr_cache_refill()
402 for (i = 0; i < body->max_mdsize; i++) { in ll_xattr_cache_refill()
Dxattr.c287 struct mdt_body *body; in ll_getxattr_common() local
387 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_getxattr_common()
388 LASSERT(body); in ll_getxattr_common()
392 rc = body->eadatasize; in ll_getxattr_common()
396 if (size < body->eadatasize) { in ll_getxattr_common()
398 body->eadatasize, (int)size); in ll_getxattr_common()
403 if (body->eadatasize == 0) { in ll_getxattr_common()
410 body->eadatasize); in ll_getxattr_common()
416 memcpy(buffer, xdata, body->eadatasize); in ll_getxattr_common()
417 rc = body->eadatasize; in ll_getxattr_common()
Ddir.c149 struct mdt_body *body; in ll_dir_filler() local
190 body = req_capsule_server_get(&request->rq_pill, &RMF_MDT_BODY); in ll_dir_filler()
192 LASSERT(body != NULL); in ll_dir_filler()
194 if (body->valid & OBD_MD_FLSIZE) in ll_dir_filler()
195 cl_isize_write(inode, body->size); in ll_dir_filler()
792 struct mdt_body *body; in ll_dir_getstripe() local
818 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_dir_getstripe()
819 LASSERT(body != NULL); in ll_dir_getstripe()
821 lmmsize = body->eadatasize; in ll_dir_getstripe()
823 if (!(body->valid & (OBD_MD_FLEASIZE | OBD_MD_FLDIREA)) || in ll_dir_getstripe()
[all …]
Dllite_nfs.c285 struct mdt_body *body; in ll_get_parent() local
314 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_get_parent()
315 LASSERT(body->valid & OBD_MD_FLID); in ll_get_parent()
318 PFID(ll_inode2fid(dir)), PFID(&body->fid1)); in ll_get_parent()
320 result = ll_iget_for_nfs(dir->i_sb, &body->fid1, NULL); in ll_get_parent()
Dfile.c198 struct mdt_body *body; in ll_close_inode_openhandle() local
200 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_close_inode_openhandle()
201 if (!(body->valid & OBD_MD_FLRELEASED)) in ll_close_inode_openhandle()
475 struct mdt_body *body; in ll_och_fill() local
477 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_och_fill()
478 och->och_fh = body->handle; in ll_och_fill()
479 och->och_fid = body->fid1; in ll_och_fill()
499 struct mdt_body *body; in ll_local_open() local
506 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_local_open()
507 ll_ioepoch_open(lli, body->ioepoch); in ll_local_open()
[all …]
Dstatahead.c620 struct mdt_body *body; in ll_post_statahead() local
638 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in ll_post_statahead()
639 if (body == NULL) { in ll_post_statahead()
653 if (body->valid & OBD_MD_MDS) { in ll_post_statahead()
662 if (unlikely(!lu_fid_eq(&minfo->mi_data.op_fid2, &body->fid1))) { in ll_post_statahead()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c79 struct mdt_body *body; in mdc_getstatus() local
97 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in mdc_getstatus()
98 if (body == NULL) { in mdc_getstatus()
103 *rootfid = body->fid1; in mdc_getstatus()
127 struct mdt_body *body; in mdc_getattr_common() local
137 body = req_capsule_server_get(pill, &RMF_MDT_BODY); in mdc_getattr_common()
138 if (body == NULL) in mdc_getattr_common()
141 CDEBUG(D_NET, "mode: %o\n", body->mode); in mdc_getattr_common()
143 if (body->eadatasize != 0) { in mdc_getattr_common()
144 mdc_update_max_ea_from_body(exp, body); in mdc_getattr_common()
[all …]
Dmdc_locks.c257 struct mdt_body *body) in mdc_realloc_openmsg() argument
263 body->eadatasize); in mdc_realloc_openmsg()
266 DLM_INTENT_REC_OFF + 4, body->eadatasize); in mdc_realloc_openmsg()
267 body->valid &= ~OBD_MD_FLEASIZE; in mdc_realloc_openmsg()
268 body->eadatasize = 0; in mdc_realloc_openmsg()
618 struct mdt_body *body; in mdc_finish_enqueue() local
620 body = req_capsule_server_get(pill, &RMF_MDT_BODY); in mdc_finish_enqueue()
621 if (body == NULL) { in mdc_finish_enqueue()
637 if ((body->valid & (OBD_MD_FLDIREA | OBD_MD_FLEASIZE)) != 0) { in mdc_finish_enqueue()
640 mdc_update_max_ea_from_body(exp, body); in mdc_finish_enqueue()
[all …]
Dmdc_reint.c180 struct mdt_body *body; in mdc_setattr() local
183 body = req_capsule_server_get(&req->rq_pill, &RMF_MDT_BODY); in mdc_setattr()
185 LASSERT(body != NULL); in mdc_setattr()
186 epoch->handle = body->handle; in mdc_setattr()
187 epoch->ioepoch = body->ioepoch; in mdc_setattr()
/linux-4.4.14/drivers/media/rc/
Dir-rc6-decoder.c185 data->body = 0; in ir_rc6_decode()
203 if (data->count++ < CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
204 data->body <<= 1; in ir_rc6_decode()
206 data->body |= 1; in ir_rc6_decode()
235 scancode = data->body; in ir_rc6_decode()
243 if (data->count > CHAR_BIT * sizeof data->body) { in ir_rc6_decode()
249 scancode = data->body; in ir_rc6_decode()
Dir-mce_kbd-decoder.c290 data->body = 0; in ir_mce_kbd_decode()
298 data->body <<= 1; in ir_mce_kbd_decode()
300 data->body |= 1; in ir_mce_kbd_decode()
323 scancode = data->body & 0xffff; in ir_mce_kbd_decode()
324 IR_dprintk(1, "keyboard data 0x%08x\n", data->body); in ir_mce_kbd_decode()
334 scancode = data->body & 0x1fffff; in ir_mce_kbd_decode()
Drc-core-priv.h62 u32 body; member
98 u32 body; member
/linux-4.4.14/drivers/net/wireless/p54/
Dfwio.c400 union p54_scan_body_union *body; in p54_scan() local
409 2 + sizeof(*iq_autocal) + sizeof(*body) + in p54_scan()
439 body = (void *) skb_put(skb, sizeof(body->longbow)); in p54_scan()
441 body = (void *) skb_put(skb, sizeof(body->normal)); in p54_scan()
451 memcpy(&body->longbow.power_limits, in p54_scan()
458 body->normal.val_barker = 0x38; in p54_scan()
459 body->normal.val_bpsk = body->normal.dup_bpsk = in p54_scan()
461 body->normal.val_qpsk = body->normal.dup_qpsk = in p54_scan()
463 body->normal.val_16qam = body->normal.dup_16qam = in p54_scan()
465 body->normal.val_64qam = body->normal.dup_64qam = in p54_scan()
[all …]
/linux-4.4.14/arch/ia64/sn/kernel/
Dpio_phys.S27 .body
42 .body
57 .body
/linux-4.4.14/sound/soc/codecs/
Drt5677-spi.c122 u8 body[RT5677_SPI_BURST_LEN]; in rt5677_spi_read() local
138 t[1].rx_buf = body; in rt5677_spi_read()
158 rt5677_spi_reverse(cb + offset, t[1].len, body, t[1].len); in rt5677_spi_read()
176 u8 *body = buf + RT5677_SPI_HEADER; in rt5677_spi_write() local
208 rt5677_spi_reverse(body, t.len, cb + offset, len - offset); in rt5677_spi_write()
/linux-4.4.14/drivers/xen/xenbus/
Dxenbus_xs.c63 char *body; member
169 char *body; in read_reply() local
201 body = msg->u.reply.body; in read_reply()
205 return body; in read_reply()
845 char *body; in process_msg() local
882 body = kmalloc(msg->hdr.len + 1, GFP_NOIO | __GFP_HIGH); in process_msg()
883 if (body == NULL) { in process_msg()
889 err = xb_read(body, msg->hdr.len); in process_msg()
891 kfree(body); in process_msg()
895 body[msg->hdr.len] = '\0'; in process_msg()
[all …]
Dxenbus_dev_frontend.c415 char body[3]; in xenbus_write_watch() member
419 .len = sizeof(reply.body) in xenbus_write_watch()
/linux-4.4.14/arch/arm/crypto/
Dsha256-armv4.pl301 my $body = shift;
302 my @insns = (&$body,&$body,&$body,&$body);
402 my $body = shift;
403 my @insns = (&$body,&$body,&$body,&$body);
Dsha1-armv4-large.S30 @ [*] Manually counted instructions in "grand" loop body. Measured
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c1512 p = (char *)hv_msg->body.kvp_register.version; in main()
1526 kvp_ip_val = &hv_msg->body.kvp_ip_val; in main()
1550 kvp_ip_val = &hv_msg->body.kvp_ip_val; in main()
1570 hv_msg->body.kvp_set.data.key, in main()
1571 hv_msg->body.kvp_set.data.key_size, in main()
1572 hv_msg->body.kvp_set.data.value, in main()
1573 hv_msg->body.kvp_set.data.value_size)) in main()
1579 hv_msg->body.kvp_set.data.key, in main()
1580 hv_msg->body.kvp_set.data.key_size, in main()
1581 hv_msg->body.kvp_set.data.value, in main()
[all …]
/linux-4.4.14/drivers/tty/ipwireless/
Dhardware.c331 struct ipw_control_packet_body body; member
768 const struct ipw_control_packet_body *body = in handle_received_CTRL_packet() local
779 switch (body->sig_no) { in handle_received_CTRL_packet()
797 if (body->value) in handle_received_CTRL_packet()
1288 packet->body.sig_no = sig_no; in alloc_ctrl_packet()
1327 packet->body.value = (state == 0 ? 0 : 1); in set_control_line()
1369 struct tl_setup_get_version_qry body; member
1374 struct tl_setup_config_msg body; member
1379 struct tl_setup_config_done_msg body; member
1384 struct tl_setup_open_msg body; member
[all …]
/linux-4.4.14/arch/ia64/lib/
Dxor.S28 .body
65 .body
105 .body
148 .body
Dflush.S45 .body
99 .body
Dip_fast_csum.S35 .body
84 .body
Dstrnlen_user.S23 .body
Dclear_page.S39 .body
Dcopy_page.S55 .body
Dstrlen.S95 .body
Dstrlen_user.S97 .body
Dclear_user.S61 .body
Dcopy_page_mck.S111 .body
Ddo_csum.S171 .body
Dmemcpy.S59 .body
Dmemcpy_mck.S120 .body
283 .body
Dmemset.S63 .body
Dcopy_user.S95 .body
/linux-4.4.14/arch/ia64/kernel/
Dfsys.S54 .body
63 .body
96 .body
143 .body
318 .body
334 .body
387 .body
408 .body
Dgate.S41 .body
115 .body
209 .body
229 .body
316 .body
Dpal.S72 .body
106 .body
154 .body
212 .body
Desi_stub.S52 .body
Defi_stub.S50 .body
Dentry.S65 .body
116 .body
147 .body
174 .body
246 .body
367 .body
1237 .body
1259 .body
1299 .ret21: .body
1317 .body
[all …]
Drelocate_kernel.S24 .body
192 .body
Dunwind_decoder.c163 int body = (code & 0x20) != 0; in unw_decode_r1() local
167 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1()
Dentry.h39 .body
Dmca_asm.S260 .body
369 .body
Dunwind.c806 desc_prologue (int body, unw_word rlen, unsigned char mask, unsigned char grsave, in desc_prologue() argument
830 sr->in_body = body; in desc_prologue()
832 if (!body) { in desc_prologue()
Dhead.S195 .body
981 .body
Divt.S1658 .body
/linux-4.4.14/scripts/genksyms/
Dparse.y57 struct string_list **body, in record_compound() argument
60 struct string_list *b = *body, *i = *ident, *r; in record_compound()
65 remove_list(body, ident); in record_compound()
69 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound()
Dparse.tab.c_shipped99 struct string_list **body,
102 struct string_list *b = *body, *i = *ident, *r;
107 remove_list(body, ident);
111 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL;
338 /* Pacify GCC's `empty if-body' warning. */
Dlex.lex.c_shipped1373 /* TODO. We should be able to replace this entire function body
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c152 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_hmac_md5() argument
203 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_hmac_md5()
242 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum() argument
253 body, body_offset, in make_checksum()
283 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum()
323 struct xdr_buf *body, int body_offset, u8 *cksumkey, in make_checksum_v2() argument
357 err = xdr_process_buf(body, body_offset, body->len - body_offset, in make_checksum_v2()
/linux-4.4.14/arch/tile/lib/
Datomic_asm_32.S80 .macro atomic_op, name, bitwidth, body
98 \body /* set r24, and r25 if 64-bit */
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c662 struct ldlm_request *body; in ldlm_cli_enqueue() local
728 LASSERTF(len >= sizeof(*body), "buflen[%d] = %d, not %d\n", in ldlm_cli_enqueue()
729 DLM_LOCKREQ_OFF, len, (int)sizeof(*body)); in ldlm_cli_enqueue()
733 body = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ); in ldlm_cli_enqueue()
734 ldlm_lock2desc(lock, &body->lock_desc); in ldlm_cli_enqueue()
735 body->lock_flags = ldlm_flags_to_wire(*flags); in ldlm_cli_enqueue()
736 body->lock_handle[0] = *lockh; in ldlm_cli_enqueue()
1842 struct ldlm_request *body; in replay_one_lock() local
1891 body = req_capsule_client_get(&req->rq_pill, &RMF_DLM_REQ); in replay_one_lock()
1892 ldlm_lock2desc(lock, &body->lock_desc); in replay_one_lock()
[all …]
/linux-4.4.14/drivers/net/
Dnetconsole.c785 const char *header, *body; in send_ext_msg_udp() local
796 body = memchr(msg, ';', msg_len); in send_ext_msg_udp()
797 if (WARN_ON_ONCE(!body)) in send_ext_msg_udp()
800 header_len = body - header; in send_ext_msg_udp()
802 body++; in send_ext_msg_udp()
823 memcpy(buf + this_header, body + offset, this_chunk); in send_ext_msg_udp()
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1290 struct mgs_config_body *body; in mgc_process_recover_log() local
1340 body = req_capsule_client_get(&req->rq_pill, &RMF_MGS_CONFIG_BODY); in mgc_process_recover_log()
1341 LASSERT(body != NULL); in mgc_process_recover_log()
1342 LASSERT(sizeof(body->mcb_name) > strlen(cld->cld_logname)); in mgc_process_recover_log()
1343 if (strlcpy(body->mcb_name, cld->cld_logname, sizeof(body->mcb_name)) in mgc_process_recover_log()
1344 >= sizeof(body->mcb_name)) { in mgc_process_recover_log()
1348 body->mcb_offset = cfg->cfg_last_idx + 1; in mgc_process_recover_log()
1349 body->mcb_type = cld->cld_type; in mgc_process_recover_log()
1350 body->mcb_bits = PAGE_CACHE_SHIFT; in mgc_process_recover_log()
1351 body->mcb_units = nrpages; in mgc_process_recover_log()
/linux-4.4.14/include/linux/sunrpc/
Dgss_krb5.h241 struct xdr_buf *body, int body_offset, u8 *cksumkey,
246 struct xdr_buf *body, int body_offset, u8 *key,
/linux-4.4.14/block/
Dblk-cgroup.c793 char *body; in blkg_conf_prep() local
798 body = input + key_len; in blkg_conf_prep()
799 if (!isspace(*body)) in blkg_conf_prep()
801 body = skip_spaces(body); in blkg_conf_prep()
839 ctx->body = body; in blkg_conf_prep()
Dblk-throttle.c1199 if (sscanf(ctx.body, "%llu", &v) != 1) in tg_set_conf()
1328 if (sscanf(ctx.body, "%26s%n", tok, &len) != 1) in tg_set_max()
1332 ctx.body += len; in tg_set_max()
Dcfq-iosched.c1774 if (sscanf(ctx.body, "%llu", &v) == 1) { in __cfqg_set_weight_device()
1779 } else if (!strcmp(strim(ctx.body), "default")) { in __cfqg_set_weight_device()
/linux-4.4.14/Documentation/networking/
Dax25.txt8 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
Dx25.txt35 majordomo@vger.kernel.org with the following in the message body:
Dtlan.txt115 in the body of an email to majordomo@vuser.vu.union.edu.
Dtcp.txt95 off immediately if possible, but otherwise queue and compute the body
DLICENSE.qlcnic245 the limitation as if written in the body of this License.
DLICENSE.qlge245 the limitation as if written in the body of this License.
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/
Dsmd.c413 struct wcn36xx_hal_mac_start_req_msg msg_body, *body; in wcn36xx_smd_start() local
426 body = (struct wcn36xx_hal_mac_start_req_msg *)wcn->hal_buf; in wcn36xx_smd_start()
427 len = body->header.len; in wcn36xx_smd_start()
435 body->header.len = len; in wcn36xx_smd_start()
436 body->params.len = len - sizeof(*body); in wcn36xx_smd_start()
441 ret = wcn36xx_smd_send_and_wait(wcn, body->header.len); in wcn36xx_smd_start()
2055 struct wcn36xx_hal_update_cfg_req_msg msg_body, *body; in wcn36xx_smd_update_cfg() local
2064 body = (struct wcn36xx_hal_update_cfg_req_msg *) wcn->hal_buf; in wcn36xx_smd_update_cfg()
2068 body->header.len = len; in wcn36xx_smd_update_cfg()
2069 body->len = len - sizeof(*body); in wcn36xx_smd_update_cfg()
[all …]
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.c63 u16 type_subtype, char *body,
970 u16 type_subtype, char *body, in prism2_send_mgmt() argument
1002 if (body) in prism2_send_mgmt()
1003 memcpy(skb_put(skb, body_len), body, body_len); in prism2_send_mgmt()
1352 char body[8 + WLAN_AUTH_CHALLENGE_LEN], *challenge = NULL; in handle_authen() local
1519 pos = (__le16 *) body; in handle_authen()
1540 body, olen, hdr->addr2, ap->tx_callback_auth); in handle_authen()
1563 char body[12], *p, *lpos; in handle_assoc() local
1690 pos = (__le16 *) body; in handle_assoc()
1741 body, (u8 *) pos - (u8 *) body, in handle_assoc()
[all …]
Dhostap.h50 u8 *body, size_t bodylen);
Dhostap_main.c1042 u8 *body, size_t bodylen) in prism2_sta_send_mgmt() argument
1060 if (body) in prism2_sta_send_mgmt()
1061 memcpy(skb_put(skb, bodylen), body, bodylen); in prism2_sta_send_mgmt()
/linux-4.4.14/Documentation/nfc/
Dnfc-pn544.txt24 HCI messages consist of an eight bit header and the message body. The
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h120 const char* body; member
Daicasm_scan.l534 body_head = macro_symbol->info.macroinfo->body;
Daicasm_gram.y1620 cur_symbol->info.macroinfo->body = strdup(bodytext); in add_macro_body()
1621 if (cur_symbol->info.macroinfo->body == NULL) { in add_macro_body()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1416 cable_OUI = msg->body[1] & 0xffffffff; in netxen_handle_linkevent()
1417 cable_len = (msg->body[1] >> 32) & 0xffff; in netxen_handle_linkevent()
1418 link_speed = (msg->body[1] >> 48) & 0xffff; in netxen_handle_linkevent()
1420 link_status = msg->body[2] & 0xff; in netxen_handle_linkevent()
1421 duplex = (msg->body[2] >> 16) & 0xff; in netxen_handle_linkevent()
1422 autoneg = (msg->body[2] >> 24) & 0xff; in netxen_handle_linkevent()
1424 module = (msg->body[2] >> 8) & 0xff; in netxen_handle_linkevent()
1462 opcode = netxen_get_nic_msg_opcode(msg.body[0]); in netxen_handle_fw_message()
Dnetxen_nic.h1135 u64 body[7]; member
/linux-4.4.14/include/uapi/linux/
Dhyperv.h389 } body; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1039 cable_OUI = msg->body[1] & 0xffffffff; in qlcnic_handle_linkevent()
1040 cable_len = (msg->body[1] >> 32) & 0xffff; in qlcnic_handle_linkevent()
1041 link_speed = (msg->body[1] >> 48) & 0xffff; in qlcnic_handle_linkevent()
1043 link_status = msg->body[2] & 0xff; in qlcnic_handle_linkevent()
1044 duplex = (msg->body[2] >> 16) & 0xff; in qlcnic_handle_linkevent()
1045 autoneg = (msg->body[2] >> 24) & 0xff; in qlcnic_handle_linkevent()
1046 lb_status = (msg->body[2] >> 32) & 0x3; in qlcnic_handle_linkevent()
1048 module = (msg->body[2] >> 8) & 0xff; in qlcnic_handle_linkevent()
1099 opcode = qlcnic_get_nic_msg_opcode(msg.body[0]); in qlcnic_handle_fw_message()
1106 ret = (u32)(msg.body[1]); in qlcnic_handle_fw_message()
Dqlcnic.h980 u64 body[7]; member
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
DKconfig88 have obtained appropriate regulatory body certification for a
118 absorbed by the body when using a wireless device. The RF exposure
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dboot_head.S24 .body
/linux-4.4.14/Documentation/
DSecurityBugs37 The Linux kernel security team is not a formal body and therefore unable
Demail-clients.txt18 inline text in the body of the email. Some maintainers accept
253 for reading/merging patches into the body text. To do this, download
DSubmittingPatches612 The canonical patch message body contains the following:
619 - The body of the explanation, line wrapped at 75 columns, which will
678 The "from" line must be the very first line in the message body,
688 The explanation body will be committed to the permanent source
DCodingStyle121 body of function
135 body of do-loop
452 Also, try to avoid putting comments inside a function body: if the
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle134 body of function
145 body of do-loop
/linux-4.4.14/net/tipc/
Dlink.h172 unchar body[TIPC_MAX_IF_NAME]; member
/linux-4.4.14/include/linux/
Dsctp.h341 __u8 body[0]; member
Dblk-cgroup.h213 char *body; member
/linux-4.4.14/drivers/net/wireless/
Datmel.c596 u8 *body, int body_len);
878 u8 *body, int body_len) in atmel_transmit_management_frame() argument
887 atmel_copy_to_card(priv->dev, buff + MGMT_FRAME_BODY_OFFSET, body, body_len); in atmel_transmit_management_frame()
2915 } body; in send_association_request() local
2926 body.capability = cpu_to_le16(WLAN_CAPABILITY_ESS); in send_association_request()
2928 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in send_association_request()
2930 body.capability |= cpu_to_le16(WLAN_CAPABILITY_SHORT_PREAMBLE); in send_association_request()
2932 body.listen_interval = cpu_to_le16(priv->listen_interval * priv->beacon_period); in send_association_request()
2936 memcpy(body.ap, priv->CurrentBSSID, ETH_ALEN); in send_association_request()
2937 ssid_el_p = &body.ssid_el_id; in send_association_request()
[all …]
/linux-4.4.14/Documentation/filesystems/
Dporting489 symlink body is and use simple_follow_link() as ->follow_link().
493 cookie and using nd_set_link() to store the body to traverse, we return
494 the body to traverse and store the cookie using explicit void ** argument.
501 is non-NULL. Note that link body isn't available anymore, so if you need it,
Dxfs-self-describing-metadata.txt159 body, but in general most of the per-field validation is handled by the
Dvfs.txt439 symbolic links. This method returns the symlink body
441 nd_jump_link()). If the body won't go away until the inode
/linux-4.4.14/Documentation/isdn/
DREADME.avmb1176 in the body.
DREADME26 Subject irrelevant, in the message body:
/linux-4.4.14/Documentation/trace/
Dkprobetrace.txt11 kprobes can probe (this means, all functions body except for __kprobes
/linux-4.4.14/scripts/
Danalyze_suspend.py2034 body {overflow-y: scroll;}\n\
2046 </style>\n</head>\n<body>\n'
2349 body {overflow-y: scroll;}\n\
2389 </style>\n</head>\n<body>\n'
/linux-4.4.14/kernel/trace/
Dring_buffer.c2990 void *body; in ring_buffer_write() local
3019 body = rb_event_data(event); in ring_buffer_write()
3021 memcpy(body, data, length); in ring_buffer_write()
/linux-4.4.14/Documentation/development-process/
D3.Early-stage52 creation of a body of code.
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1024 LASSERT(md->body->valid & OBD_MD_FLID); in cl_file_inode_init()
/linux-4.4.14/Documentation/block/
Ddata-integrity.txt267 it. The format is standards body-type-variant.
/linux-4.4.14/Documentation/ia64/
Dfsys.txt253 .body
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2887 void lustre_swab_mgs_config_body(struct mgs_config_body *body);
2894 void lustre_swab_mgs_config_res(struct mgs_config_res *body);
/linux-4.4.14/net/sctp/
Dsm_make_chunk.c1636 cookie = (struct sctp_signed_cookie *) retval->body; in sctp_pack_cookie()
2586 asoc->peer.cookie = param.cookie->body; in sctp_process_param()
/linux-4.4.14/Documentation/scsi/
DLICENSE.qla4xxx246 the limitation as if written in the body of this License.
DLICENSE.qla2xxx247 the limitation as if written in the body of this License.
DBusLogic.txt566 message body.
/linux-4.4.14/arch/x86/math-emu/
DREADME349 The numbers in the body of the table give the approx number of times a
/linux-4.4.14/Documentation/blockdev/
Dparide.txt406 in the body of the mail message (not in the subject line). Please be
DREADME.DAC960265 message body.
/linux-4.4.14/drivers/staging/rtl8192u/
Dcopying235 the limitation as if written in the body of this License.
/linux-4.4.14/tools/usb/usbip/
DCOPYING235 the limitation as if written in the body of this License.
/linux-4.4.14/drivers/staging/rtl8192e/
Dlicense235 written in the body of this License.
/linux-4.4.14/
DCOPYING251 the limitation as if written in the body of this License.
/linux-4.4.14/Documentation/spi/
Dspi-summary11 standardization body. SPI uses a master/slave configuration.
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1669 /* TODO. We should be able to replace this entire function body
Ddtc-parser.tab.c_shipped335 /* Pacify GCC's 'empty if-body' warning. */
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped1825 /* TODO. We should be able to replace this entire function body
Dzconf.tab.c_shipped329 /* Pacify GCC's `empty if-body' warning. */
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio1450 with 1 being the emissivity of a black body.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt1280 preceding the beginning of the body of the text.