Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
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()