Symbol: NIX_MAX_CTX_SIZE
drivers/net/ethernet/marvell/octeontx2/af/cn20k/struct.h
106
static_assert(sizeof(struct nix_cn20k_sq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/struct.h
151
static_assert(sizeof(struct nix_cn20k_sq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/struct.h
243
static_assert(sizeof(struct nix_cn20k_rq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/struct.h
300
static_assert(sizeof(struct npa_cn20k_aura_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/struct.h
378
static_assert(sizeof(struct npa_cn20k_pool_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1158
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1161
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1164
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1167
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1170
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1173
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1177
memcpy(ctx, &req->rq, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1179
memcpy(ctx, &req->sq, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1181
memcpy(ctx, &req->cq, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1183
memcpy(ctx, &req->rss, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1185
memcpy(ctx, &req->mce, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1187
memcpy(ctx, &req->prof, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1252
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1255
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1258
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1261
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1264
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1267
NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1298
memcpy(&aq_req.cq_mask, &req->cq_mask, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1299
memcpy(&aq_req.cq, &req->cq, NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1318
for (word = 0; word < NIX_MAX_CTX_SIZE / sizeof(u64);
drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c
1326
if (memcmp(&aq_req.cq, &aq_rsp.cq, NIX_MAX_CTX_SIZE))
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
379
static_assert(sizeof(struct nix_cq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
470
static_assert(sizeof(struct nix_cn10k_rq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
535
static_assert(sizeof(struct nix_cn10k_sq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
608
static_assert(sizeof(struct nix_rq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
684
static_assert(sizeof(struct nix_sq_ctx_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
694
static_assert(sizeof(struct nix_rsse_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
709
static_assert(sizeof(struct nix_rx_mce_s) == NIX_MAX_CTX_SIZE);
drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h
795
static_assert(sizeof(struct nix_bandprof_s) == NIX_MAX_CTX_SIZE);