HomeSort by: relevance | last modified time | path
    Searched defs:txstore (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/cobalt/stand/boot/
tlp.c 141 uint8_t txstore[TLP_SETUPLEN]; member in struct:local
184 DPRINTF(("tlp: txstore = %p, rxstore[0] = %p, rxstore[1] = %p\n",
185 l->txstore, l->rxstore[0], l->rxstore[1]));
259 p = l->txstore;
274 txd->xd2 = htole32(VTOPHYS(l->txstore));
tlp.c 141 uint8_t txstore[TLP_SETUPLEN]; member in struct:local
184 DPRINTF(("tlp: txstore = %p, rxstore[0] = %p, rxstore[1] = %p\n",
185 l->txstore, l->rxstore[0], l->rxstore[1]));
259 p = l->txstore;
274 txd->xd2 = htole32(VTOPHYS(l->txstore));

Completed in 22 milliseconds