Searched refs:sreq (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/tee/optee/
H A Drpmb.c131 struct rpmb_req *sreq = req; local
134 if (req_size < sizeof(*sreq))
137 switch (sreq->cmd) {
139 mmc = get_mmc(priv, sreq->dev_id);
154 return rpmb_get_dev_info(sreq->dev_id, rsp);
157 debug("Unsupported RPMB command: %d\n", sreq->cmd);
/u-boot/drivers/net/bnxt/
H A Dbnxt_dbg.h318 struct hwrm_short_input *sreq; local
320 sreq = (struct hwrm_short_input *)req;
323 sreq->req_type,
326 dump_mem((u8 *)sreq, len, DISP_U8);
332 #define dbg_short_cmd(sreq, func, len)
H A Dbnxt.c205 struct hwrm_short_input sreq; local
207 memset(&sreq, 0, sizeof(struct hwrm_short_input));
208 sreq.req_type = (u16)((struct input *)bp->hwrm_addr_req)->req_type;
209 sreq.signature = SHORT_REQ_SIGNATURE_SHORT_CMD;
210 sreq.size = len;
211 sreq.req_addr = bp->req_addr_mapping;
212 dbg_short_cmd((u8 *)&sreq, __func__, sizeof(struct hwrm_short_input));
213 hwrm_write_req(bp, &sreq, sizeof(struct hwrm_short_input) / 4);

Completed in 184 milliseconds