Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.h284 struct cmp_queue { struct
350 struct cmp_queue cq[MAX_CMP_QUEUES_PER_QS];
403 int nicvf_check_cqe_rx_errs(struct nicvf *, struct cmp_queue *,
405 int nicvf_check_cqe_tx_errs(struct nicvf *,struct cmp_queue *,
H A Dnicvf_queues.c636 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()
738 struct cmp_queue *cq = &qs->cq[cq_idx]; in nicvf_cq_intr_handler()
880 struct cmp_queue *cq; in nicvf_cmp_task()
884 cq = (struct cmp_queue *)arg; 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()
1373 struct cmp_queue *cq; in nicvf_cmp_queue_config()
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()
H A Dnicvf_main.c1135 struct cmp_queue *cq; in nicvf_intr_handler()
1138 cq = (struct cmp_queue *)arg; in nicvf_intr_handler()