Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c1852 u8 head_read = 0; in brcmf_sdio_readframes() local
1918 head_read = BRCMF_FIRSTREAD; in brcmf_sdio_readframes()
1923 pkt = brcmu_pkt_buf_get_skb(rd->len_left + head_read + in brcmf_sdio_readframes()
1933 skb_pull(pkt, head_read); in brcmf_sdio_readframes()
1951 if (head_read) { in brcmf_sdio_readframes()
1952 skb_push(pkt, head_read); in brcmf_sdio_readframes()
1953 memcpy(pkt->data, bus->rxhdr, head_read); in brcmf_sdio_readframes()
1954 head_read = 0; in brcmf_sdio_readframes()