Home
last modified time | relevance | path

Searched refs:work_handlers (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/chelsio/
H A Dchcr_core.c36 static chcr_handler_func work_handlers[NUM_CPL_CMDS] = { variable
211 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()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c2137 static chcr_handler_func work_handlers[NUM_CPL_CMDS] = { variable
2152 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()
/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c4209 static c4iw_handler_func work_handlers[NUM_CPL_CMDS + NUM_FAKE_CPLS] = { variable
4313 if (opcode >= ARRAY_SIZE(work_handlers) || in process_work()
4314 !work_handlers[opcode]) { in process_work()
4318 ret = work_handlers[opcode](dev, skb); in process_work()