Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h429 union cdu_context { union
437 #define ILT_PAGE_CIDS (CDU_ILT_PAGE_SZ / sizeof(union cdu_context))
467 union cdu_context *vcxt;
H A Dbnx2x.c2442 context_size = (sizeof(union cdu_context) * BNX2X_L2_CID_COUNT(sc)); in bnx2x_alloc_mem()
2456 (union cdu_context *)sc->context[i].vcxt_dma.vaddr; in bnx2x_alloc_mem()
10494 if (sizeof(union cdu_context) != 1024) {
10498 (long)sizeof(union cdu_context));