Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c999 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS]; variable
1008 cpl_handlers[opcode] = h ? h : do_bad_cpl; in t3_register_cpl_handler()
1024 int ret = cpl_handlers[opcode] (dev, skb); in process_rx()
1374 cpl_handlers[i] = do_bad_cpl; in cxgb3_offload_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c999 static cpl_handler_func cpl_handlers[NUM_CPL_CMDS]; variable
1008 cpl_handlers[opcode] = h ? h : do_bad_cpl; in t3_register_cpl_handler()
1024 int ret = cpl_handlers[opcode] (dev, skb); in process_rx()
1374 cpl_handlers[i] = do_bad_cpl; in cxgb3_offload_init()

Completed in 4 milliseconds