Searched refs:tail_pad (Results 1 – 2 of 2) sorted by relevance
397 u16 tail_pad; member1443 hdrval = (u16)hd_info->tail_pad << 16; in brcmf_sdio_hdpack()2067 u16 tail_pad, tail_chop, chain_pad; in brcmf_sdio_txpkt_prep_sg() local2079 tail_pad = 0; in brcmf_sdio_txpkt_prep_sg()2082 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()2083 chain_pad = (total_len + tail_pad) % blksize; in brcmf_sdio_txpkt_prep_sg()2085 tail_pad += blksize - chain_pad; in brcmf_sdio_txpkt_prep_sg()2086 if (skb_tailroom(pkt) < tail_pad && pkt->len > blksize) { in brcmf_sdio_txpkt_prep_sg()2087 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2101 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()[all …]
835 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument886 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()