Searched refs:taptx_len (Results 1 – 1 of 1) sorted by relevance
180 unsigned int taptx_len = 0; variable2025 if (taptx_len) { in can_write()2026 send_frame(tx, taptx, taptx_len); in can_write()2027 taptx_len = 0; in can_write()2243 if (taptx_len) { in read_tap()2273 taptx_len = sizeof(*wh) + 4 + 8 + dlen + 4; in read_tap()2275 assert (taptx_len < sizeof(taptx)); in read_tap()