Home
last modified time | relevance | path

Searched refs:NUM_CPL_HANDLERS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_adapter.h396 #define NUM_CPL_HANDLERS 0xa7 macro
397 cpl_handler_t cpl_handler[NUM_CPL_HANDLERS] __aligned(CACHE_LINE_SIZE);
H A Dcxgb_main.c670 for (i = 0; i < NUM_CPL_HANDLERS; i++) in cxgb_controller_attach()
3485 if (opcode >= NUM_CPL_HANDLERS) in t3_register_cpl_handler()
H A Dcxgb_sge.c82 CTASSERT(NUM_CPL_HANDLERS >= NUM_CPL_CMDS);