Home
last modified time | relevance | path

Searched refs:tail_pad (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c400 u16 tail_pad; member
1487 hdrval = (u16)hd_info->tail_pad << 16; in brcmf_sdio_hdpack()
2113 u16 tail_pad, tail_chop, chain_pad; in brcmf_sdio_txpkt_prep_sg() local
2125 tail_pad = 0; in brcmf_sdio_txpkt_prep_sg()
2128 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()
2129 chain_pad = (total_len + tail_pad) % blksize; in brcmf_sdio_txpkt_prep_sg()
2131 tail_pad += blksize - chain_pad; in brcmf_sdio_txpkt_prep_sg()
2132 if (skb_tailroom(pkt) < tail_pad && pkt->len > blksize) { in brcmf_sdio_txpkt_prep_sg()
2133 pkt_pad = brcmu_pkt_buf_get_skb(tail_pad + tail_chop + in brcmf_sdio_txpkt_prep_sg()
2147 skb_trim(pkt_pad, tail_pad in brcmf_sdio_txpkt_prep_sg()
2256 u16 tail_pad; brcmf_sdio_txpkt_postp() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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 in brcmf_sdio_txpkt_prep_sg()
2267 u16 tail_pad; brcmf_sdio_txpkt_postp() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/
H A Dmwl8k.c838 int head_pad, int tail_pad) in mwl8k_add_dma_header()
889 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()
837 mwl8k_add_dma_header(struct mwl8k_priv *priv, struct sk_buff *skb, int head_pad, int tail_pad) mwl8k_add_dma_header() argument
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/
H A Dmwl8k.c839 int head_pad, int tail_pad) in mwl8k_add_dma_header()
890 tr->fwlen = cpu_to_le16(skb->len - sizeof(*tr) + tail_pad); in mwl8k_add_dma_header()
838 mwl8k_add_dma_header(struct mwl8k_priv *priv, struct sk_buff *skb, int head_pad, int tail_pad) mwl8k_add_dma_header() argument

Completed in 41 milliseconds