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()
839 struct nicvf *nic; in nicvf_qs_err_task()
845 nic = (struct nicvf *)arg; in nicvf_qs_err_task()
876 struct nicvf *nic; in nicvf_cmp_task()
900 nicvf_init_cmp_queue(struct nicvf *nic, struct cmp_queue *cq, int q_len, in nicvf_init_cmp_queue()
939 nicvf_free_cmp_queue(struct nicvf *nic, struct cmp_queue *cq) in nicvf_free_cmp_queue()
980 struct nicvf *nic; in nicvf_xmit_locked()
1013 struct nicvf *nic; in nicvf_snd_task()
1038 nicvf_init_snd_queue(struct nicvf *nic, struct snd_queue *sq, int q_len, in nicvf_init_snd_queue()
1137 nicvf_free_snd_queue(struct nicvf *nic, struct snd_queue *sq) in nicvf_free_snd_queue()
1198 nicvf_reclaim_snd_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_snd_queue()
1211 nicvf_reclaim_rcv_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_rcv_queue()
1221 nicvf_reclaim_cmp_queue(struct nicvf *nic, struct queue_set *qs, int qidx) in nicvf_reclaim_cmp_queue()
1233 nicvf_reclaim_rbdr(struct nicvf *nic, struct rbdr *rbdr, int qidx) in nicvf_reclaim_rbdr()
1284 nicvf_rcv_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_rcv_queue_config()
1365 nicvf_cmp_queue_config(struct nicvf *nic, struct queue_set *qs, in nicvf_cmp_queue_config()
1402 nicvf_snd_queue_config(struct nicvf *nic, struct queue_set *qs, int qidx, in nicvf_snd_queue_config()
1449 nicvf_rbdr_config(struct nicvf *nic, struct queue_set *qs, int qidx, in nicvf_rbdr_config()
1486 nicvf_qset_config(struct nicvf *nic, boolean_t enable) in nicvf_qset_config()
1516 nicvf_free_resources(struct nicvf *nic) in nicvf_free_resources()
1549 nicvf_alloc_resources(struct nicvf *nic) in nicvf_alloc_resources()
1587 nicvf_set_qset_resources(struct nicvf *nic) in nicvf_set_qset_resources()
1613 nicvf_config_data_transfer(struct nicvf *nic, boolean_t enable) in nicvf_config_data_transfer()
1687 nicvf_sq_enable(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_enable()
1699 nicvf_sq_disable(struct nicvf *nic, int qidx) in nicvf_sq_disable()
1709 nicvf_sq_free_used_descs(struct nicvf *nic, struct snd_queue *sq, int qidx) in nicvf_sq_free_used_descs()
1742 struct nicvf *nic; in nicvf_sq_add_hdr_subdesc()
1973 nicvf_get_rcv_mbuf(struct nicvf *nic, struct cqe_rx_t *cqe_rx) in nicvf_get_rcv_mbuf()
2042 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_enable_intr()
2081 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_disable_intr()
2118 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_clear_intr()
2155 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) in nicvf_is_intr_enabled()
2194 nicvf_update_rq_stats(struct nicvf *nic, int rq_idx) in nicvf_update_rq_stats()
2208 nicvf_update_sq_stats(struct nicvf *nic, int sq_idx) in nicvf_update_sq_stats()
2223 nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_rx_errs()
2314 nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_tx_errs()