Searched refs:head_pad (Results 1 – 1 of 1) 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 …]