Searched refs:head_pad (Results 1 – 2 of 2) sorted by relevance
2087 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local2093 head_pad = ((unsigned long)dat_buf % bus->head_align); in brcmf_sdio_txpkt_hdalign()2094 if (head_pad) { in brcmf_sdio_txpkt_hdalign()2095 if (skb_headroom(pkt) < head_pad) { in brcmf_sdio_txpkt_hdalign()2098 if (skb_cow_head(pkt, head_pad)) { in brcmf_sdio_txpkt_hdalign()2102 head_pad = 0; in brcmf_sdio_txpkt_hdalign()2104 skb_push(pkt, head_pad); in brcmf_sdio_txpkt_hdalign()2107 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()2108 return head_pad; in brcmf_sdio_txpkt_hdalign()2192 u16 head_pad, total_len; in brcmf_sdio_txpkt_prep() local[all …]
839 int head_pad, int tail_pad) in mwl8k_add_dma_header() argument871 reqd_hdrlen = sizeof(*tr) + head_pad; in mwl8k_add_dma_header()900 int head_pad = 0; in mwl8k_encapsulate_tx_frame() local921 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()