tx_contexts       246 drivers/net/can/usb/ems_usb.c 	struct ems_tx_urb_context tx_contexts[MAX_TX_URBS];
tx_contexts       691 drivers/net/can/usb/ems_usb.c 		dev->tx_contexts[i].echo_index = MAX_TX_URBS;
tx_contexts       776 drivers/net/can/usb/ems_usb.c 		if (dev->tx_contexts[i].echo_index == MAX_TX_URBS) {
tx_contexts       777 drivers/net/can/usb/ems_usb.c 			context = &dev->tx_contexts[i];
tx_contexts       995 drivers/net/can/usb/ems_usb.c 		dev->tx_contexts[i].echo_index = MAX_TX_URBS;
tx_contexts       205 drivers/net/can/usb/esd_usb2.c 	struct esd_tx_urb_context tx_contexts[MAX_TX_URBS];
tx_contexts       354 drivers/net/can/usb/esd_usb2.c 	context = &priv->tx_contexts[msg->msg.txdone.hnd & (MAX_TX_URBS - 1)];
tx_contexts       672 drivers/net/can/usb/esd_usb2.c 				priv->tx_contexts[j].echo_index = MAX_TX_URBS;
tx_contexts       755 drivers/net/can/usb/esd_usb2.c 		if (priv->tx_contexts[i].echo_index == MAX_TX_URBS) {
tx_contexts       756 drivers/net/can/usb/esd_usb2.c 			context = &priv->tx_contexts[i];
tx_contexts       984 drivers/net/can/usb/esd_usb2.c 		priv->tx_contexts[i].echo_index = MAX_TX_URBS;
tx_contexts       120 drivers/net/can/usb/kvaser_usb/kvaser_usb.h 	struct kvaser_usb_tx_urb_context tx_contexts[];
tx_contexts       418 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c 		priv->tx_contexts[i].echo_index = max_tx_urbs;
tx_contexts       527 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c 		if (priv->tx_contexts[i].echo_index == dev->max_tx_urbs) {
tx_contexts       528 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c 			context = &priv->tx_contexts[i];
tx_contexts       646 drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c 	netdev = alloc_candev(struct_size(priv, tx_contexts, dev->max_tx_urbs),
tx_contexts      1118 drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c 	context = &priv->tx_contexts[transid % dev->max_tx_urbs];
tx_contexts       567 drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c 	context = &priv->tx_contexts[tid % dev->max_tx_urbs];
tx_contexts       297 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		if (dev->tx_contexts[i].echo_index == PCAN_USB_MAX_TX_URBS) {
tx_contexts       298 drivers/net/can/usb/peak_usb/pcan_usb_core.c 			context = dev->tx_contexts + i;
tx_contexts       445 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		context = dev->tx_contexts + i;
tx_contexts       494 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		usb_free_urb(dev->tx_contexts[i].urb);
tx_contexts       495 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		dev->tx_contexts[i].urb = NULL;
tx_contexts       541 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		struct urb *urb = dev->tx_contexts[i].urb;
tx_contexts       544 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		    dev->tx_contexts[i].echo_index != PCAN_USB_MAX_TX_URBS) {
tx_contexts       553 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		dev->tx_contexts[i].urb = NULL;
tx_contexts       787 drivers/net/can/usb/peak_usb/pcan_usb_core.c 		dev->tx_contexts[i].echo_index = PCAN_USB_MAX_TX_URBS;
tx_contexts       122 drivers/net/can/usb/peak_usb/pcan_usb_core.h 	struct peak_tx_urb_context tx_contexts[PCAN_USB_MAX_TX_URBS];
tx_contexts       131 drivers/net/can/usb/usb_8dev.c 	struct usb_8dev_tx_urb_context tx_contexts[MAX_TX_URBS];
tx_contexts       645 drivers/net/can/usb/usb_8dev.c 		if (priv->tx_contexts[i].echo_index == MAX_TX_URBS) {
tx_contexts       646 drivers/net/can/usb/usb_8dev.c 			context = &priv->tx_contexts[i];
tx_contexts       843 drivers/net/can/usb/usb_8dev.c 		priv->tx_contexts[i].echo_index = MAX_TX_URBS;
tx_contexts       943 drivers/net/can/usb/usb_8dev.c 		priv->tx_contexts[i].echo_index = MAX_TX_URBS;