Searched refs:tail_pad (Results 1 – 2 of 2) sorted by relevance
400 u16 tail_pad; member1500 hdrval = (u16)hd_info->tail_pad << 16; in brcmf_sdio_hdpack()2126 u16 tail_pad, tail_chop, chain_pad; in brcmf_sdio_txpkt_prep_sg() local2138 tail_pad = 0; in brcmf_sdio_txpkt_prep_sg()2141 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()2142 chain_pad = (total_len + tail_pad) % blksize; in brcmf_sdio_txpkt_prep_sg()2144 tail_pad += blksize - chain_pad; in brcmf_sdio_txpkt_prep_sg()2145 if (skb_tailroom(pkt) < tail_pad && pkt->len > blksize) { in brcmf_sdio_txpkt_prep_sg()2146 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()2160 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()[all …]
839 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument890 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()