Searched refs:tx_contexts (Results 1 – 9 of 9) sorted by relevance
358 if (dev->tx_contexts[i].echo_index == PCAN_USB_MAX_TX_URBS) { in peak_usb_ndo_start_xmit()359 context = dev->tx_contexts + i; in peak_usb_ndo_start_xmit()503 context = dev->tx_contexts + i; in peak_usb_start()552 usb_free_urb(dev->tx_contexts[i].urb); in peak_usb_start()553 dev->tx_contexts[i].urb = NULL; in peak_usb_start()599 struct urb *urb = dev->tx_contexts[i].urb; in peak_usb_unlink_all_urbs()602 dev->tx_contexts[i].echo_index != PCAN_USB_MAX_TX_URBS) { in peak_usb_unlink_all_urbs()611 dev->tx_contexts[i].urb = NULL; in peak_usb_unlink_all_urbs()890 dev->tx_contexts[i].echo_index = PCAN_USB_MAX_TX_URBS; in peak_usb_create_dev()
120 struct peak_tx_urb_context tx_contexts[PCAN_USB_MAX_TX_URBS]; member
246 struct ems_tx_urb_context tx_contexts[MAX_TX_URBS]; member701 dev->tx_contexts[i].echo_index = MAX_TX_URBS; in unlink_all_urbs()786 if (dev->tx_contexts[i].echo_index == MAX_TX_URBS) { in ems_usb_start_xmit()787 context = &dev->tx_contexts[i]; in ems_usb_start_xmit()1008 dev->tx_contexts[i].echo_index = MAX_TX_URBS; in ems_usb_probe()
128 struct usb_8dev_tx_urb_context tx_contexts[MAX_TX_URBS]; member638 if (priv->tx_contexts[i].echo_index == MAX_TX_URBS) { in usb_8dev_start_xmit()639 context = &priv->tx_contexts[i]; in usb_8dev_start_xmit()841 priv->tx_contexts[i].echo_index = MAX_TX_URBS; in unlink_all_urbs()945 priv->tx_contexts[i].echo_index = MAX_TX_URBS; in usb_8dev_probe()
214 struct esd_tx_urb_context tx_contexts[MAX_TX_URBS]; member368 context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)]; in esd_usb_tx_done_msg()691 priv->tx_contexts[j].echo_index = MAX_TX_URBS; in unlink_all_urbs()774 if (priv->tx_contexts[i].echo_index == MAX_TX_URBS) { in esd_usb_start_xmit()775 context = &priv->tx_contexts[i]; in esd_usb_start_xmit()1003 priv->tx_contexts[i].echo_index = MAX_TX_URBS; in esd_usb_probe_one_net()
474 priv->tx_contexts[i].echo_index = max_tx_urbs; in kvaser_usb_reset_tx_urb_contexts()585 if (priv->tx_contexts[i].echo_index == dev->max_tx_urbs) { in kvaser_usb_start_xmit()586 context = &priv->tx_contexts[i]; in kvaser_usb_start_xmit()720 netdev = alloc_candev(struct_size(priv, tx_contexts, dev->max_tx_urbs), in kvaser_usb_init_one()
116 struct kvaser_usb_tx_urb_context tx_contexts[]; member
721 context = &priv->tx_contexts[tid % dev->max_tx_urbs]; in kvaser_usb_leaf_tx_acknowledge()
1149 context = &priv->tx_contexts[transid % dev->max_tx_urbs]; in kvaser_usb_hydra_tx_acknowledge()