Home
last modified time | relevance | path

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

/trueos/sys/dev/bxe/
HDbxe.h751 union cdu_context { union
759 #define ILT_PAGE_CIDS (CDU_ILT_PAGE_SZ / sizeof(union cdu_context))
789 union cdu_context *vcxt;
972 union cdu_context context[MAX_CONTEXT];
HDbxe.c6410 context_size = (sizeof(union cdu_context) * BXE_L2_CID_COUNT(sc)); in bxe_alloc_mem()
6423 (union cdu_context *)sc->context[i].vcxt_dma.vaddr; in bxe_alloc_mem()
17583 if (sizeof(union cdu_context) != 1024) { in bxe_init_hw_common()
17586 (long)sizeof(union cdu_context)); in bxe_init_hw_common()