Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/usb/
Dint51x1.c69 int pack_len = skb->len; in int51x1_tx_fixup() local
70 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()
/linux-2.6.39/include/scsi/
Dsg.h262 int pack_len; /* [o] reply_len (ie useless), ignored as input */ member
/linux-2.6.39/drivers/scsi/
Dsg.c432 old_hdr->pack_len = old_hdr->reply_len; /* old, strange behaviour */ in sg_read()