Searched refs:pfirst (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | sdio.c | 1540 struct sk_buff *pfirst, *pnext; in brcmf_sdio_rxglom() local 1555 pfirst = pnext = NULL; in brcmf_sdio_rxglom() 1613 pfirst = pnext = NULL; in brcmf_sdio_rxglom() 1637 pfirst = skb_peek(&bus->glom); in brcmf_sdio_rxglom() 1669 pfirst->data, min_t(int, pfirst->len, 48), in brcmf_sdio_rxglom() 1675 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom() 1681 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom() 1709 skb_push(pfirst, sfdoff); in brcmf_sdio_rxglom() 1724 skb_queue_walk_safe(&bus->glom, pfirst, pnext) { in brcmf_sdio_rxglom() 1725 dptr = (u8 *) (pfirst->data); in brcmf_sdio_rxglom() [all …]
|