Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dbnx2.h3921 #define MB_KERNEL_CTX_SIZE (1 << MB_KERNEL_CTX_SHIFT) macro
3922 #define MB_KERNEL_CTX_MASK (MB_KERNEL_CTX_SIZE - 1)
Dbnx2.c1907 val = 0x10000 + (MAX_CID_CNT * MB_KERNEL_CTX_SIZE); in bnx2_init_chip()