Home
last modified time | relevance | path

Searched refs:CAN_ISOTP_WAIT_TX_DONE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/uapi/linux/can/
Disotp.h137 #define CAN_ISOTP_WAIT_TX_DONE 0x0400 /* wait for tx completion */ macro
/linux-6.12.1/Documentation/networking/
Diso15765-2.rst195 * ``CAN_ISOTP_WAIT_TX_DONE``: wait until the frame is sent before returning
/linux-6.12.1/net/can/
Disotp.c945 int wait_tx_done = (so->opt.flags & CAN_ISOTP_WAIT_TX_DONE) ? 1 : 0; in isotp_sendmsg()