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

  /src/sys/dev/ic/
elinkxl.c 1289 struct ex_txdesc *txp, *ptxp = NULL; local in function:ex_intr
1311 ptxp = txp;
1319 sc->tx_ftail = ptxp;
  /src/sys/dev/marvell/
gtmpsc.c 1127 gtmpsc_polltx_t *vtxp, *ptxp, *first_ptxp; local in function:gtmpsc_txdesc_init
1131 first_ptxp = ptxp =
1138 dp->sdma_bufp = (uint32_t)&ptxp->txbuf;
1140 ptxp++;
1141 dp->sdma_next = (uint32_t)&ptxp->txdesc;
1146 dp->sdma_bufp = (uint32_t)&ptxp->txbuf;

Completed in 47 milliseconds