| /freebsd/sys/dev/cxgbe/cxgbei/ |
| H A D | cxgbei.c | 909 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 D | t4_listen.c | 1751 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 D | t4_connect.c | 185 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 D | t4_cpl_io.c | 2349 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 D | t4_tls.c | 1415 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 D | t4_ddp.c | 3010 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 D | t4_tom.c | 2365 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 D | t4_sge.c | 386 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 D | adapter.h | 1568 void t4_register_cpl_handler(int, cpl_handler_t);
|
| H A D | t4_main.c | 14261 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 D | nvmf_che.c | 3274 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 D | t4_crypto.c | |
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | cm.c | 3028 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()
|