Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/chelsio/
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-5.19.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
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-5.19.10/drivers/infiniband/hw/cxgb4/
Dcm.c4195 static c4iw_handler_func work_handlers[NUM_CPL_CMDS + NUM_FAKE_CPLS] = { variable
4299 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()