Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_core.c481 priv->active_tx_contexts = 0; in kvaser_usb_reset_tx_urb_contexts()
683 ++priv->active_tx_contexts; in kvaser_usb_start_xmit()
684 if (priv->active_tx_contexts >= (int)dev->max_tx_urbs) in kvaser_usb_start_xmit()
707 --priv->active_tx_contexts; in kvaser_usb_start_xmit()
731 --priv->active_tx_contexts; in kvaser_usb_start_xmit()
H A Dkvaser_usb.h131 int active_tx_contexts; member
H A Dkvaser_usb_leaf.c1004 --priv->active_tx_contexts; in kvaser_usb_leaf_tx_acknowledge()
H A Dkvaser_usb_hydra.c1200 --priv->active_tx_contexts; in kvaser_usb_hydra_tx_acknowledge()