Home
last modified time | relevance | path

Searched refs:tail_pad (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c397 u16 tail_pad; member
1443 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() local
2079 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 …]
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c835 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument
886 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()