Searched refs:tx_desc_base (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dif_ixgb.h263 struct ixgb_tx_desc *tx_desc_base; member in struct:ixgb_softc
H A Dif_ixgb.c215 sc->tx_desc_base = (struct ixgb_tx_desc *) sc->txdma.dma_vaddr;
672 current_tx_desc = &sc->tx_desc_base[i];
1158 bzero((void *)sc->tx_desc_base,
1326 TXD = (struct ixgb_context_desc *) & sc->tx_desc_base[curr_txd];
1376 tx_desc = &sc->tx_desc_base[i];
1400 tx_desc = &sc->tx_desc_base[i];

Completed in 74 milliseconds