Searched refs:GS_MAX_TX_URBS (Results 1 – 1 of 1) sorted by relevance
156 #define GS_MAX_TX_URBS 10 macro183 struct gs_tx_context tx_context[GS_MAX_TX_URBS];209 for (; i < GS_MAX_TX_URBS; i++) { in gs_alloc_tx_context()210 if (dev->tx_context[i].echo_id == GS_MAX_TX_URBS) { in gs_alloc_tx_context()225 txc->echo_id = GS_MAX_TX_URBS; in gs_free_tx_context()235 if (id < GS_MAX_TX_URBS) { in gs_get_tx_context()354 if (hf->echo_id >= GS_MAX_TX_URBS) { in gs_usb_receive_bulk_callback()505 if (idx >= GS_MAX_TX_URBS) { in gs_can_start_xmit()556 if (atomic_read(&dev->active_tx_urbs) >= GS_MAX_TX_URBS) in gs_can_start_xmit()741 for (rc = 0; rc < GS_MAX_TX_URBS; rc++) { in gs_can_close()[all …]