Searched refs:glomd (Results 1 – 1 of 1) sorted by relevance
459 struct sk_buff *glomd; /* Packet containing glomming descriptor */ member1551 bus->glomd, skb_peek(&bus->glom)); in brcmf_sdio_rxglom()1554 if (bus->glomd) { in brcmf_sdio_rxglom()1556 dlen = (u16) (bus->glomd->len); in brcmf_sdio_rxglom()1557 dptr = bus->glomd->data; in brcmf_sdio_rxglom()1620 brcmu_pkt_buf_free_skb(bus->glomd); in brcmf_sdio_rxglom()1621 bus->glomd = NULL; in brcmf_sdio_rxglom()1909 if (bus->glomd || !skb_queue_empty(&bus->glom)) { in brcmf_sdio_readframes()1912 bus->glomd, skb_peek(&bus->glom)); in brcmf_sdio_readframes()2057 bus->glomd = pkt; in brcmf_sdio_readframes()[all …]