Searched refs:pack_len (Results 1 – 3 of 3) sorted by relevance
69 int pack_len = skb->len; in int51x1_tx_fixup() local70 int pack_with_header_len = pack_len + INT51X1_HEADER_SIZE; in int51x1_tx_fixup()107 pack_len += need_tail; in int51x1_tx_fixup()108 pack_len &= 0x07ff; in int51x1_tx_fixup()111 *len = cpu_to_le16(pack_len); in int51x1_tx_fixup()
262 int pack_len; /* [o] reply_len (ie useless), ignored as input */ member
432 old_hdr->pack_len = old_hdr->reply_len; /* old, strange behaviour */ in sg_read()