HomeSort by: relevance | last modified time | path
    Searched defs:req_features (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_vioif.c 464 uint64_t features, req_features; local in function:vioif_attach
505 req_features =
508 req_features |= VIRTIO_F_RING_EVENT_IDX;
509 req_features |= VIRTIO_NET_F_CTRL_MAC_ADDR;
511 req_features |= VIRTIO_NET_F_MQ;
515 req_features, VIRTIO_NET_FLAG_BITS);
if_vioif.c 464 uint64_t features, req_features; local in function:vioif_attach
505 req_features =
508 req_features |= VIRTIO_F_RING_EVENT_IDX;
509 req_features |= VIRTIO_NET_F_CTRL_MAC_ADDR;
511 req_features |= VIRTIO_NET_F_MQ;
515 req_features, VIRTIO_NET_FLAG_BITS);
if_vioif.c 464 uint64_t features, req_features; local in function:vioif_attach
505 req_features =
508 req_features |= VIRTIO_F_RING_EVENT_IDX;
509 req_features |= VIRTIO_NET_F_CTRL_MAC_ADDR;
511 req_features |= VIRTIO_NET_F_MQ;
515 req_features, VIRTIO_NET_FLAG_BITS);

Completed in 111 milliseconds