Home
last modified time | relevance | path

Searched defs:nicpf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnic_main.c95 struct nicpf { struct
96 device_t dev;
97 uint8_t node;
98 u_int flags;
99 uint8_t num_vf_en; /* No of VF enabled */
123 static int nicpf_probe(device_t); argument