Home
last modified time | relevance | path

Searched refs:tx_pb (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/ipc/
Dicmsg.h42 struct pbuf *tx_pb; member
/Zephyr-latest/subsys/ipc/ipc_service/lib/
Dicmsg.c273 int ret = pbuf_tx_init(dev_data->tx_pb); in icmsg_open()
287 ret = pbuf_write(dev_data->tx_pb, magic, sizeof(magic)); in icmsg_open()
356 write_ret = pbuf_write(dev_data->tx_pb, msg, len); in icmsg_send()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c73 .tx_pb = &tx_pb_##i, \
Dipc_icmsg_me_initiator.c203 .tx_pb = &tx_pb_##i, \
Dipc_icmsg_me_follower.c297 .tx_pb = &tx_pb_##i, \
Dipc_icbmsg.c1418 .tx_pb = &tx_icbmsg_pb_##i, \