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

  /src/sys/dev/pci/
if_txp.c 912 struct txp_tx_desc *txd = r->r_desc + cons;
921 cons * sizeof(struct txp_tx_desc),
922 sizeof(struct txp_tx_desc),
1010 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
1016 sizeof(struct txp_tx_desc) * TX_ENTRIES);
1021 boot->br_txhipri_siz = htole32(TX_ENTRIES * sizeof(struct txp_tx_desc));
1024 (struct txp_tx_desc *)sc->sc_txhiring_dma.dma_vaddr;
1041 if (txp_dma_malloc(sc, sizeof(struct txp_tx_desc) * TX_ENTRIES,
1047 sizeof(struct txp_tx_desc) * TX_ENTRIES);
1052 boot->br_txlopri_siz = htole32(TX_ENTRIES * sizeof(struct txp_tx_desc));
    [all...]
if_txpreg.h 225 struct txp_tx_desc { struct
551 struct txp_tx_desc *r_desc; /* base address of descs */

Completed in 15 milliseconds