Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/netmap/
H A Dif_ptnet.c152 uint32_t ptfeatures; member
285 uint32_t ptfeatures = 0; in ptnet_attach() local
311 ptfeatures |= PTNETMAP_F_VNET_HDR; in ptnet_attach()
313 bus_write_4(sc->iomem, PTNET_IO_PTFEAT, ptfeatures); /* wanted */ in ptnet_attach()
314 ptfeatures = bus_read_4(sc->iomem, PTNET_IO_PTFEAT); /* acked */ in ptnet_attach()
315 sc->ptfeatures = ptfeatures; in ptnet_attach()
431 if (sc->ptfeatures & PTNETMAP_F_VNET_HDR) { in ptnet_attach()