Searched refs:cqe_rx_t (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_queues.h | 353 struct cqe_rx_t *cqe_rx, bool xdp); 375 int nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cqe_rx_t *cqe_rx);
|
D | q_struct.h | 174 struct cqe_rx_t { struct 356 struct cqe_rx_t rx_hdr;
|
D | nicvf_main.c | 510 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()
|
D | nicvf_queues.c | 1668 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()
|