Searched refs:mctp_msg_ctx (Results 1 – 2 of 2) sorted by relevance
69 struct mctp_msg_ctx { struct112 struct mctp_msg_ctx msg_ctxs[MCTP_REASSEMBLY_CTXS];
153 static struct mctp_msg_ctx *mctp_msg_ctx_lookup(struct mctp *mctp, uint8_t src, in mctp_msg_ctx_lookup()161 struct mctp_msg_ctx *ctx = &mctp->msg_ctxs[i]; in mctp_msg_ctx_lookup()170 static struct mctp_msg_ctx *mctp_msg_ctx_create(struct mctp *mctp, uint8_t src, in mctp_msg_ctx_create()173 struct mctp_msg_ctx *ctx = NULL; in mctp_msg_ctx_create()177 struct mctp_msg_ctx *tmp = &mctp->msg_ctxs[i]; in mctp_msg_ctx_create()201 static void mctp_msg_ctx_drop(struct mctp_bus *bus, struct mctp_msg_ctx *ctx) in mctp_msg_ctx_drop()208 static void mctp_msg_ctx_reset(struct mctp_msg_ctx *ctx) in mctp_msg_ctx_reset()214 static int mctp_msg_ctx_add_pkt(struct mctp_msg_ctx *ctx, in mctp_msg_ctx_add_pkt()305 struct mctp_msg_ctx *tmp = &mctp->msg_ctxs[i]; in mctp_cleanup()555 struct mctp_msg_ctx *ctx; in mctp_bus_rx()