Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/vnic/
HDnic_main.c96 struct nicpf { struct
97 device_t dev;
98 uint8_t node;
99 u_int flags;
100 uint8_t num_vf_en; /* No of VF enabled */
124 static int nicpf_probe(device_t); argument