Searched refs:CAN_ISOTP_WAIT_TX_DONE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/can/
H A Disotp.h137 #define CAN_ISOTP_WAIT_TX_DONE 0x0400 /* wait for tx completion */ macro
/linux-master/net/can/
H A Disotp.c14 * - use CAN_ISOTP_WAIT_TX_DONE flag to block the caller until the PDU is sent
944 int wait_tx_done = (so->opt.flags & CAN_ISOTP_WAIT_TX_DONE) ? 1 : 0;

Completed in 139 milliseconds