Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c3038 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, fw6_wr_rpl); in c4iw_cm_init()
3039 t4_register_fw_msg_handler(FW6_TYPE_CQE, fw6_cqe_handler); in c4iw_cm_init()
3064 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, NULL); in c4iw_cm_term()
3065 t4_register_fw_msg_handler(FW6_TYPE_CQE, NULL); in c4iw_cm_term()
/freebsd-14.2/sys/dev/cxgbe/
H A Dadapter.h1485 void t4_register_fw_msg_handler(int, fw_msg_handler_t);
H A Dt4_sge.c364 t4_register_fw_msg_handler(int type, fw_msg_handler_t h) in t4_register_fw_msg_handler() function
607 t4_register_fw_msg_handler(FW6_TYPE_CMD_RPL, t4_handle_fw_rpl); in t4_sge_modload()
608 t4_register_fw_msg_handler(FW6_TYPE_WRERR_RPL, t4_handle_wrerr_rpl); in t4_sge_modload()