Searched refs:ptfeatures (Results 1 – 1 of 1) sorted by relevance
152 uint32_t ptfeatures; member285 uint32_t ptfeatures = 0; in ptnet_attach() local311 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()