Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/usb/
H A Dgs_usb.c265 u32 echo_id; member
299 unsigned int echo_id; member
356 dev->tx_context[i].echo_id = i; in gs_alloc_tx_context()
370 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()
559 const u32 echo_id = hf->echo_id; in gs_usb_get_echo_skb() local
647 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_receive_bulk_callback()
650 hf->echo_id); in gs_usb_receive_bulk_callback()
660 hf->echo_id); in gs_usb_receive_bulk_callback()
664 skb = dev->can.echo_skb[hf->echo_id]; in gs_usb_receive_bulk_callback()
791 idx = txc->echo_id; in gs_can_start_xmit()
[all …]
/linux-6.15/drivers/net/wan/
H A Dhdlc_ppp.c79 u8 echo_id; /* ID of last Echo-Request (LCP) */ member
507 if (cp->id == ppp->echo_id) in ppp_rx()
602 ppp->echo_id = ++ppp->seq; in ppp_timer()
604 ppp->echo_id, 0, NULL); in ppp_timer()