Searched refs:hclge_desc (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| D | hclge_tm.c | 119 struct hclge_desc desc[HCLGE_TM_PFC_PKT_GET_CMD_NUM]; in hclge_pfc_stats_get() 164 struct hclge_desc desc; in hclge_mac_pause_en_cfg() 177 struct hclge_desc desc; in hclge_pfc_pause_en_cfg() 192 struct hclge_desc desc; in hclge_pause_param_cfg() 209 struct hclge_desc desc; in hclge_pause_addr_cfg() 253 struct hclge_desc desc; in hclge_up_to_tc_map() 273 struct hclge_desc desc; in hclge_tm_pg_to_pri_map_cfg() 289 struct hclge_desc desc; in hclge_tm_qs_to_pri_map_cfg() 306 struct hclge_desc desc; in hclge_tm_q_to_qs_map_cfg() 340 struct hclge_desc desc; in hclge_tm_pg_weight_cfg() [all …]
|
| D | hclge_err.c | 1352 struct hclge_desc *desc, u32 cmd, u16 flag) in hclge_cmd_query_error() 1374 struct hclge_desc desc; in hclge_clear_mac_tnl_int() 1385 struct hclge_desc desc[2]; in hclge_config_common_hw_err_int() 1422 struct hclge_desc desc; in hclge_config_ncsi_hw_err_int() 1444 struct hclge_desc desc; in hclge_config_igu_egu_hw_err_int() 1484 struct hclge_desc desc[2]; in hclge_config_ppp_error_interrupt() 1547 struct hclge_desc desc; in hclge_config_tm_hw_err_int() 1580 struct hclge_desc desc; in hclge_config_mac_err_int() 1600 struct hclge_desc desc; in hclge_config_mac_tnl_int() 1617 struct hclge_desc desc[2]; in hclge_config_ppu_error_interrupts() [all …]
|
| D | hclge_cmd.c | 38 int size = ring->desc_num * sizeof(struct hclge_desc); in hclge_alloc_cmd_desc() 50 int size = ring->desc_num * sizeof(struct hclge_desc); in hclge_free_cmd_desc() 79 void hclge_cmd_reuse_desc(struct hclge_desc *desc, bool is_read) in hclge_cmd_reuse_desc() 88 void hclge_cmd_setup_basic_desc(struct hclge_desc *desc, in hclge_cmd_setup_basic_desc() 91 memset((void *)desc, 0, sizeof(struct hclge_desc)); in hclge_cmd_setup_basic_desc() 200 static void hclge_cmd_copy_desc(struct hclge_hw *hw, struct hclge_desc *desc, in hclge_cmd_copy_desc() 203 struct hclge_desc *desc_to_use; in hclge_cmd_copy_desc() 242 static int hclge_cmd_check_retval(struct hclge_hw *hw, struct hclge_desc *desc, in hclge_cmd_check_retval() 265 static int hclge_cmd_check_result(struct hclge_hw *hw, struct hclge_desc *desc, in hclge_cmd_check_result() 312 int hclge_cmd_send(struct hclge_hw *hw, struct hclge_desc *desc, int num) in hclge_cmd_send() [all …]
|
| D | hclge_debugfs.c | 112 struct hclge_desc desc[HCLGE_GET_DFX_REG_TYPE_CNT]; in hclge_dbg_get_dfx_bd_num() 138 struct hclge_desc *desc_src, in hclge_dbg_cmd_send() 142 struct hclge_desc *desc = desc_src; in hclge_dbg_cmd_send() 168 struct hclge_desc *desc_src; in hclge_dbg_dump_reg_tqp() 171 struct hclge_desc *desc; in hclge_dbg_dump_reg_tqp() 177 desc_src = kcalloc(bd_num, sizeof(struct hclge_desc), GFP_KERNEL); in hclge_dbg_dump_reg_tqp() 222 struct hclge_desc *desc_src; in hclge_dbg_dump_reg_common() 224 struct hclge_desc *desc; in hclge_dbg_dump_reg_common() 231 desc_src = kcalloc(bd_num, sizeof(struct hclge_desc), GFP_KERNEL); in hclge_dbg_dump_reg_common() 265 struct hclge_desc desc; in hclge_dbg_dump_mac_enable_status() [all …]
|
| D | hclge_mdio.c | 47 struct hclge_desc desc; in hclge_mdio_write() 85 struct hclge_desc desc; in hclge_mdio_read() 277 struct hclge_desc desc; in hclge_read_phy_reg() 296 struct hclge_desc desc; in hclge_write_phy_reg()
|
| D | hclge_cmd.h | 16 struct hclge_desc { struct 30 struct hclge_desc *desc; argument 1265 int hclge_cmd_send(struct hclge_hw *hw, struct hclge_desc *desc, int num); 1266 void hclge_cmd_setup_basic_desc(struct hclge_desc *desc, 1268 void hclge_cmd_reuse_desc(struct hclge_desc *desc, bool is_read); 1271 struct hclge_desc *desc); 1273 struct hclge_desc *desc);
|
| D | hclge_main.c | 452 struct hclge_desc desc[HCLGE_MAC_CMD_NUM]; in hclge_mac_update_stats_defective() 489 struct hclge_desc *desc; in hclge_mac_update_stats_complete() 497 desc = kcalloc(desc_num, sizeof(struct hclge_desc), GFP_ATOMIC); in hclge_mac_update_stats_complete() 532 struct hclge_desc desc; in hclge_mac_query_reg_num() 574 struct hclge_desc desc[1]; in hclge_tqps_update_stats() 877 struct hclge_desc desc; in hclge_query_function_status() 904 struct hclge_desc desc; in hclge_query_pf_resource() 1280 static void hclge_parse_cfg(struct hclge_cfg *cfg, struct hclge_desc *desc) in hclge_parse_cfg() 1379 struct hclge_desc desc[HCLGE_PF_CFG_DESC_NUM]; in hclge_get_cfg() 1425 struct hclge_desc *desc) in hclge_parse_dev_specs() [all …]
|
| D | hclge_ptp.c | 227 struct hclge_desc desc; in hclge_ptp_int_en() 246 struct hclge_desc desc; in hclge_ptp_cfg_qry() 266 struct hclge_desc desc; in hclge_ptp_cfg()
|
| D | hclge_mbx.c | 37 struct hclge_desc desc; in hclge_gen_resp_to_vf() 94 struct hclge_desc desc; in hclge_send_mbx_msg() 701 struct hclge_desc *desc; in hclge_mbx_handler()
|
| D | hclge_main.h | 1134 struct hclge_desc *desc);
|