t4_register_fw_msg_handler
void t4_register_fw_msg_handler(int, fw_msg_handler_t);
t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, fw6_wr_rpl);
t4_register_fw_msg_handler(FW6_TYPE_CQE, fw6_cqe_handler);
t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, NULL);
t4_register_fw_msg_handler(FW6_TYPE_CQE, NULL);
t4_register_fw_msg_handler(FW6_TYPE_CMD_RPL, t4_handle_fw_rpl);
t4_register_fw_msg_handler(FW6_TYPE_WRERR_RPL, t4_handle_wrerr_rpl);