Searched refs:pack_with_header_len (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/usb/
H A Dint51x1.c69 int pack_with_header_len = pack_len + INT51X1_HEADER_SIZE; int51x1_tx_fixup() local
76 if ((pack_with_header_len) < dev->maxpacket) int51x1_tx_fixup()
77 need_tail = dev->maxpacket - pack_with_header_len + 1; int51x1_tx_fixup()
83 else if (!(pack_with_header_len % dev->maxpacket)) int51x1_tx_fixup()

Completed in 28 milliseconds