Searched refs:head_pad (Results 1 – 1 of 1) sorted by relevance
2086 u16 head_pad; in brcmf_sdio_txpkt_hdalign() local2092 head_pad = ((unsigned long)dat_buf % bus->head_align); in brcmf_sdio_txpkt_hdalign()2093 if (head_pad) { in brcmf_sdio_txpkt_hdalign()2094 if (skb_headroom(pkt) < head_pad) { in brcmf_sdio_txpkt_hdalign()2097 if (skb_cow_head(pkt, head_pad)) { in brcmf_sdio_txpkt_hdalign()2101 head_pad = 0; in brcmf_sdio_txpkt_hdalign()2103 skb_push(pkt, head_pad); in brcmf_sdio_txpkt_hdalign()2106 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()2107 return head_pad; in brcmf_sdio_txpkt_hdalign()2191 u16 head_pad, total_len; in brcmf_sdio_txpkt_prep() local[all …]