Searched defs:ice_fw_log_cfg (Results 1 – 1 of 1) sorted by relevance
695 struct ice_fw_log_cfg { struct696 u8 cq_en : 1; /* FW logging is enabled via the control queue */697 u8 uart_en : 1; /* FW logging is enabled via UART for all PFs */698 u8 actv_evnts; /* Cumulation of currently enabled log events */704 struct ice_fw_log_evnt evnts[ICE_AQC_FW_LOG_ID_MAX];
Completed in 14 milliseconds