/linux-4.4.14/drivers/media/usb/as102/ |
D | as10x_cmd.c | 37 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 …]
|
D | as10x_cmd_stream.c | 38 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 …]
|
D | as10x_cmd_cfg.c | 43 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 …]
|
D | as10x_cmd.h | 466 } __packed body; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | llog_client.c | 84 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 …]
|
D | pack_generic.c | 1756 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/ |
D | hv_kvp.c | 107 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/ |
D | vmwgfx_binding.c | 499 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 …]
|
D | vmwgfx_context.c | 137 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 …]
|
D | vmwgfx_surface.c | 126 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 …]
|
D | vmwgfx_stdu.c | 76 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 …]
|
D | vmwgfx_execbuf.c | 774 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 …]
|
D | vmwgfx_mob.c | 115 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 …]
|
D | vmwgfx_scrn.c | 64 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 …]
|
D | vmwgfx_cotable.c | 167 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 …]
|
D | vmwgfx_shader.c | 203 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 …]
|
D | vmwgfx_fifo.c | 34 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 …]
|
D | vmwgfx_overlay.c | 66 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()
|
D | vmwgfx_so.c | 164 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()
|
D | vmwgfx_ldu.c | 467 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()
|
D | vmwgfx_cmdbuf.c | 1100 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()
|
D | vmwgfx_kms.c | 2015 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()
|
D | vmwgfx_resource.c | 1535 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/ |
D | do_balan.c | 291 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 …]
|
D | dir.c | 281 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()
|
D | stree.c | 2072 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()
|
D | lbalance.c | 980 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()
|
D | reiserfs.h | 1966 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);
|
D | inode.c | 1811 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/ |
D | lmv_intent.c | 67 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 …]
|
D | lmv_internal.h | 80 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()
|
D | lmv_obd.c | 1699 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/ |
D | lustre_mdc.h | 148 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()
|
D | obd.h | 1107 struct mdt_body *body; member
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 204 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 …]
|
D | osc_quota.c | 291 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/ |
D | host_interface.c | 201 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/ |
D | symlink.c | 51 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()
|
D | llite_lib.c | 1147 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 …]
|
D | namei.c | 63 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 …]
|
D | xattr_cache.c | 344 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()
|
D | xattr.c | 287 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()
|
D | dir.c | 149 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 …]
|
D | llite_nfs.c | 285 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()
|
D | file.c | 198 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 …]
|
D | statahead.c | 620 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/ |
D | mdc_request.c | 79 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 …]
|
D | mdc_locks.c | 257 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 …]
|
D | mdc_reint.c | 180 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/ |
D | ir-rc6-decoder.c | 185 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()
|
D | ir-mce_kbd-decoder.c | 290 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()
|
D | rc-core-priv.h | 62 u32 body; member 98 u32 body; member
|
/linux-4.4.14/drivers/net/wireless/p54/ |
D | fwio.c | 400 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/ |
D | pio_phys.S | 27 .body 42 .body 57 .body
|
/linux-4.4.14/sound/soc/codecs/ |
D | rt5677-spi.c | 122 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/ |
D | xenbus_xs.c | 63 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 …]
|
D | xenbus_dev_frontend.c | 415 char body[3]; in xenbus_write_watch() member 419 .len = sizeof(reply.body) in xenbus_write_watch()
|
/linux-4.4.14/arch/arm/crypto/ |
D | sha256-armv4.pl | 301 my $body = shift; 302 my @insns = (&$body,&$body,&$body,&$body); 402 my $body = shift; 403 my @insns = (&$body,&$body,&$body,&$body);
|
D | sha1-armv4-large.S | 30 @ [*] Manually counted instructions in "grand" loop body. Measured
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 1512 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/ |
D | hardware.c | 331 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/ |
D | xor.S | 28 .body 65 .body 105 .body 148 .body
|
D | flush.S | 45 .body 99 .body
|
D | ip_fast_csum.S | 35 .body 84 .body
|
D | strnlen_user.S | 23 .body
|
D | clear_page.S | 39 .body
|
D | copy_page.S | 55 .body
|
D | strlen.S | 95 .body
|
D | strlen_user.S | 97 .body
|
D | clear_user.S | 61 .body
|
D | copy_page_mck.S | 111 .body
|
D | do_csum.S | 171 .body
|
D | memcpy.S | 59 .body
|
D | memcpy_mck.S | 120 .body 283 .body
|
D | memset.S | 63 .body
|
D | copy_user.S | 95 .body
|
/linux-4.4.14/arch/ia64/kernel/ |
D | fsys.S | 54 .body 63 .body 96 .body 143 .body 318 .body 334 .body 387 .body 408 .body
|
D | gate.S | 41 .body 115 .body 209 .body 229 .body 316 .body
|
D | pal.S | 72 .body 106 .body 154 .body 212 .body
|
D | esi_stub.S | 52 .body
|
D | efi_stub.S | 50 .body
|
D | entry.S | 65 .body 116 .body 147 .body 174 .body 246 .body 367 .body 1237 .body 1259 .body 1299 .ret21: .body 1317 .body [all …]
|
D | relocate_kernel.S | 24 .body 192 .body
|
D | unwind_decoder.c | 163 int body = (code & 0x20) != 0; in unw_decode_r1() local 167 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1()
|
D | entry.h | 39 .body
|
D | mca_asm.S | 260 .body 369 .body
|
D | unwind.c | 806 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()
|
D | head.S | 195 .body 981 .body
|
D | ivt.S | 1658 .body
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.y | 57 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()
|
D | parse.tab.c_shipped | 99 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. */
|
D | lex.lex.c_shipped | 1373 /* TODO. We should be able to replace this entire function body
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 152 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/ |
D | atomic_asm_32.S | 80 .macro atomic_op, name, bitwidth, body 98 \body /* set r24, and r25 if 64-bit */
|
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 662 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/ |
D | netconsole.c | 785 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/ |
D | mgc_request.c | 1290 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/ |
D | gss_krb5.h | 241 struct xdr_buf *body, int body_offset, u8 *cksumkey, 246 struct xdr_buf *body, int body_offset, u8 *key,
|
/linux-4.4.14/block/ |
D | blk-cgroup.c | 793 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()
|
D | blk-throttle.c | 1199 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()
|
D | cfq-iosched.c | 1774 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/ |
D | ax25.txt | 8 majordomo@vger.kernel.org with the words "subscribe linux-hams" in the body
|
D | x25.txt | 35 majordomo@vger.kernel.org with the following in the message body:
|
D | tlan.txt | 115 in the body of an email to majordomo@vuser.vu.union.edu.
|
D | tcp.txt | 95 off immediately if possible, but otherwise queue and compute the body
|
D | LICENSE.qlcnic | 245 the limitation as if written in the body of this License.
|
D | LICENSE.qlge | 245 the limitation as if written in the body of this License.
|
/linux-4.4.14/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 413 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/ |
D | hostap_ap.c | 63 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 …]
|
D | hostap.h | 50 u8 *body, size_t bodylen);
|
D | hostap_main.c | 1042 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/ |
D | nfc-pn544.txt | 24 HCI messages consist of an eight bit header and the message body. The
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.h | 120 const char* body; member
|
D | aicasm_scan.l | 534 body_head = macro_symbol->info.macroinfo->body;
|
D | aicasm_gram.y | 1620 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/ |
D | netxen_nic_init.c | 1416 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()
|
D | netxen_nic.h | 1135 u64 body[7]; member
|
/linux-4.4.14/include/uapi/linux/ |
D | hyperv.h | 389 } body; member
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_io.c | 1039 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()
|
D | qlcnic.h | 980 u64 body[7]; member
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 88 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/ |
D | boot_head.S | 24 .body
|
/linux-4.4.14/Documentation/ |
D | SecurityBugs | 37 The Linux kernel security team is not a formal body and therefore unable
|
D | email-clients.txt | 18 inline text in the body of the email. Some maintainers accept 253 for reading/merging patches into the body text. To do this, download
|
D | SubmittingPatches | 612 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
|
D | CodingStyle | 121 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/ |
D | CodingStyle | 134 body of function 145 body of do-loop
|
/linux-4.4.14/net/tipc/ |
D | link.h | 172 unchar body[TIPC_MAX_IF_NAME]; member
|
/linux-4.4.14/include/linux/ |
D | sctp.h | 341 __u8 body[0]; member
|
D | blk-cgroup.h | 213 char *body; member
|
/linux-4.4.14/drivers/net/wireless/ |
D | atmel.c | 596 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/ |
D | porting | 489 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,
|
D | xfs-self-describing-metadata.txt | 159 body, but in general most of the per-field validation is handled by the
|
D | vfs.txt | 439 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/ |
D | README.avmb1 | 176 in the body.
|
D | README | 26 Subject irrelevant, in the message body:
|
/linux-4.4.14/Documentation/trace/ |
D | kprobetrace.txt | 11 kprobes can probe (this means, all functions body except for __kprobes
|
/linux-4.4.14/scripts/ |
D | analyze_suspend.py | 2034 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/ |
D | ring_buffer.c | 2990 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/ |
D | 3.Early-stage | 52 creation of a body of code.
|
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_cl.c | 1024 LASSERT(md->body->valid & OBD_MD_FLID); in cl_file_inode_init()
|
/linux-4.4.14/Documentation/block/ |
D | data-integrity.txt | 267 it. The format is standards body-type-variant.
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 253 .body
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2887 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/ |
D | sm_make_chunk.c | 1636 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/ |
D | LICENSE.qla4xxx | 246 the limitation as if written in the body of this License.
|
D | LICENSE.qla2xxx | 247 the limitation as if written in the body of this License.
|
D | BusLogic.txt | 566 message body.
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 349 The numbers in the body of the table give the approx number of times a
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 406 in the body of the mail message (not in the subject line). Please be
|
D | README.DAC960 | 265 message body.
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 235 the limitation as if written in the body of this License.
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 235 the limitation as if written in the body of this License.
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 235 written in the body of this License.
|
/linux-4.4.14/ |
D | COPYING | 251 the limitation as if written in the body of this License.
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 11 standardization body. SPI uses a master/slave configuration.
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1669 /* TODO. We should be able to replace this entire function body
|
D | dtc-parser.tab.c_shipped | 335 /* Pacify GCC's 'empty if-body' warning. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1825 /* TODO. We should be able to replace this entire function body
|
D | zconf.tab.c_shipped | 329 /* Pacify GCC's `empty if-body' warning. */
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 1450 with 1 being the emissivity of a black body.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 1280 preceding the beginning of the body of the text.
|