Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c1863 u8 head_read = 0; in brcmf_sdio_readframes() local
1929 head_read = BRCMF_FIRSTREAD; in brcmf_sdio_readframes()
1934 pkt = brcmu_pkt_buf_get_skb(rd->len_left + head_read + in brcmf_sdio_readframes()
1944 skb_pull(pkt, head_read); in brcmf_sdio_readframes()
1962 if (head_read) { in brcmf_sdio_readframes()
1963 skb_push(pkt, head_read); in brcmf_sdio_readframes()
1964 memcpy(pkt->data, bus->rxhdr, head_read); in brcmf_sdio_readframes()
1965 head_read = 0; in brcmf_sdio_readframes()