Home
last modified time | relevance | path

Searched refs:cqe_rx_t (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h353 struct cqe_rx_t *cqe_rx, bool xdp);
375 int nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cqe_rx_t *cqe_rx);
Dq_struct.h174 struct cqe_rx_t { struct
356 struct cqe_rx_t rx_hdr;
Dnicvf_main.c510 struct cqe_rx_t *cqe_rx, struct snd_queue *sq, in nicvf_xdp_rx()
710 struct cqe_rx_t *cqe_rx, in nicvf_set_rxhash()
754 struct cqe_rx_t *cqe_rx, in nicvf_rcv_pkt_handler()
836 struct cqe_rx_t *cq_desc; in nicvf_cq_intr_handler()
857 cq_desc = (struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head); in nicvf_cq_intr_handler()
861 prefetch((struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head)); in nicvf_cq_intr_handler()
Dnicvf_queues.c1668 struct cqe_rx_t *cqe_rx, bool xdp) in nicvf_get_rcv_skb()
1843 int nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cqe_rx_t *cqe_rx) in nicvf_check_cqe_rx_errs()