Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c1865 u8 head_read = 0; in brcmf_sdio_readframes() local
1931 head_read = BRCMF_FIRSTREAD; in brcmf_sdio_readframes()
1936 pkt = brcmu_pkt_buf_get_skb(rd->len_left + head_read + in brcmf_sdio_readframes()
1946 skb_pull(pkt, head_read); in brcmf_sdio_readframes()
1964 if (head_read) { in brcmf_sdio_readframes()
1965 skb_push(pkt, head_read); in brcmf_sdio_readframes()
1966 memcpy(pkt->data, bus->rxhdr, head_read); in brcmf_sdio_readframes()
1967 head_read = 0; in brcmf_sdio_readframes()