Home
last modified time | relevance | path

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

/linux/drivers/net/can/usb/
H A Dgs_usb.c284 #define GS_MAX_TX_URBS 10 macro
316 struct gs_tx_context tx_context[GS_MAX_TX_URBS];
351 for (; i < GS_MAX_TX_URBS; i++) { in gs_alloc_tx_context()
352 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()
367 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()
377 if (id < GS_MAX_TX_URBS) { in gs_get_tx_context()
644 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_receive_bulk_callback()
790 if (idx >= GS_MAX_TX_URBS) { in gs_can_start_xmit()
850 if (atomic_read(&dev->active_tx_urbs) >= GS_MAX_TX_URBS) in gs_can_start_xmit()
1078 for (rc = 0; rc < GS_MAX_TX_URBS; rc++) { in gs_can_close()
[all …]