Home
last modified time | relevance | path

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

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