Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bce/
Dif_bcereg.h6259 #define MB_KERNEL_CTX_SIZE (1 << MB_KERNEL_CTX_SHIFT) macro
6260 #define MB_KERNEL_CTX_MASK (MB_KERNEL_CTX_SIZE - 1)
Dif_bce.c5151 val = 0x10000 + (MAX_CID_CNT * MB_KERNEL_CTX_SIZE); in bce_chipinit()