Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dcm.c3020 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, fw6_wr_rpl); in c4iw_cm_init()
3021 t4_register_fw_msg_handler(FW6_TYPE_CQE, fw6_cqe_handler); in c4iw_cm_init()
3046 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, NULL); in c4iw_cm_term()
3047 t4_register_fw_msg_handler(FW6_TYPE_CQE, NULL); in c4iw_cm_term()
/freebsd-12-stable/sys/dev/cxgbe/
Dadapter.h1267 void t4_register_fw_msg_handler(int, fw_msg_handler_t);
Dt4_sge.c343 t4_register_fw_msg_handler(int type, fw_msg_handler_t h) in t4_register_fw_msg_handler() function
583 t4_register_fw_msg_handler(FW6_TYPE_CMD_RPL, t4_handle_fw_rpl); in t4_sge_modload()
584 t4_register_fw_msg_handler(FW6_TYPE_WRERR_RPL, t4_handle_wrerr_rpl); in t4_sge_modload()