Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c1482 struct sk_buff *pfirst, *pnext; in brcmf_sdio_rxglom() local
1497 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1555 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1579 pfirst = skb_peek(&bus->glom); in brcmf_sdio_rxglom()
1606 pfirst->data, min_t(int, pfirst->len, 48), in brcmf_sdio_rxglom()
1612 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom()
1618 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom()
1652 skb_queue_walk_safe(&bus->glom, pfirst, pnext) { in brcmf_sdio_rxglom()
1653 dptr = (u8 *) (pfirst->data); in brcmf_sdio_rxglom()
1658 dptr, pfirst->len, in brcmf_sdio_rxglom()
[all …]