Lines Matching refs:dest

42 	uint8_t dest;  member
93 mctp_eid_t dest, bool tag_owner,
184 uint8_t dest, uint8_t tag) in mctp_msg_ctx_lookup() argument
192 if (ctx->src == src && ctx->dest == dest && ctx->tag == tag) in mctp_msg_ctx_lookup()
200 uint8_t dest, uint8_t tag) in mctp_msg_ctx_create() argument
217 ctx->dest = dest; in mctp_msg_ctx_create()
341 static struct mctp_bus *find_bus_for_eid(struct mctp *mctp, mctp_eid_t dest in find_bus_for_eid() argument
476 static inline bool mctp_rx_dest_is_local(struct mctp_bus *bus, mctp_eid_t dest) in mctp_rx_dest_is_local() argument
478 return dest == bus->eid || dest == MCTP_EID_NULL || in mctp_rx_dest_is_local()
479 dest == MCTP_EID_BROADCAST; in mctp_rx_dest_is_local()
494 mctp_eid_t dest, bool tag_owner, uint8_t msg_tag, void *buf, in mctp_rx() argument
500 mctp_rx_dest_is_local(bus, dest)) { in mctp_rx()
531 mctp_message_tx_on_bus(dest_bus, src, dest, tag_owner, in mctp_rx()
564 !mctp_rx_dest_is_local(bus, hdr->dest)) in mctp_bus_rx()
579 mctp_rx(mctp, bus, hdr->src, hdr->dest, tag_owner, tag, p, len); in mctp_bus_rx()
586 ctx = mctp_msg_ctx_lookup(mctp, hdr->src, hdr->dest, tag); in mctp_bus_rx()
590 ctx = mctp_msg_ctx_create(mctp, hdr->src, hdr->dest, in mctp_bus_rx()
614 ctx = mctp_msg_ctx_lookup(mctp, hdr->src, hdr->dest, tag); in mctp_bus_rx()
640 mctp_rx(mctp, bus, ctx->src, ctx->dest, tag_owner, tag, in mctp_bus_rx()
648 ctx = mctp_msg_ctx_lookup(mctp, hdr->src, hdr->dest, tag); in mctp_bus_rx()
769 mctp_eid_t dest, bool tag_owner, in mctp_message_tx_on_bus() argument
794 __func__, msg_len, src, dest); in mctp_message_tx_on_bus()
807 hdr->dest = dest; in mctp_message_tx_on_bus()