Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_struct.h81 struct nix_cqe_hdr_s { struct
168 struct nix_cqe_hdr_s hdr;
174 struct nix_cqe_hdr_s hdr;
H A Dotx2_txrx.c60 static struct nix_cqe_hdr_s *otx2_get_next_cqe(struct otx2_cq_queue *cq) in otx2_get_next_cqe()
62 struct nix_cqe_hdr_s *cqe_hdr; in otx2_get_next_cqe()
64 cqe_hdr = (struct nix_cqe_hdr_s *)CQE_ADDR(cq, cq->cq_head); in otx2_get_next_cqe()