Lines Matching refs:echo_id
142 u32 echo_id; member
167 unsigned int echo_id; member
211 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()
212 dev->tx_context[i].echo_id = i; in gs_alloc_tx_context()
226 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()
238 if (dev->tx_context[id].echo_id == id) { in gs_get_tx_context()
336 if (hf->echo_id == -1) { /* normal rx */ in gs_usb_receive_bulk_callback()
355 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_receive_bulk_callback()
358 hf->echo_id); in gs_usb_receive_bulk_callback()
365 txc = gs_get_tx_context(dev, hf->echo_id); in gs_usb_receive_bulk_callback()
371 hf->echo_id); in gs_usb_receive_bulk_callback()
375 can_get_echo_skb(netdev, hf->echo_id, NULL); in gs_usb_receive_bulk_callback()
465 netdev_info(netdev, "usb xmit fail %d\n", txc->echo_id); in gs_usb_xmit_callback()
505 idx = txc->echo_id; in gs_can_start_xmit()
512 hf->echo_id = idx; in gs_can_start_xmit()
748 dev->tx_context[rc].echo_id = GS_MAX_TX_URBS; in gs_can_close()
889 dev->tx_context[rc].echo_id = GS_MAX_TX_URBS; in gs_make_candev()