Lines Matching defs:hdev

74 static int hclge_dbg_get_dfx_bd_num(struct hclge_dev *hdev, int offset)  in hclge_dbg_get_dfx_bd_num()
93 static int hclge_dbg_cmd_send(struct hclge_dev *hdev, in hclge_dbg_cmd_send()
117 static void hclge_dbg_dump_reg_common(struct hclge_dev *hdev, in hclge_dbg_dump_reg_common()
176 static void hclge_dbg_dump_mac_enable_status(struct hclge_dev *hdev) in hclge_dbg_dump_mac_enable_status()
225 static void hclge_dbg_dump_mac_frame_size(struct hclge_dev *hdev) in hclge_dbg_dump_mac_frame_size()
247 static void hclge_dbg_dump_mac_speed_duplex(struct hclge_dev *hdev) in hclge_dbg_dump_mac_speed_duplex()
275 static void hclge_dbg_dump_mac(struct hclge_dev *hdev) in hclge_dbg_dump_mac()
284 static void hclge_dbg_dump_dcb(struct hclge_dev *hdev, const char *cmd_buf) in hclge_dbg_dump_dcb()
400 static void hclge_dbg_dump_reg_cmd(struct hclge_dev *hdev, const char *cmd_buf) in hclge_dbg_dump_reg_cmd()
431 static void hclge_print_tc_info(struct hclge_dev *hdev, bool flag, int index) in hclge_print_tc_info()
440 static void hclge_dbg_dump_tc(struct hclge_dev *hdev) in hclge_dbg_dump_tc()
471 static void hclge_dbg_dump_tm_pg(struct hclge_dev *hdev) in hclge_dbg_dump_tm_pg()
565 static void hclge_dbg_dump_tm(struct hclge_dev *hdev) in hclge_dbg_dump_tm()
679 static void hclge_dbg_dump_tm_map(struct hclge_dev *hdev, in hclge_dbg_dump_tm_map()
769 static void hclge_dbg_dump_qos_pause_cfg(struct hclge_dev *hdev) in hclge_dbg_dump_qos_pause_cfg()
792 static void hclge_dbg_dump_qos_pri_map(struct hclge_dev *hdev) in hclge_dbg_dump_qos_pri_map()
820 static void hclge_dbg_dump_qos_buf_cfg(struct hclge_dev *hdev) in hclge_dbg_dump_qos_buf_cfg()
943 static void hclge_dbg_dump_mng_table(struct hclge_dev *hdev) in hclge_dbg_dump_mng_table()
1010 static int hclge_dbg_fd_tcam_read(struct hclge_dev *hdev, u8 stage, in hclge_dbg_fd_tcam_read()
1059 static int hclge_dbg_get_rules_location(struct hclge_dev *hdev, u16 *rule_locs) in hclge_dbg_get_rules_location()
1078 static void hclge_dbg_fd_tcam(struct hclge_dev *hdev) in hclge_dbg_fd_tcam()
1127 void hclge_dbg_dump_rst_info(struct hclge_dev *hdev) in hclge_dbg_dump_rst_info()
1160 static void hclge_dbg_dump_serv_info(struct hclge_dev *hdev) in hclge_dbg_dump_serv_info()
1168 static void hclge_dbg_dump_interrupt(struct hclge_dev *hdev) in hclge_dbg_dump_interrupt()
1176 static void hclge_dbg_get_m7_stats_info(struct hclge_dev *hdev) in hclge_dbg_get_m7_stats_info()
1230 static void hclge_ncl_config_data_print(struct hclge_dev *hdev, in hclge_ncl_config_data_print()
1259 static void hclge_dbg_dump_ncl_config(struct hclge_dev *hdev, in hclge_dbg_dump_ncl_config()
1305 static void hclge_dbg_dump_loopback(struct hclge_dev *hdev, in hclge_dbg_dump_loopback()
1359 static void hclge_dbg_dump_mac_tnl_status(struct hclge_dev *hdev) in hclge_dbg_dump_mac_tnl_status()
1376 static void hclge_dbg_dump_qs_shaper_single(struct hclge_dev *hdev, u16 qsid) in hclge_dbg_dump_qs_shaper_single()
1409 static void hclge_dbg_dump_qs_shaper_all(struct hclge_dev *hdev) in hclge_dbg_dump_qs_shaper_all()
1429 static void hclge_dbg_dump_qs_shaper(struct hclge_dev *hdev, in hclge_dbg_dump_qs_shaper()
1452 static int hclge_dbg_dump_mac_list(struct hclge_dev *hdev, const char *cmd_buf, in hclge_dbg_dump_mac_list()
1503 struct hclge_dev *hdev = vport->back; in hclge_dbg_run_cmd() local