Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h255 struct nicvf *nic;
288 struct nicvf *nic;
321 struct nicvf *nic;
381 int nicvf_set_qset_resources(struct nicvf *);
382 int nicvf_config_data_transfer(struct nicvf *, boolean_t);
383 void nicvf_qset_config(struct nicvf *, boolean_t);
385 void nicvf_enable_intr(struct nicvf *, int, int);
386 void nicvf_disable_intr(struct nicvf *, int, int);
387 void nicvf_clear_intr(struct nicvf *, int, int);
388 int nicvf_is_intr_enabled(struct nicvf *, int, int);
[all …]
H A Dnicvf_main.c123 sizeof(struct nicvf),
132 static int nicvf_allocate_misc_interrupt(struct nicvf *);
133 static int nicvf_enable_misc_interrupt(struct nicvf *);
134 static int nicvf_allocate_net_interrupts(struct nicvf *);
135 static void nicvf_release_all_interrupts(struct nicvf *);
136 static int nicvf_update_hw_max_frs(struct nicvf *, int);
137 static int nicvf_hw_set_mac_addr(struct nicvf *, uint8_t *);
138 static void nicvf_config_cpi(struct nicvf *);
139 static int nicvf_rss_init(struct nicvf *);
140 static int nicvf_init_resources(struct nicvf *);
[all …]
H A Dnicvf_queues.c99 static void nicvf_free_snd_queue(struct nicvf *, struct snd_queue *);
100 static struct mbuf * nicvf_get_rcv_mbuf(struct nicvf *, struct cqe_rx_t *);
101 static void nicvf_sq_disable(struct nicvf *, int);
102 static void nicvf_sq_enable(struct nicvf *, struct snd_queue *, int);
104 static void nicvf_cmp_queue_config(struct nicvf *, struct queue_set *, int,
106 static void nicvf_sq_free_used_descs(struct nicvf *, struct snd_queue *, int);
122 static int nicvf_poll_reg(struct nicvf *nic, int qidx, in nicvf_poll_reg()
157 nicvf_alloc_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem, in nicvf_alloc_q_desc_mem()
228 nicvf_free_q_desc_mem(struct nicvf *nic, struct q_desc_mem *dmem) in nicvf_free_q_desc_mem()
257 nicvf_alloc_rcv_buffer(struct nicvf *nic, struct rbdr *rbdr, in nicvf_alloc_rcv_buffer()
[all …]
H A Dnic.h289 struct nicvf { struct
290 struct nicvf *pnicvf; argument
515 int nicvf_send_msg_to_pf(struct nicvf *vf, union nic_mbx *mbx);