Searched refs:pack_len (Results 1 – 2 of 2) sorted by relevance
57 int pack_len = skb->len; in int51x1_tx_fixup() local58 int pack_with_header_len = pack_len + INT51X1_HEADER_SIZE; in int51x1_tx_fixup()95 pack_len += need_tail; in int51x1_tx_fixup()96 pack_len &= 0x07ff; in int51x1_tx_fixup()99 *len = cpu_to_le16(pack_len); in int51x1_tx_fixup()
499 old_hdr->pack_len = old_hdr->reply_len; /* old, strange behaviour */ in sg_read()