Searched refs:vtnet_features (Results 1 – 2 of 2) sorted by relevance
829 sc->vtnet_features = negotiated_features; in vtnet_negotiate_features()839 sc->vtnet_features = negotiated_features; in vtnet_negotiate_features()1540 if (reinit || (update && (sc->vtnet_features & in vtnet_ioctl_ifcap()3338 sc->vtnet_features = features; in vtnet_virtio_reinit()3466 features = sc->vtnet_features; in vtnet_update_rx_offloads()3489 sc->vtnet_features = features; in vtnet_update_rx_offloads()3739 MPASS(sc->vtnet_features & VIRTIO_NET_F_CTRL_GUEST_OFFLOADS); in vtnet_ctrl_guest_offloads()3866 if ((sc->vtnet_features & VIRTIO_NET_F_GUEST_ANNOUNCE) == 0 || in vtnet_announce_pending()3867 (sc->vtnet_features & VIRTIO_NET_F_CTRL_VQ) == 0 || in vtnet_announce_pending()3868 (sc->vtnet_features & VIRTIO_NET_F_STATUS) == 0) in vtnet_announce_pending()[all …]
145 uint64_t vtnet_features; member