Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dtransport.c789 unsigned int len, pdelay; in j1939_session_tx_dat() local
843 pdelay = j1939_cb_is_broadcast(&session->skcb) ? 50 : in j1939_session_tx_dat()
846 if (session->pkt.tx < session->pkt.total && pdelay) { in j1939_session_tx_dat()
847 j1939_tp_schedule_txtimer(session, pdelay); in j1939_session_tx_dat()