Home
last modified time | relevance | path

Searched refs:cq_en (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h740 u8 cq_en : 1; /* FW logging is enabled via the control queue */
739 u8 cq_en : 1; /* FW logging is enabled via the control queue */ global() member
H A Dice_common.c893 * To enable overall FW logging, the "cq_en" and "uart_en" enable bits in
929 if (!hw->fw_log.cq_en && !hw->fw_log.uart_en) in ice_cfg_fw_log()
946 if (hw->fw_log.cq_en) in ice_cfg_fw_log()
988 if (hw->fw_log.cq_en) in ice_cfg_fw_log()
1003 * hw->fw_log.cq_en and hw->fw_log.uart_en indicate if the FW in ice_cfg_fw_log()