Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_core.c468 priv->active_tx_contexts = 0; in kvaser_usb_reset_tx_urb_contexts()
670 ++priv->active_tx_contexts; in kvaser_usb_start_xmit()
671 if (priv->active_tx_contexts >= (int)dev->max_tx_urbs) in kvaser_usb_start_xmit()
694 --priv->active_tx_contexts; in kvaser_usb_start_xmit()
718 --priv->active_tx_contexts; in kvaser_usb_start_xmit()
Dkvaser_usb.h129 int active_tx_contexts; member
Dkvaser_usb_leaf.c929 --priv->active_tx_contexts; in kvaser_usb_leaf_tx_acknowledge()
Dkvaser_usb_hydra.c1206 --priv->active_tx_contexts; in kvaser_usb_hydra_tx_acknowledge()