Home
last modified time | relevance | path

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

/linux-6.6.21/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-6.6.21/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c2141 static chcr_handler_func work_handlers[NUM_CPL_CMDS] = { variable
2156 if (!work_handlers[opcode]) { in chcr_ktls_uld_rx_handler()
2161 work_handlers[opcode](adap, (unsigned char *)&rsp[1]); in chcr_ktls_uld_rx_handler()
/linux-6.6.21/drivers/infiniband/hw/cxgb4/
Dcm.c4205 static c4iw_handler_func work_handlers[NUM_CPL_CMDS + NUM_FAKE_CPLS] = { variable
4309 if (opcode >= ARRAY_SIZE(work_handlers) || in process_work()
4310 !work_handlers[opcode]) { in process_work()
4314 ret = work_handlers[opcode](dev, skb); in process_work()