Lines Matching refs:glom
328 void *glom; /* Packet chain for glommed superframe */ member
5584 if (bus->glom) in dhd_bus_stop()
5585 PKTFREE(osh, bus->glom, FALSE); in dhd_bus_stop()
5587 bus->glom = bus->glomd = NULL; in dhd_bus_stop()
6056 DHD_TRACE(("dhdsdio_rxglom: start: glomd %p glom %p\n", bus->glomd, bus->glom)); in dhdsdio_rxglom()
6127 bus->glom = pfirst; in dhdsdio_rxglom()
6132 bus->glom = NULL; in dhdsdio_rxglom()
6145 if (bus->glom) { in dhdsdio_rxglom()
6148 for (pnext = bus->glom; pnext; pnext = PKTNEXT(osh, pnext)) { in dhdsdio_rxglom()
6155 pfirst = bus->glom; in dhdsdio_rxglom()
6199 PKTFREE(osh, bus->glom, FALSE); in dhdsdio_rxglom()
6202 bus->glom = NULL; in dhdsdio_rxglom()
6321 PKTFREE(osh, bus->glom, FALSE); in dhdsdio_rxglom()
6324 bus->glom = NULL; in dhdsdio_rxglom()
6331 bus->glom = NULL; in dhdsdio_rxglom()
6576 if (bus->glom || bus->glomd) {
6579 __FUNCTION__, bus->glomd, bus->glom));