Searched refs:work_handlers (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c2179 static c4iw_handler_func work_handlers[NUM_CPL_CMDS] = { variable
2265 BUG_ON(!work_handlers[opcode]);
2266 ret = work_handlers[opcode](dev, skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c2140 static const cxgb3_cpl_handler_func work_handlers[NUM_CPL_CMDS] = { variable
2168 ret = work_handlers[G_OPCODE(ntohl((__force __be32)skb->csum))](tdev, skb, ep);

Completed in 67 milliseconds