Home
last modified time | relevance | path

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

/net/can/j1939/
Dtransport.c763 unsigned int len, pdelay; in j1939_session_tx_dat() local
804 pdelay = j1939_cb_is_broadcast(&session->skcb) ? 50 : in j1939_session_tx_dat()
807 if (session->pkt.tx < session->pkt.total && pdelay) { in j1939_session_tx_dat()
808 j1939_tp_schedule_txtimer(session, pdelay); in j1939_session_tx_dat()