Lines Matching refs:glom
326 void *glom; /* Packet chain for glommed superframe */ member
5828 if (bus->glom) in dhd_bus_stop()
5829 PKTFREE(osh, bus->glom, FALSE); in dhd_bus_stop()
5831 bus->glom = bus->glomd = NULL; in dhd_bus_stop()
6362 DHD_TRACE(("dhdsdio_rxglom: start: glomd %p glom %p\n", bus->glomd, bus->glom)); in dhdsdio_rxglom()
6433 bus->glom = pfirst; in dhdsdio_rxglom()
6438 bus->glom = NULL; in dhdsdio_rxglom()
6451 if (bus->glom) { in dhdsdio_rxglom()
6454 for (pnext = bus->glom; pnext; pnext = PKTNEXT(osh, pnext)) { in dhdsdio_rxglom()
6461 pfirst = bus->glom; in dhdsdio_rxglom()
6505 PKTFREE(osh, bus->glom, FALSE); in dhdsdio_rxglom()
6508 bus->glom = NULL; in dhdsdio_rxglom()
6627 PKTFREE(osh, bus->glom, FALSE); in dhdsdio_rxglom()
6630 bus->glom = NULL; in dhdsdio_rxglom()
6637 bus->glom = NULL; in dhdsdio_rxglom()
6883 if (bus->glom || bus->glomd) { in dhdsdio_readframes()
6886 __FUNCTION__, bus->glomd, bus->glom)); in dhdsdio_readframes()