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

  /src/sys/dev/pci/
if_txp.c 927 KASSERT(txd->tx_addrlo < TX_ENTRIES);
928 sd = &sc->sc_txd[txd->tx_addrlo];
937 txd->tx_addrlo = 0;
1528 txd->tx_addrlo = txp_txd_idx(sc, sd);
1960 txd->tx_addrlo, txd->tx_addrhi, txd->tx_pflags);
if_txpreg.h 229 volatile u_int32_t tx_addrlo; /* virt addr low word */ member in struct:txp_tx_desc

Completed in 77 milliseconds