Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Dgs_usb.c264 /* struct gs_host_frame::echo_id == GS_HOST_FRAME_ECHO_ID_RX indicates
271 u32 echo_id;
301 unsigned int echo_id; member
358 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()
359 dev->tx_context[i].echo_id = i; in gs_alloc_tx_context()
373 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()
385 if (dev->tx_context[id].echo_id == id) { in gs_get_tx_context()
562 const u32 echo_id = hf->echo_id; in gs_usb_get_echo_skb() local
568 len = can_rx_offload_get_echo_skb_queue_timestamp(offload, echo_id, in gs_usb_get_echo_skb()
[all...]