Lines Matching defs:preq
104 struct as10x_cmd_t *preq, *prsp;
106 preq = adap->cmd;
110 as10x_cmd_build(preq, (++adap->cmd_xid),
111 sizeof(preq->body.set_tune.req));
114 preq->body.set_tune.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE);
115 preq->body.set_tune.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq);
116 preq->body.set_tune.req.args.bandwidth = ptune->bandwidth;
117 preq->body.set_tune.req.args.hier_select = ptune->hier_select;
118 preq->body.set_tune.req.args.modulation = ptune->modulation;
119 preq->body.set_tune.req.args.hierarchy = ptune->hierarchy;
120 preq->body.set_tune.req.args.interleaving_mode =
122 preq->body.set_tune.req.args.code_rate = ptune->code_rate;
123 preq->body.set_tune.req.args.guard_interval = ptune->guard_interval;
124 preq->body.set_tune.req.args.transmission_mode =
130 (uint8_t *) preq,
131 sizeof(preq->body.set_tune.req)
159 struct as10x_cmd_t *preq, *prsp;
161 preq = adap->cmd;
165 as10x_cmd_build(preq, (++adap->cmd_xid),
166 sizeof(preq->body.get_tune_status.req));
169 preq->body.get_tune_status.req.proc_id =
176 (uint8_t *) preq,
177 sizeof(preq->body.get_tune_status.req) + HEADER_SIZE,