Searched refs:ti_ring_data (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_tireg.h | 1011 struct ti_ring_data { struct 1031 #define TI_CDOFF(x) offsetof(struct ti_ring_data, x) argument 1098 struct ti_ring_data *ti_rdata; /* rings */
|
| D | if_ti.c | 1740 sizeof(struct ti_ring_data), PAGE_SIZE, 0, &dmaseg, 1, &dmanseg, in ti_attach() 1748 sizeof(struct ti_ring_data), (void **)&sc->ti_rdata, in ti_attach() 1756 sizeof(struct ti_ring_data), 1, in ti_attach() 1757 sizeof(struct ti_ring_data), 0, BUS_DMA_NOWAIT, in ti_attach() 1765 sc->ti_rdata, sizeof(struct ti_ring_data), NULL, in ti_attach() 1774 memset(sc->ti_rdata, 0, sizeof(struct ti_ring_data)); in ti_attach()
|