Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/cxgbe/cxgbei/
HDcxgbei.c910 t4_register_cpl_handler(CPL_ISCSI_HDR, do_rx_iscsi_hdr); in cxgbei_mod_load()
911 t4_register_cpl_handler(CPL_ISCSI_DATA, do_rx_iscsi_data); in cxgbei_mod_load()
912 t4_register_cpl_handler(CPL_RX_ISCSI_DDP, do_rx_iscsi_ddp); in cxgbei_mod_load()
913 t4_register_cpl_handler(CPL_RX_ISCSI_CMP, do_rx_iscsi_cmp); in cxgbei_mod_load()
933 t4_register_cpl_handler(CPL_ISCSI_HDR, NULL); in cxgbei_mod_unload()
934 t4_register_cpl_handler(CPL_ISCSI_DATA, NULL); in cxgbei_mod_unload()
935 t4_register_cpl_handler(CPL_RX_ISCSI_DDP, NULL); in cxgbei_mod_unload()
936 t4_register_cpl_handler(CPL_RX_ISCSI_CMP, NULL); in cxgbei_mod_unload()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_listen.c1744 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, do_pass_open_rpl); in t4_init_listen_cpl_handlers()
1745 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_close_server_rpl); in t4_init_listen_cpl_handlers()
1746 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_pass_accept_req); in t4_init_listen_cpl_handlers()
1747 t4_register_cpl_handler(CPL_PASS_ESTABLISH, do_pass_establish); in t4_init_listen_cpl_handlers()
1754 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1755 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1756 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, NULL); in t4_uninit_listen_cpl_handlers()
1757 t4_register_cpl_handler(CPL_PASS_ESTABLISH, NULL); in t4_uninit_listen_cpl_handlers()
HDt4_connect.c178 t4_register_cpl_handler(CPL_ACT_ESTABLISH, do_act_establish); in t4_init_connect_cpl_handlers()
187 t4_register_cpl_handler(CPL_ACT_ESTABLISH, NULL); in t4_uninit_connect_cpl_handlers()
HDt4_cpl_io.c1991 t4_register_cpl_handler(CPL_PEER_CLOSE, do_peer_close); in t4_init_cpl_io_handlers()
1992 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, do_close_con_rpl); in t4_init_cpl_io_handlers()
1993 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, do_abort_req); in t4_init_cpl_io_handlers()
1996 t4_register_cpl_handler(CPL_RX_DATA, do_rx_data); in t4_init_cpl_io_handlers()
2004 t4_register_cpl_handler(CPL_PEER_CLOSE, NULL); in t4_uninit_cpl_io_handlers()
2005 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, NULL); in t4_uninit_cpl_io_handlers()
2006 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, NULL); in t4_uninit_cpl_io_handlers()
2008 t4_register_cpl_handler(CPL_RX_DATA, NULL); in t4_uninit_cpl_io_handlers()
HDt4_tls.c1282 t4_register_cpl_handler(CPL_TLS_DATA, do_tls_data); in t4_tls_mod_load()
1283 t4_register_cpl_handler(CPL_RX_TLS_CMP, do_rx_tls_cmp); in t4_tls_mod_load()
1292 t4_register_cpl_handler(CPL_TLS_DATA, NULL); in t4_tls_mod_unload()
1293 t4_register_cpl_handler(CPL_RX_TLS_CMP, NULL); in t4_tls_mod_unload()
HDt4_ddp.c3000 t4_register_cpl_handler(CPL_RX_DATA_DDP, do_rx_data_ddp); in t4_ddp_mod_load()
3001 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, do_rx_ddp_complete); in t4_ddp_mod_load()
3016 t4_register_cpl_handler(CPL_RX_DATA_DDP, NULL); in t4_ddp_mod_unload()
3017 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, NULL); in t4_ddp_mod_unload()
HDt4_tom.c2233 t4_register_cpl_handler(CPL_GET_TCB_RPL, do_get_tcb_rpl); in t4_tom_mod_load()
2288 t4_register_cpl_handler(CPL_GET_TCB_RPL, NULL); in t4_tom_mod_unload()
/freebsd-14-stable/sys/dev/cxgbe/
HDt4_sge.c383 t4_register_cpl_handler(int opcode, cpl_handler_t h) in t4_register_cpl_handler() function
484 t4_register_cpl_handler(CPL_SET_TCB_RPL, set_tcb_rpl_handler); in t4_init_shared_cpl_handlers()
485 t4_register_cpl_handler(CPL_L2T_WRITE_RPL, l2t_write_rpl_handler); in t4_init_shared_cpl_handlers()
486 t4_register_cpl_handler(CPL_ACT_OPEN_RPL, act_open_rpl_handler); in t4_init_shared_cpl_handlers()
487 t4_register_cpl_handler(CPL_ABORT_RPL_RSS, abort_rpl_rss_handler); in t4_init_shared_cpl_handlers()
488 t4_register_cpl_handler(CPL_FW4_ACK, fw4_ack_handler); in t4_init_shared_cpl_handlers()
600 t4_register_cpl_handler(CPL_FW4_MSG, handle_fw_msg); in t4_sge_modload()
601 t4_register_cpl_handler(CPL_FW6_MSG, handle_fw_msg); in t4_sge_modload()
602 t4_register_cpl_handler(CPL_SGE_EGR_UPDATE, handle_sge_egr_update); in t4_sge_modload()
HDadapter.h1486 void t4_register_cpl_handler(int, cpl_handler_t);
HDt4_main.c13276 t4_register_cpl_handler(CPL_TRACE_PKT, t4_trace_pkt); in mod_event()
13277 t4_register_cpl_handler(CPL_T5_TRACE_PKT, t5_trace_pkt); in mod_event()
13278 t4_register_cpl_handler(CPL_SMT_WRITE_RPL, in mod_event()
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c2719 t4_register_cpl_handler(CPL_FW6_PLD, do_cpl6_fw_pld); in ccr_modevent()
2722 t4_register_cpl_handler(CPL_FW6_PLD, NULL); in ccr_modevent()
/freebsd-14-stable/sys/dev/cxgbe/iw_cxgbe/
HDcm.c3037 t4_register_cpl_handler(CPL_RDMA_TERMINATE, terminate); in c4iw_cm_init()
3063 t4_register_cpl_handler(CPL_RDMA_TERMINATE, NULL); in c4iw_cm_term()