Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1005 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h) in t3_register_cpl_handler() function
1014 EXPORT_SYMBOL(t3_register_cpl_handler);
1377 t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl); in cxgb3_offload_init()
1378 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()
1379 t3_register_cpl_handler(CPL_RTE_WRITE_RPL, do_rte_write_rpl); in cxgb3_offload_init()
1380 t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl); in cxgb3_offload_init()
1381 t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl); in cxgb3_offload_init()
1382 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init()
1383 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init()
1384 t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl); in cxgb3_offload_init()
[all …]
Dcxgb3_offload.h140 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);
/Linux-v4.19/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1048 t3_register_cpl_handler(CPL_ASYNC_NOTIF, cxio_hal_ev_handler); in cxio_hal_init()
1056 t3_register_cpl_handler(CPL_ASYNC_NOTIF, NULL); in cxio_hal_exit()