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

  /src/sys/dev/pci/
if_txp.c 1110 sc->sc_cmdring.base = (struct txp_cmd_desc *)sc->sc_cmdring_dma.dma_vaddr;
1111 sc->sc_cmdring.size = CMD_ENTRIES * sizeof(struct txp_cmd_desc);
1112 sc->sc_cmdring.lastwrite = 0;
1656 idx = sc->sc_cmdring.lastwrite;
1657 cmd = (struct txp_cmd_desc *)(((uint8_t *)sc->sc_cmdring.base) + idx);
1671 if (idx == sc->sc_cmdring.size)
1675 ext = (struct txp_ext_desc *)(((uint8_t *)sc->sc_cmdring.base) + idx);
1679 if (idx == sc->sc_cmdring.size)
1683 sc->sc_cmdring.lastwrite = idx;
1685 WRITE_REG(sc, TXP_H2A_2, sc->sc_cmdring.lastwrite)
    [all...]
if_txpreg.h 578 struct txp_cmd_ring sc_cmdring; member in struct:txp_softc

Completed in 35 milliseconds