Home
last modified time | relevance | path

Searched refs:nix_cqe_hdr_s (Results 1 – 2 of 2) sorted by relevance

/linux-5.15/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_struct.h81 struct nix_cqe_hdr_s { struct
168 struct nix_cqe_hdr_s hdr;
174 struct nix_cqe_hdr_s hdr;
A Dotx2_txrx.c21 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe()
23 struct nix_cqe_hdr_s *cqe_hdr; in otx2_get_next_cqe()
25 cqe_hdr = (struct nix_cqe_hdr_s *)CQE_ADDR(cq, cq->cq_head); in otx2_get_next_cqe()