Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c398 u16 tail_pad; member
1498 hdrval = (u16)hd_info->tail_pad << 16; in brcmf_sdio_hdpack()
2124 u16 tail_pad, tail_chop, chain_pad; in brcmf_sdio_txpkt_prep_sg() local
2136 tail_pad = 0; in brcmf_sdio_txpkt_prep_sg()
2139 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()
2140 chain_pad = (total_len + tail_pad) % blksize; in brcmf_sdio_txpkt_prep_sg()
2142 tail_pad += blksize - chain_pad; in brcmf_sdio_txpkt_prep_sg()
2143 if (skb_tailroom(pkt) < tail_pad && pkt->len > blksize) { in brcmf_sdio_txpkt_prep_sg()
2144 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()
2158 skb_trim(pkt_pad, tail_pad + tail_chop); in brcmf_sdio_txpkt_prep_sg()
[all …]
/linux-6.12.1/drivers/net/wireless/marvell/
Dmwl8k.c844 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument
895 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()