Home
last modified time | relevance | path

Searched defs:igc_txring (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/pci/
H A Dif_igc.h260 struct igc_txring { struct
261 struct igc_softc *sc;
262 struct ifqueue *ifq;
263 uint32_t me;
264 uint32_t watchdog_timer;
265 union igc_adv_tx_desc *tx_base;
266 struct igc_tx_buf *tx_buffers;
267 struct igc_dma_alloc txdma;
268 uint32_t next_avail_desc;
269 uint32_t next_to_clean;
[all …]