Searched refs:work_handlers (Results 1 – 2 of 2) sorted by relevance
2148 static c4iw_handler_func work_handlers[NUM_CPL_CMDS] = { variable2235 BUG_ON(!work_handlers[opcode]); in process_work()2236 ret = work_handlers[opcode](dev, skb); in process_work()
2128 static const cxgb3_cpl_handler_func work_handlers[NUM_CPL_CMDS] = { variable2156 ret = work_handlers[G_OPCODE(ntohl((__force __be32)skb->csum))](tdev, skb, ep); in process_work()