Searched refs:glomd (Results 1 – 1 of 1) sorted by relevance
468 struct sk_buff *glomd; /* Packet containing glomming descriptor */ member1518 bus->glomd, skb_peek(&bus->glom)); in brcmf_sdio_rxglom()1521 if (bus->glomd) { in brcmf_sdio_rxglom()1523 dlen = (u16) (bus->glomd->len); in brcmf_sdio_rxglom()1524 dptr = bus->glomd->data; in brcmf_sdio_rxglom()1587 brcmu_pkt_buf_free_skb(bus->glomd); in brcmf_sdio_rxglom()1588 bus->glomd = NULL; in brcmf_sdio_rxglom()1864 if (bus->glomd || !skb_queue_empty(&bus->glom)) { in brcmf_sdio_readframes()1867 bus->glomd, skb_peek(&bus->glom)); in brcmf_sdio_readframes()2015 bus->glomd = pkt; in brcmf_sdio_readframes()[all …]