Lines Matching refs:pfirst
1463 struct sk_buff *pfirst, *pnext; in brcmf_sdio_rxglom() local
1478 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1536 pfirst = pnext = NULL; in brcmf_sdio_rxglom()
1560 pfirst = skb_peek(&bus->glom); in brcmf_sdio_rxglom()
1587 pfirst->data, min_t(int, pfirst->len, 48), in brcmf_sdio_rxglom()
1593 errcode = brcmf_sdio_hdparse(bus, pfirst->data, &rd_new, in brcmf_sdio_rxglom()
1599 skb_pull(pfirst, rd_new.dat_offset); in brcmf_sdio_rxglom()
1634 skb_queue_walk_safe(&bus->glom, pfirst, pnext) { in brcmf_sdio_rxglom()
1635 dptr = (u8 *) (pfirst->data); in brcmf_sdio_rxglom()
1640 dptr, pfirst->len, in brcmf_sdio_rxglom()
1643 __skb_trim(pfirst, sublen); in brcmf_sdio_rxglom()
1644 skb_pull(pfirst, doff); in brcmf_sdio_rxglom()
1646 if (pfirst->len == 0) { in brcmf_sdio_rxglom()
1647 skb_unlink(pfirst, &bus->glom); in brcmf_sdio_rxglom()
1648 brcmu_pkt_buf_free_skb(pfirst); in brcmf_sdio_rxglom()
1653 pfirst->data, in brcmf_sdio_rxglom()
1654 min_t(int, pfirst->len, 32), in brcmf_sdio_rxglom()
1656 bus->glom.qlen, pfirst, pfirst->data, in brcmf_sdio_rxglom()
1657 pfirst->len, pfirst->next, in brcmf_sdio_rxglom()
1658 pfirst->prev); in brcmf_sdio_rxglom()
1659 skb_unlink(pfirst, &bus->glom); in brcmf_sdio_rxglom()
1661 brcmf_rx_event(bus->sdiodev->dev, pfirst); in brcmf_sdio_rxglom()
1663 brcmf_rx_frame(bus->sdiodev->dev, pfirst, in brcmf_sdio_rxglom()