Searched defs:echo_id (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/usb/
H A Dgs_usb.c125 u32 echo_id; member in struct:gs_host_frame
150 unsigned int echo_id; member in struct:gs_tx_context
192 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) {
193 dev->tx_context[i].echo_id = i;
207 txc->echo_id = GS_MAX_TX_URBS;
218 if (dev->tx_context[id].echo_id == id) {
314 if (hf->echo_id == -1) { /* normal rx */
332 } else { /* echo_id == hf->echo_id */
333 if (hf->echo_id >
[all...]
/drivers/net/wan/
H A Dhdlc_ppp.c82 u8 echo_id; /* ID of last Echo-Request (LCP) */ member in struct:ppp
506 if (cp->id == ppp->echo_id)
591 ppp->echo_id = ++ppp->seq;
593 ppp->echo_id, 0, NULL);

Completed in 46 milliseconds