Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnic_main.c95 struct nicpf { struct
150 sizeof(struct nicpf),
159 static int nicpf_alloc_res(struct nicpf *);
160 static void nicpf_free_res(struct nicpf *);
161 static void nic_set_lmac_vf_mapping(struct nicpf *);
162 static void nic_init_hw(struct nicpf *);
163 static int nic_sriov_init(device_t, struct nicpf *);
165 static int nic_register_interrupts(struct nicpf *);
166 static void nic_unregister_interrupts(struct nicpf *);
192 struct nicpf *nic; in nicpf_attach()
[all …]