Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cxgbe/tom/
Dt4_cpl_io.c1789 t4_register_cpl_handler(CPL_PEER_CLOSE, do_peer_close); in t4_init_cpl_io_handlers()
1790 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, do_close_con_rpl); in t4_init_cpl_io_handlers()
1791 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, do_abort_req); in t4_init_cpl_io_handlers()
1792 t4_register_cpl_handler(CPL_ABORT_RPL_RSS, do_abort_rpl); in t4_init_cpl_io_handlers()
1793 t4_register_cpl_handler(CPL_RX_DATA, do_rx_data); in t4_init_cpl_io_handlers()
1794 t4_register_cpl_handler(CPL_FW4_ACK, do_fw4_ack); in t4_init_cpl_io_handlers()
1801 t4_register_cpl_handler(CPL_PEER_CLOSE, NULL); in t4_uninit_cpl_io_handlers()
1802 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, NULL); in t4_uninit_cpl_io_handlers()
1803 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, NULL); in t4_uninit_cpl_io_handlers()
1804 t4_register_cpl_handler(CPL_ABORT_RPL_RSS, NULL); in t4_uninit_cpl_io_handlers()
[all …]
Dt4_connect.c274 t4_register_cpl_handler(CPL_ACT_ESTABLISH, do_act_establish); in t4_init_connect_cpl_handlers()
275 t4_register_cpl_handler(CPL_ACT_OPEN_RPL, do_act_open_rpl); in t4_init_connect_cpl_handlers()
282 t4_register_cpl_handler(CPL_ACT_ESTABLISH, NULL); in t4_uninit_connect_cpl_handlers()
283 t4_register_cpl_handler(CPL_ACT_OPEN_RPL, NULL); in t4_uninit_connect_cpl_handlers()
Dt4_listen.c1677 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, do_pass_open_rpl); in t4_init_listen_cpl_handlers()
1678 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_close_server_rpl); in t4_init_listen_cpl_handlers()
1679 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_pass_accept_req); in t4_init_listen_cpl_handlers()
1680 t4_register_cpl_handler(CPL_PASS_ESTABLISH, do_pass_establish); in t4_init_listen_cpl_handlers()
1687 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1688 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1689 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, NULL); in t4_uninit_listen_cpl_handlers()
1690 t4_register_cpl_handler(CPL_PASS_ESTABLISH, NULL); in t4_uninit_listen_cpl_handlers()
Dt4_ddp.c1488 t4_register_cpl_handler(CPL_RX_DATA_DDP, do_rx_data_ddp); in t4_ddp_mod_load()
1489 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, do_rx_ddp_complete); in t4_ddp_mod_load()
1497 t4_register_cpl_handler(CPL_RX_DATA_DDP, NULL); in t4_ddp_mod_unload()
1498 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, NULL); in t4_ddp_mod_unload()
/freebsd-10-stable/sys/dev/cxgbe/
Dadapter.h1176 int t4_register_cpl_handler(int, cpl_handler_t);
Dt4_sge.c351 t4_register_cpl_handler(int opcode, cpl_handler_t h) in t4_register_cpl_handler() function
417 t4_register_cpl_handler(CPL_FW4_MSG, handle_fw_msg); in t4_sge_modload()
418 t4_register_cpl_handler(CPL_FW6_MSG, handle_fw_msg); in t4_sge_modload()
419 t4_register_cpl_handler(CPL_SGE_EGR_UPDATE, handle_sge_egr_update); in t4_sge_modload()
420 t4_register_cpl_handler(CPL_RX_PKT, t4_eth_rx); in t4_sge_modload()
Dt4_main.c9727 t4_register_cpl_handler(CPL_SET_TCB_RPL, set_tcb_rpl); in mod_event()
9728 t4_register_cpl_handler(CPL_L2T_WRITE_RPL, l2t_write_rpl); in mod_event()
9729 t4_register_cpl_handler(CPL_TRACE_PKT, t4_trace_pkt); in mod_event()
9730 t4_register_cpl_handler(CPL_T5_TRACE_PKT, t5_trace_pkt); in mod_event()
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
Dcm.c2528 t4_register_cpl_handler(CPL_RDMA_TERMINATE, terminate); in c4iw_cm_init()
2554 t4_register_cpl_handler(CPL_RDMA_TERMINATE, NULL); in c4iw_cm_term()