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

  /src/sys/dev/pci/
if_xge.c 1026 bus_addr_t txdp; local in function:xge_alloc_txmem
1051 txdp = seg.ds_addr;
1054 sc->sc_txdp[i] = txdp;
1056 txdp += (NTXFRAGS * sizeof(struct txd));
if_xge.c 1026 bus_addr_t txdp; local in function:xge_alloc_txmem
1051 txdp = seg.ds_addr;
1054 sc->sc_txdp[i] = txdp;
1056 txdp += (NTXFRAGS * sizeof(struct txd));

Completed in 60 milliseconds