Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_struct.h339 struct nix_cq_ctx_s { struct
H A Drvu_nix.c1157 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1174 memcpy(ctx, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1251 sizeof(struct nix_cq_ctx_s)); in rvu_nix_blk_aq_enq_inst()
1291 memcpy(&aq_req.cq_mask, &req->cq_mask, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1292 memcpy(&aq_req.cq, &req->cq, sizeof(struct nix_cq_ctx_s)); in rvu_nix_verify_aq_ctx()
1311 for (word = 0; word < sizeof(struct nix_cq_ctx_s) / sizeof(u64); in rvu_nix_verify_aq_ctx()
1319 if (memcmp(&aq_req.cq, &aq_rsp.cq, sizeof(struct nix_cq_ctx_s))) in rvu_nix_verify_aq_ctx()