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

  /src/sys/dev/ic/
malo.c 91 uint32_t physnext; /* DMA address of next control block */ member in struct:malo_rx_desc
117 uint32_t physnext; /* DMA address of next control block */ member in struct:malo_tx_desc
651 desc->physnext = htole32(ring->physaddr +
766 ring->desc[i].physnext = htole32(ring->physaddr +
1538 "physdata=0x%04x, physnext=0x%04x, qosctrl=%02x, res2=%d\n",
1543 le32toh(desc->physnext), desc->qosctrl, desc->reserved2);
1631 rxRdPtr = le32toh(desc->physnext);

Completed in 12 milliseconds