Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/usb/
A Dint51x1.c58 int pack_with_header_len = pack_len + INT51X1_HEADER_SIZE; in int51x1_tx_fixup() local
65 if ((pack_with_header_len) < dev->maxpacket) in int51x1_tx_fixup()
66 need_tail = dev->maxpacket - pack_with_header_len + 1; in int51x1_tx_fixup()
72 else if (!(pack_with_header_len % dev->maxpacket)) in int51x1_tx_fixup()

Completed in 2 milliseconds