Searched refs:t4_register_fw_msg_handler (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c317 t4_register_fw_msg_handler(int type, fw_msg_handler_t h) function
528 t4_register_fw_msg_handler(FW6_TYPE_CMD_RPL, t4_handle_fw_rpl);
529 t4_register_fw_msg_handler(FW6_TYPE_WRERR_RPL, t4_handle_wrerr_rpl);
H A Dadapter.h1205 void t4_register_fw_msg_handler(int, fw_msg_handler_t);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c3026 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, fw6_wr_rpl);
3027 t4_register_fw_msg_handler(FW6_TYPE_CQE, fw6_cqe_handler);
3052 t4_register_fw_msg_handler(FW6_TYPE_WR_RPL, NULL);
3053 t4_register_fw_msg_handler(FW6_TYPE_CQE, NULL);

Completed in 111 milliseconds