Searched refs:pack_len (Results 1 – 4 of 4) 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()
140 int pack_len; in meson_mx_sdhc_start_cmd() local156 pack_len = cmd->data->blksz; in meson_mx_sdhc_start_cmd()158 pack_len = 0; in meson_mx_sdhc_start_cmd()188 pack_len = 0; in meson_mx_sdhc_start_cmd()222 FIELD_PREP(MESON_SDHC_CTRL_PACK_LEN, pack_len)); in meson_mx_sdhc_start_cmd()
284 int pack_len; /* [o] reply_len (ie useless), ignored as input */ member
490 old_hdr->pack_len = old_hdr->reply_len; /* old, strange behaviour */ in sg_read()