Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c2028 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local
2034 head_pad = ((unsigned long)dat_buf % bus->head_align); in brcmf_sdio_txpkt_hdalign()
2035 if (head_pad) { in brcmf_sdio_txpkt_hdalign()
2036 if (skb_headroom(pkt) < head_pad) { in brcmf_sdio_txpkt_hdalign()
2039 if (skb_cow_head(pkt, head_pad)) { in brcmf_sdio_txpkt_hdalign()
2043 head_pad = 0; in brcmf_sdio_txpkt_hdalign()
2045 skb_push(pkt, head_pad); in brcmf_sdio_txpkt_hdalign()
2048 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2049 return head_pad; in brcmf_sdio_txpkt_hdalign()
2133 u16 head_pad, total_len; in brcmf_sdio_txpkt_prep() local
[all …]
/Linux-v4.19/drivers/net/wireless/marvell/
Dmwl8k.c835 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument
867 reqd_hdrlen = sizeof(*tr) + head_pad; in mwl8k_add_dma_header()
896 int head_pad = 0; in mwl8k_encapsulate_tx_frame() local
917 head_pad = key_conf->iv_len; in mwl8k_encapsulate_tx_frame()
931 mwl8k_add_dma_header(priv, skb, head_pad, data_pad); in mwl8k_encapsulate_tx_frame()