Searched refs:NUM_CPL_CMDS (Results 1 – 7 of 7) sorted by relevance
30 static cxgb3_cpl_handler_func cxgb3i_cpl_handlers[NUM_CPL_CMDS];
172 extern cxgb3_cpl_handler_func t3c_handlers[NUM_CPL_CMDS];
50 cxgb3_cpl_handler_func t3c_handlers[NUM_CPL_CMDS];
109 static cxgb3_cpl_handler_func work_handlers[NUM_CPL_CMDS];
967 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS];975 if (opcode < NUM_CPL_CMDS) in t3_register_cpl_handler()1356 for (i = 0; i < NUM_CPL_CMDS; ++i) in cxgb3_offload_init()
112 NUM_CPL_CMDS /* must be last and previous entries must be sorted */ enumerator
110 #define NUM_CPL_CMDS 256 macro