Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2074 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local
2080 head_pad = ((unsigned long)dat_buf % bus->head_align); in brcmf_sdio_txpkt_hdalign()
2081 if (head_pad) { in brcmf_sdio_txpkt_hdalign()
2082 if (skb_headroom(pkt) < head_pad) { in brcmf_sdio_txpkt_hdalign()
2085 if (skb_cow_head(pkt, head_pad)) { in brcmf_sdio_txpkt_hdalign()
2089 head_pad = 0; in brcmf_sdio_txpkt_hdalign()
2091 skb_push(pkt, head_pad); in brcmf_sdio_txpkt_hdalign()
2094 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2095 return head_pad; in brcmf_sdio_txpkt_hdalign()
2179 u16 head_pad, total_le in brcmf_sdio_txpkt_prep() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2085 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local
2091 head_pad = ((unsigned long)dat_buf % bus->head_align); in brcmf_sdio_txpkt_hdalign()
2092 if (head_pad) { in brcmf_sdio_txpkt_hdalign()
2093 if (skb_headroom(pkt) < head_pad) { in brcmf_sdio_txpkt_hdalign()
2096 if (skb_cow_head(pkt, head_pad)) { in brcmf_sdio_txpkt_hdalign()
2100 head_pad = 0; in brcmf_sdio_txpkt_hdalign()
2102 skb_push(pkt, head_pad); in brcmf_sdio_txpkt_hdalign()
2105 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2106 return head_pad; in brcmf_sdio_txpkt_hdalign()
2190 u16 head_pad, total_le in brcmf_sdio_txpkt_prep() 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()
870 reqd_hdrlen = sizeof(*tr) + head_pad; in mwl8k_add_dma_header()
899 int head_pad = 0; in mwl8k_encapsulate_tx_frame() local
920 head_pad = key_conf->iv_len; in mwl8k_encapsulate_tx_frame()
934 mwl8k_add_dma_header(priv, skb, head_pad, data_pad); in mwl8k_encapsulate_tx_frame()
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()
871 reqd_hdrlen = sizeof(*tr) + head_pad; in mwl8k_add_dma_header()
900 int head_pad = 0; in mwl8k_encapsulate_tx_frame() local
921 head_pad = key_conf->iv_len; in mwl8k_encapsulate_tx_frame()
935 mwl8k_add_dma_header(priv, skb, head_pad, data_pad); in mwl8k_encapsulate_tx_frame()
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 25 milliseconds