Lines Matching refs:nicvf

99 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()
306 nicvf_rb_ptr_to_mbuf(struct nicvf *nic, bus_addr_t rb_ptr) in nicvf_rb_ptr_to_mbuf()
334 nicvf_init_rbdr(struct nicvf *nic, struct rbdr *rbdr, int ring_len, in nicvf_init_rbdr()
429 nicvf_free_rbdr(struct nicvf *nic, struct rbdr *rbdr) in nicvf_free_rbdr()
527 struct nicvf *nic; in nicvf_refill_rbdr()
636 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, in nicvf_rcv_pkt_handler()
694 nicvf_snd_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, in nicvf_snd_pkt_handler()
728 nicvf_cq_intr_handler(struct nicvf *nic, uint8_t cq_idx) in nicvf_cq_intr_handler()
844 struct nicvf *nic; in nicvf_qs_err_task()
850 nic = (struct nicvf *)arg; in nicvf_qs_err_task()
881 struct nicvf *nic; in nicvf_cmp_task()
905 nicvf_init_cmp_queue(struct nicvf *nic, struct cmp_queue *cq, int q_len, in nicvf_init_cmp_queue()
944 nicvf_free_cmp_queue(struct nicvf *nic, struct cmp_queue *cq) in nicvf_free_cmp_queue()
985 struct nicvf *nic; in nicvf_xmit_locked()
1018 struct nicvf *nic; in nicvf_snd_task()
1043 nicvf_init_snd_queue(struct nicvf *nic, struct snd_queue *sq, int q_len, in nicvf_init_snd_queue()
1142 nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue()
1203 nicvf_reclaim_snd_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
1216 nicvf_reclaim_rcv_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
1226 nicvf_reclaim_cmp_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_cmp_queue()
1238 nicvf_reclaim_rbdr(struct nicvf *nic, struct rbdr *rbdr, int qidx) in nicvf_reclaim_rbdr()
1289 nicvf_rcv_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rcv_queue_config()
1370 nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_cmp_queue_config()
1407 nicvf_snd_queue_config(struct nicvf *nic, struct queue_set *qs, int qidx, in nicvf_snd_queue_config()
1454 nicvf_rbdr_config(struct nicvf *nic, struct queue_set *qs, int qidx, in nicvf_rbdr_config()
1491 nicvf_qset_config(struct nicvf *nic, boolean_t enable) in nicvf_qset_config()
1521 nicvf_free_resources(struct nicvf *nic) in nicvf_free_resources()
1554 nicvf_alloc_resources(struct nicvf *nic) in nicvf_alloc_resources()
1592 nicvf_set_qset_resources(struct nicvf *nic) in nicvf_set_qset_resources()
1618 nicvf_config_data_transfer(struct nicvf *nic, boolean_t enable) in nicvf_config_data_transfer()
1692 nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable()
1704 nicvf_sq_disable(struct nicvf *nic, int qidx) in nicvf_sq_disable()
1714 nicvf_sq_free_used_descs(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_free_used_descs()
1747 struct nicvf *nic; in nicvf_sq_add_hdr_subdesc()
1978 nicvf_get_rcv_mbuf(struct nicvf *nic, struct cqe_rx_t *cqe_rx) in nicvf_get_rcv_mbuf()
2047 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_enable_intr()
2086 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_disable_intr()
2123 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_clear_intr()
2160 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) in nicvf_is_intr_enabled()
2199 nicvf_update_rq_stats(struct nicvf *nic, int rq_idx) in nicvf_update_rq_stats()
2213 nicvf_update_sq_stats(struct nicvf *nic, int sq_idx) in nicvf_update_sq_stats()
2228 nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_rx_errs()
2319 nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_tx_errs()