Home
last modified time | relevance | path

Searched refs:ptfeatures (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dif_ptnet.c150 uint32_t ptfeatures; member
283 uint32_t ptfeatures = 0; in ptnet_attach() local
309 ptfeatures |= PTNETMAP_F_VNET_HDR; in ptnet_attach()
311 bus_write_4(sc->iomem, PTNET_IO_PTFEAT, ptfeatures); /* wanted */ in ptnet_attach()
312 ptfeatures = bus_read_4(sc->iomem, PTNET_IO_PTFEAT); /* acked */ in ptnet_attach()
313 sc->ptfeatures = ptfeatures; in ptnet_attach()
429 if (sc->ptfeatures & PTNETMAP_F_VNET_HDR) { in ptnet_attach()