Lines Matching refs:glomd
327 void *glomd; /* Packet containing glomming descriptor */ member
5581 if (bus->glomd) in dhd_bus_stop()
5582 PKTFREE(osh, bus->glomd, 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()
6059 if (bus->glomd) { in dhdsdio_rxglom()
6063 dlen = (uint16)PKTLEN(osh, bus->glomd); in dhdsdio_rxglom()
6064 dptr = PKTDATA(osh, bus->glomd); in dhdsdio_rxglom()
6137 PKTFREE(osh, bus->glomd, FALSE); in dhdsdio_rxglom()
6138 bus->glomd = NULL; in dhdsdio_rxglom()
6576 if (bus->glom || bus->glomd) {
6579 __FUNCTION__, bus->glomd, bus->glom));
7122 bus->glomd = pkt;