Lines Matching refs:txc
368 static void gs_free_tx_context(struct gs_tx_context *txc)
370 txc->echo_id = GS_MAX_TX_URBS;
583 struct gs_tx_context *txc;
654 txc = gs_get_tx_context(dev, hf->echo_id);
657 if (!txc) {
667 gs_free_tx_context(txc);
753 struct gs_tx_context *txc = urb->context;
754 struct gs_can *dev = txc->dev;
758 netdev_info(netdev, "usb xmit fail %u\n", txc->echo_id);
772 struct gs_tx_context *txc;
778 txc = gs_alloc_tx_context(dev);
779 if (!txc)
791 idx = txc->echo_id;
827 gs_usb_xmit_callback, txc);
841 gs_free_tx_context(txc);
868 gs_free_tx_context(txc);