Searched refs:GS_MAX_TX_URBS (Results 1 – 1 of 1) sorted by relevance
140 #define GS_MAX_TX_URBS 10 macro167 struct gs_tx_context tx_context[GS_MAX_TX_URBS];191 for (; i < GS_MAX_TX_URBS; i++) { in gs_alloc_tx_context()192 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()207 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()216 if (id < GS_MAX_TX_URBS) { in gs_get_tx_context()333 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_recieve_bulk_callback()490 if (idx >= GS_MAX_TX_URBS) { in gs_can_start_xmit()540 if (atomic_read(&dev->active_tx_urbs) >= GS_MAX_TX_URBS) in gs_can_start_xmit()706 for (rc = 0; rc < GS_MAX_TX_URBS; rc++) { in gs_can_close()[all …]