Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.h691 union cdu_context { union
699 #define ILT_PAGE_CIDS (CDU_ILT_PAGE_SZ / sizeof(union cdu_context))
729 union cdu_context *vcxt;
H A Dbxe.c6022 context_size = (sizeof(union cdu_context) * BXE_L2_CID_COUNT(sc)); in bxe_alloc_mem()
6035 (union cdu_context *)sc->context[i].vcxt_dma.vaddr; in bxe_alloc_mem()
17366 if (sizeof(union cdu_context) != 1024) { in bxe_init_hw_common()
17369 (long)sizeof(union cdu_context)); in bxe_init_hw_common()