Searched refs:t3_register_cpl_handler (Results 1 – 1 of 1) sorted by relevance
966 void t3_register_cpl_handler(unsigned int opcode, cpl_handler_func h) in t3_register_cpl_handler() function975 EXPORT_SYMBOL(t3_register_cpl_handler);1337 t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl); in cxgb3_offload_init()1338 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()1339 t3_register_cpl_handler(CPL_RTE_WRITE_RPL, do_rte_write_rpl); in cxgb3_offload_init()1340 t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl); in cxgb3_offload_init()1341 t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl); in cxgb3_offload_init()1342 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init()1343 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init()1344 t3_register_cpl_handler(CPL_ABORT_RPL_RSS, do_hwtid_rpl); in cxgb3_offload_init()[all …]