Searched refs:head_pad (Results 1 – 2 of 2) sorted by relevance
2085 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local2092 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()2106 return head_pad; in brcmf_sdio_txpkt_hdalign()2190 u16 head_pad, total_len; in brcmf_sdio_txpkt_prep() local2211 head_pad = (u16)ret; in brcmf_sdio_txpkt_prep()2212 if (head_pad) in brcmf_sdio_txpkt_prep()[all …]
844 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument876 reqd_hdrlen = sizeof(*tr) + head_pad; in mwl8k_add_dma_header()905 int head_pad = 0; in mwl8k_encapsulate_tx_frame() local926 head_pad = key_conf->iv_len; in mwl8k_encapsulate_tx_frame()940 mwl8k_add_dma_header(priv, skb, head_pad, data_pad); in mwl8k_encapsulate_tx_frame()