Searched refs:work_handlers (Results 1 – 3 of 3) sorted by relevance
36 static chcr_handler_func work_handlers[NUM_CPL_CMDS] = { variable211 if (!work_handlers[rpl->opcode]) { in chcr_uld_rx_handler()217 work_handlers[rpl->opcode](adap, (unsigned char *)&rsp[1]); in chcr_uld_rx_handler()219 work_handlers[rpl->opcode](adap, pgl->va); in chcr_uld_rx_handler()
2137 static chcr_handler_func work_handlers[NUM_CPL_CMDS] = { variable2152 if (!work_handlers[opcode]) { in chcr_ktls_uld_rx_handler()2157 work_handlers[opcode](adap, (unsigned char *)&rsp[1]); in chcr_ktls_uld_rx_handler()
4195 static c4iw_handler_func work_handlers[NUM_CPL_CMDS + NUM_FAKE_CPLS] = { variable4299 if (opcode >= ARRAY_SIZE(work_handlers) || in process_work()4300 !work_handlers[opcode]) { in process_work()4304 ret = work_handlers[opcode](dev, skb); in process_work()