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