Lines Matching refs:urb
91 struct urb *tx_urb;
92 struct urb *rx_urb;
106 struct urb *tx_urb = NULL;
107 struct urb *rx_urb = NULL;
163 static void ipheth_rcvbulk_callback(struct urb *urb)
171 dev = urb->context;
175 status = urb->status;
185 dev_err(&dev->intf->dev, "%s: urb status: %d\n",
190 if (urb->actual_length <= IPHETH_IP_ALIGN) {
194 len = urb->actual_length - IPHETH_IP_ALIGN;
195 buf = urb->transfer_buffer + IPHETH_IP_ALIGN;
216 static void ipheth_sndbulk_callback(struct urb *urb)
219 int status = urb->status;
221 dev = urb->context;
229 dev_err(&dev->intf->dev, "%s: urb status: %d\n",