Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/net/
Dcan.h190 uint8_t wft; member
213 uint8_t wft; member
/Zephyr-Core-2.7.6/include/canbus/
Disotp.h396 uint8_t wft; member
420 uint8_t wft; member
/Zephyr-Core-2.7.6/subsys/canbus/isotp/
Disotp.c236 if (ctx->wft == ISOTP_WFT_FIRST) { in receive_alloc_buffer()
238 ctx->wft = 0; in receive_alloc_buffer()
252 ctx->wft = ISOTP_WFT_FIRST; in receive_alloc_buffer()
306 ctx->wft = ISOTP_WFT_FIRST; in receive_state_machine()
329 if (++ctx->wft < CONFIG_ISOTP_WFTMAX) { in receive_state_machine()
330 LOG_DBG("Send wait frame number %d", ctx->wft); in receive_state_machine()
341 ctx->wft); in receive_state_machine()
818 ctx->wft = 0; in send_process_fc()
832 if (ctx->wft >= CONFIG_ISOTP_WFTMAX) { in send_process_fc()
837 ctx->wft++; in send_process_fc()
[all …]
/Zephyr-Core-2.7.6/subsys/net/l2/canbus/
D6locan.c824 ctx->wft = 0; in canbus_process_fc_data()
838 if (ctx->wft >= NET_CAN_WFTMAX) { in canbus_process_fc_data()
843 ctx->wft++; in canbus_process_fc_data()