Searched defs:nicpf (Results 1 – 1 of 1) sorted by relevance
95 struct nicpf { struct96 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