Searched refs:is_ras (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_err.c | 1774 * @is_ras: true for ras, false for msix 1780 static int hclge_query_bd_num(struct hclge_dev *hdev, bool is_ras, in hclge_query_bd_num() argument 1789 if (is_ras) { in hclge_query_bd_num() 2770 u8 mod_id, total_module, type_id, total_type, i, is_ras; in hclge_handle_error_type_reg_log() local 2776 is_ras = type_reg_info->type_id >> HCLGE_ERR_TYPE_IS_RAS_OFFSET; in hclge_handle_error_type_reg_log() 2800 is_ras ? "ras" : "msix"); in hclge_handle_error_type_reg_log()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_err.c | 1070 * @is_ras: true for ras, false for msix 1076 static int hclge_query_bd_num(struct hclge_dev *hdev, bool is_ras, in hclge_query_bd_num() argument 1085 if (is_ras) { in hclge_query_bd_num()
|
Completed in 5 milliseconds