Home
last modified time | relevance | path

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

/drivers/net/can/usb/
Dgs_usb.c125 u32 echo_id; member
150 unsigned int echo_id; member
192 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()
193 dev->tx_context[i].echo_id = i; in gs_alloc_tx_context()
207 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()
218 if (dev->tx_context[id].echo_id == id) { in gs_get_tx_context()
316 if (hf->echo_id == -1) { /* normal rx */ in gs_usb_recieve_bulk_callback()
335 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_recieve_bulk_callback()
338 hf->echo_id); in gs_usb_recieve_bulk_callback()
345 txc = gs_get_tx_context(dev, hf->echo_id); in gs_usb_recieve_bulk_callback()
[all …]
/drivers/net/wan/
Dhdlc_ppp.c82 u8 echo_id; /* ID of last Echo-Request (LCP) */ member
506 if (cp->id == ppp->echo_id) in ppp_rx()
591 ppp->echo_id = ++ppp->seq; in ppp_timer()
593 ppp->echo_id, 0, NULL); in ppp_timer()