Searched refs:pack_with_header_len (Results 1 – 1 of 1) sorted by relevance
58 int pack_with_header_len = pack_len + INT51X1_HEADER_SIZE; in int51x1_tx_fixup() local65 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()