Home | History | Annotate | Download | only in sys

Lines Matching refs:dataptr

195 	uint8		*dataptr;		/* Aligned pointer into databuf */
2828 } else if (bus->dataptr) {
2831 F2SYNC, bus->dataptr,
2833 sublen = (uint16)pktfrombuf(osh, pfirst, 0, dlen, bus->dataptr);
4751 bus->dataptr = bus->databuf + (DHD_SDALIGN - ((uintptr)bus->databuf % DHD_SDALIGN));
4753 bus->dataptr = bus->databuf;