Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/bxe/
Dbxe.h730 union cdu_context { union
738 #define ILT_PAGE_CIDS (CDU_ILT_PAGE_SZ / sizeof(union cdu_context))
768 union cdu_context *vcxt;
Dbxe.c6084 context_size = (sizeof(union cdu_context) * BXE_L2_CID_COUNT(sc)); in bxe_alloc_mem()
6097 (union cdu_context *)sc->context[i].vcxt_dma.vaddr; in bxe_alloc_mem()
17493 if (sizeof(union cdu_context) != 1024) { in bxe_init_hw_common()
17496 (long)sizeof(union cdu_context)); in bxe_init_hw_common()