Searched refs:cmp_queue (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/vnic/ |
| H A D | nicvf_queues.h | 284 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 D | nicvf_queues.c | 637 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, in nicvf_rcv_pkt_handler() 695 nicvf_snd_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, in nicvf_snd_pkt_handler() 739 struct cmp_queue *cq = &qs->cq[cq_idx]; in nicvf_cq_intr_handler() 881 struct cmp_queue *cq; in nicvf_cmp_task() 885 cq = (struct cmp_queue *)arg; in nicvf_cmp_task() 906 nicvf_init_cmp_queue(struct nicvf *nic, struct cmp_queue *cq, int q_len, in nicvf_init_cmp_queue() 945 nicvf_free_cmp_queue(struct nicvf *nic, struct cmp_queue *cq) in nicvf_free_cmp_queue() 1374 struct cmp_queue *cq; in nicvf_cmp_queue_config() 2229 nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_rx_errs() 2320 nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_tx_errs()
|
| H A D | nicvf_main.c | 1135 struct cmp_queue *cq; in nicvf_intr_handler() 1138 cq = (struct cmp_queue *)arg; in nicvf_intr_handler()
|