Lines Matching refs:glomd
325 void *glomd; /* Packet containing glomming descriptor */ member
5825 if (bus->glomd) in dhd_bus_stop()
5826 PKTFREE(osh, bus->glomd, 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()
6365 if (bus->glomd) { in dhdsdio_rxglom()
6369 dlen = (uint16)PKTLEN(osh, bus->glomd); in dhdsdio_rxglom()
6370 dptr = PKTDATA(osh, bus->glomd); in dhdsdio_rxglom()
6443 PKTFREE(osh, bus->glomd, FALSE); in dhdsdio_rxglom()
6444 bus->glomd = NULL; in dhdsdio_rxglom()
6883 if (bus->glom || bus->glomd) { in dhdsdio_readframes()
6886 __FUNCTION__, bus->glomd, bus->glom)); in dhdsdio_readframes()
7446 bus->glomd = pkt; in dhdsdio_readframes()