Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/forwarding/
H A Dtc_taprio.sh197 from isochron_data import pdelay
200 w = np.array(list(pdelay.values()))
282 from isochron_data import pdelay
285 w = np.array(list(pdelay.values()))
/linux/net/can/j1939/
H A Dtransport.c802 unsigned int len, pdelay; in j1939_session_tx_dat() local
857 pdelay = j1939_cb_is_broadcast(&session->skcb) ? 50 : in j1939_session_tx_dat()
860 if (session->pkt.tx < session->pkt.total && pdelay) { in j1939_session_tx_dat()
861 j1939_tp_schedule_txtimer(session, pdelay); in j1939_session_tx_dat()