Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A 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);
1376 t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl); in cxgb3_offload_init()
1377 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()
1378 t3_register_cpl_handler(CPL_RTE_WRITE_RPL, do_rte_write_rpl); in cxgb3_offload_init()
1379 t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl); in cxgb3_offload_init()
1380 t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl); in cxgb3_offload_init()
1381 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init()
1382 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init()
1383 t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl); in cxgb3_offload_init()
[all …]
H A Dcxgb3_offload.h140 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h);