Lines Matching refs:req
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()
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()
105 pcmd->body.context.req.tag = cpu_to_le16(tag); in as10x_cmd_set_context()
106 pcmd->body.context.req.type = cpu_to_le16(SET_CONTEXT_DATA); in as10x_cmd_set_context()
112 sizeof(pcmd->body.context.req) in as10x_cmd_set_context()
153 sizeof(pcmd->body.cfg_change_mode.req)); in as10x_cmd_eLNA_change_mode()
156 pcmd->body.cfg_change_mode.req.proc_id = in as10x_cmd_eLNA_change_mode()
158 pcmd->body.cfg_change_mode.req.mode = mode; in as10x_cmd_eLNA_change_mode()
163 sizeof(pcmd->body.cfg_change_mode.req) in as10x_cmd_eLNA_change_mode()