Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c909 t4_register_cpl_handler(CPL_ISCSI_HDR, do_rx_iscsi_hdr); in cxgbei_mod_load()
910 t4_register_cpl_handler(CPL_ISCSI_DATA, do_rx_iscsi_data); in cxgbei_mod_load()
911 t4_register_cpl_handler(CPL_RX_ISCSI_DDP, do_rx_iscsi_ddp); in cxgbei_mod_load()
912 t4_register_cpl_handler(CPL_RX_ISCSI_CMP, do_rx_iscsi_cmp); in cxgbei_mod_load()
932 t4_register_cpl_handler(CPL_ISCSI_HDR, NULL); in cxgbei_mod_unload()
933 t4_register_cpl_handler(CPL_ISCSI_DATA, NULL); in cxgbei_mod_unload()
934 t4_register_cpl_handler(CPL_RX_ISCSI_DDP, NULL); in cxgbei_mod_unload()
935 t4_register_cpl_handler(CPL_RX_ISCSI_CMP, NULL); in cxgbei_mod_unload()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1751 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, do_pass_open_rpl); in t4_init_listen_cpl_handlers()
1752 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, do_close_server_rpl); in t4_init_listen_cpl_handlers()
1753 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, do_pass_accept_req); in t4_init_listen_cpl_handlers()
1754 t4_register_cpl_handler(CPL_PASS_ESTABLISH, do_pass_establish); in t4_init_listen_cpl_handlers()
1761 t4_register_cpl_handler(CPL_PASS_OPEN_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1762 t4_register_cpl_handler(CPL_CLOSE_LISTSRV_RPL, NULL); in t4_uninit_listen_cpl_handlers()
1763 t4_register_cpl_handler(CPL_PASS_ACCEPT_REQ, NULL); in t4_uninit_listen_cpl_handlers()
1764 t4_register_cpl_handler(CPL_PASS_ESTABLISH, NULL); in t4_uninit_listen_cpl_handlers()
H A Dt4_connect.c185 t4_register_cpl_handler(CPL_ACT_ESTABLISH, do_act_establish); in t4_init_connect_cpl_handlers()
194 t4_register_cpl_handler(CPL_ACT_ESTABLISH, NULL); in t4_uninit_connect_cpl_handlers()
H A Dt4_cpl_io.c2349 t4_register_cpl_handler(CPL_PEER_CLOSE, do_peer_close); in t4_init_cpl_io_handlers()
2350 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, do_close_con_rpl); in t4_init_cpl_io_handlers()
2351 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, do_abort_req); in t4_init_cpl_io_handlers()
2354 t4_register_cpl_handler(CPL_RX_DATA, do_rx_data); in t4_init_cpl_io_handlers()
2362 t4_register_cpl_handler(CPL_PEER_CLOSE, NULL); in t4_uninit_cpl_io_handlers()
2363 t4_register_cpl_handler(CPL_CLOSE_CON_RPL, NULL); in t4_uninit_cpl_io_handlers()
2364 t4_register_cpl_handler(CPL_ABORT_REQ_RSS, NULL); in t4_uninit_cpl_io_handlers()
2366 t4_register_cpl_handler(CPL_RX_DATA, NULL); in t4_uninit_cpl_io_handlers()
H A Dt4_tls.c1415 t4_register_cpl_handler(CPL_TLS_DATA, do_tls_data); in t4_tls_mod_load()
1416 t4_register_cpl_handler(CPL_RX_TLS_CMP, do_rx_tls_cmp); in t4_tls_mod_load()
1425 t4_register_cpl_handler(CPL_TLS_DATA, NULL); in t4_tls_mod_unload()
1426 t4_register_cpl_handler(CPL_RX_TLS_CMP, NULL); in t4_tls_mod_unload()
H A Dt4_ddp.c3010 t4_register_cpl_handler(CPL_RX_DATA_DDP, do_rx_data_ddp); in t4_ddp_mod_load()
3011 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, do_rx_ddp_complete); in t4_ddp_mod_load()
3026 t4_register_cpl_handler(CPL_RX_DATA_DDP, NULL); in t4_ddp_mod_unload()
3027 t4_register_cpl_handler(CPL_RX_DDP_COMPLETE, NULL); in t4_ddp_mod_unload()
H A Dt4_tom.c2365 t4_register_cpl_handler(CPL_GET_TCB_RPL, do_get_tcb_rpl); in t4_tom_mod_load()
2420 t4_register_cpl_handler(CPL_GET_TCB_RPL, NULL); in t4_tom_mod_unload()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c386 t4_register_cpl_handler(int opcode, cpl_handler_t h) in t4_register_cpl_handler() function
502 t4_register_cpl_handler(CPL_SET_TCB_RPL, set_tcb_rpl_handler); in t4_init_shared_cpl_handlers()
503 t4_register_cpl_handler(CPL_L2T_WRITE_RPL, l2t_write_rpl_handler); in t4_init_shared_cpl_handlers()
504 t4_register_cpl_handler(CPL_ACT_OPEN_RPL, act_open_rpl_handler); in t4_init_shared_cpl_handlers()
505 t4_register_cpl_handler(CPL_ABORT_RPL_RSS, abort_rpl_rss_handler); in t4_init_shared_cpl_handlers()
506 t4_register_cpl_handler(CPL_FW4_ACK, fw4_ack_handler); in t4_init_shared_cpl_handlers()
507 t4_register_cpl_handler(CPL_FW6_PLD, fw6_pld_handler); in t4_init_shared_cpl_handlers()
630 t4_register_cpl_handler(CPL_FW4_MSG, handle_fw_msg); in t4_sge_modload()
631 t4_register_cpl_handler(CPL_FW6_MSG, handle_fw_msg); in t4_sge_modload()
632 t4_register_cpl_handler(CPL_SGE_EGR_UPDATE, handle_sge_egr_update); in t4_sge_modload()
H A Dadapter.h1568 void t4_register_cpl_handler(int, cpl_handler_t);
H A Dt4_main.c14261 t4_register_cpl_handler(CPL_TRACE_PKT, t4_trace_pkt); in mod_event()
14262 t4_register_cpl_handler(CPL_T5_TRACE_PKT, t5_trace_pkt); in mod_event()
14263 t4_register_cpl_handler(CPL_SMT_WRITE_RPL, in mod_event()
/freebsd/sys/dev/cxgbe/nvmf/
H A Dnvmf_che.c3274 t4_register_cpl_handler(CPL_NVMT_CMP, do_nvmt_cmp); in nvmf_che_mod_load()
3275 t4_register_cpl_handler(CPL_NVMT_DATA, do_nvmt_data); in nvmf_che_mod_load()
3294 t4_register_cpl_handler(CPL_NVMT_CMP, NULL); in nvmf_che_mod_unload()
3295 t4_register_cpl_handler(CPL_NVMT_DATA, NULL); in nvmf_che_mod_unload()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c3028 t4_register_cpl_handler(CPL_RDMA_TERMINATE, terminate); in c4iw_cm_init()
3054 t4_register_cpl_handler(CPL_RDMA_TERMINATE, NULL); in c4iw_cm_term()