Searched refs:cqe_rx_t (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.h | 350 struct cqe_rx_t *cqe_rx, bool xdp); 370 int nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cqe_rx_t *cqe_rx);
|
H A D | q_struct.h | 171 struct cqe_rx_t { struct 353 struct cqe_rx_t rx_hdr;
|
H A D | nicvf_main.c | 529 struct cqe_rx_t *cqe_rx, struct snd_queue *sq, in nicvf_xdp_rx() 728 struct cqe_rx_t *cqe_rx, in nicvf_set_rxhash() 772 struct cqe_rx_t *cqe_rx, in nicvf_rcv_pkt_handler() 854 struct cqe_rx_t *cq_desc; in nicvf_cq_intr_handler() 875 cq_desc = (struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head); in nicvf_cq_intr_handler() 879 prefetch((struct cqe_rx_t *)GET_CQ_DESC(cq, cqe_head)); in nicvf_cq_intr_handler()
|
H A D | nicvf_queues.c | 1664 struct cqe_rx_t *cqe_rx, bool xdp) in nicvf_get_rcv_skb() 1839 int nicvf_check_cqe_rx_errs(struct nicvf *nic, struct cqe_rx_t *cqe_rx) in nicvf_check_cqe_rx_errs()
|