Searched refs:cmp_queue (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/sys/dev/vnic/ |
| H A D | nicvf_queues.h | 286 struct cmp_queue { struct 352 struct cmp_queue cq[MAX_CMP_QUEUES_PER_QS]; 405 int nicvf_check_cqe_rx_errs(struct nicvf *, struct cmp_queue *, 407 int nicvf_check_cqe_tx_errs(struct nicvf *,struct cmp_queue *,
|
| H A D | nicvf_queues.c | 640 nicvf_rcv_pkt_handler(struct nicvf *nic, struct cmp_queue *cq, in nicvf_rcv_pkt_handler() 698 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() 879 struct cmp_queue *cq; in nicvf_cmp_task() 883 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() 2224 nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_rx_errs() 2315 nicvf_check_cqe_tx_errs(struct nicvf *nic, struct cmp_queue *cq, in nicvf_check_cqe_tx_errs()
|
| H A D | nicvf_main.c | 1155 struct cmp_queue *cq; in nicvf_intr_handler() 1158 cq = (struct cmp_queue *)arg; in nicvf_intr_handler()
|