Home
last modified time | relevance | path

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

/src/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c3029 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, fw6_wr_rpl); in c4iw_cm_init()
3030 t4_register_fw_msg_handler(FW6_TYPE_CQE, fw6_cqe_handler); in c4iw_cm_init()
3055 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, NULL); in c4iw_cm_term()
3056 t4_register_fw_msg_handler(FW6_TYPE_CQE, NULL); in c4iw_cm_term()
/src/sys/dev/cxgbe/
H A Dadapter.h1567 void t4_register_fw_msg_handler(int, fw_msg_handler_t);
H A Dt4_sge.c367 t4_register_fw_msg_handler(int type, fw_msg_handler_t h) in t4_register_fw_msg_handler() function
637 t4_register_fw_msg_handler(FW6_TYPE_CMD_RPL, t4_handle_fw_rpl); in t4_sge_modload()
638 t4_register_fw_msg_handler(FW6_TYPE_WRERR_RPL, t4_handle_wrerr_rpl); in t4_sge_modload()