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