Home
last modified time | relevance | path

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

/net/can/j1939/
Dtransport.c791 int offset, pkt_done, pkt_end; in j1939_session_tx_dat() local
808 pkt_end = session->pkt.total; in j1939_session_tx_dat()
810 pkt_end = session->pkt.last; in j1939_session_tx_dat()
812 while (session->pkt.tx < pkt_end) { in j1939_session_tx_dat()