Home
last modified time | relevance | path

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

/linux-4.4.14/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);
1398 t3_register_cpl_handler(CPL_SMT_WRITE_RPL, do_smt_write_rpl); in cxgb3_offload_init()
1399 t3_register_cpl_handler(CPL_L2T_WRITE_RPL, do_l2t_write_rpl); in cxgb3_offload_init()
1400 t3_register_cpl_handler(CPL_RTE_WRITE_RPL, do_rte_write_rpl); in cxgb3_offload_init()
1401 t3_register_cpl_handler(CPL_PASS_OPEN_RPL, do_stid_rpl); in cxgb3_offload_init()
1402 t3_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_stid_rpl); in cxgb3_offload_init()
1403 t3_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_cr); in cxgb3_offload_init()
1404 t3_register_cpl_handler(CPL_PASS_ESTABLISH, do_hwtid_rpl); in cxgb3_offload_init()
1405 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-4.4.14/drivers/infiniband/hw/cxgb3/
Dcxio_hal.c1059 t3_register_cpl_handler(CPL_ASYNC_NOTIF, cxio_hal_ev_handler); in cxio_hal_init()
1067 t3_register_cpl_handler(CPL_ASYNC_NOTIF, NULL); in cxio_hal_exit()