Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/usb/
Dipheth.c74 #define IPHETH_IP_ALIGN 2 /* padding at front of URB */ macro
241 if (urb->actual_length <= IPHETH_IP_ALIGN) { in ipheth_rcvbulk_callback()
245 len = urb->actual_length - IPHETH_IP_ALIGN; in ipheth_rcvbulk_callback()
246 buf = urb->transfer_buffer + IPHETH_IP_ALIGN; in ipheth_rcvbulk_callback()