Home
last modified time | relevance | path

Searched refs:canbus_isotp_tx_ctx (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/l2/canbus/
D6locan.c64 static void canbus_free_tx_ctx(struct canbus_isotp_tx_ctx *ctx) in canbus_free_tx_ctx()
80 struct canbus_isotp_tx_ctx *ctx = pkt->canbus_tx_ctx; in canbus_tx_finish()
127 struct canbus_isotp_tx_ctx *ctx = in canbus_tx_timeout()
128 CONTAINER_OF(t, struct canbus_isotp_tx_ctx, timeout); in canbus_tx_timeout()
152 struct canbus_isotp_tx_ctx *ctx = in canbus_st_min_timeout()
153 CONTAINER_OF(t, struct canbus_isotp_tx_ctx, timeout); in canbus_st_min_timeout()
305 static struct canbus_isotp_tx_ctx *canbus_get_tx_ctx(uint8_t state, in canbus_get_tx_ctx()
309 struct canbus_isotp_tx_ctx *ret = NULL; in canbus_get_tx_ctx()
313 struct canbus_isotp_tx_ctx *ctx = &l2_ctx.tx_ctx[i]; in canbus_get_tx_ctx()
694 struct canbus_isotp_tx_ctx *ctx = pkt->canbus_tx_ctx; in canbus_tx_frame_isr()
[all …]
Dcanbus_internal.h87 struct canbus_isotp_tx_ctx tx_ctx[CONFIG_NET_PKT_TX_COUNT];
/Zephyr-Core-2.7.6/include/net/
Dcan.h172 struct canbus_isotp_tx_ctx { struct
Dnet_pkt.h267 struct canbus_isotp_tx_ctx *canbus_tx_ctx;