Home
last modified time | relevance | path

Searched refs:hclge_hw (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_cmd.c64 struct hclge_hw *hw = &hdev->hw; in hclge_alloc_cmd_queue()
106 struct hclge_hw *hw = &hdev->hw; in hclge_cmd_config_regs()
131 static void hclge_cmd_init_regs(struct hclge_hw *hw) in hclge_cmd_init_regs()
137 static int hclge_cmd_csq_clean(struct hclge_hw *hw) in hclge_cmd_csq_clean()
163 static int hclge_cmd_csq_done(struct hclge_hw *hw) in hclge_cmd_csq_done()
195 int hclge_cmd_send(struct hclge_hw *hw, struct hclge_desc *desc, int num) in hclge_cmd_send()
287 struct hclge_hw *hw, u32 *version) in hclge_cmd_query_firmware_version()
372 void hclge_destroy_cmd_queue(struct hclge_hw *hw) in hclge_destroy_cmd_queue()
Dhclge_cmd.h842 struct hclge_hw;
843 int hclge_cmd_send(struct hclge_hw *hw, struct hclge_desc *desc, int num);
851 enum hclge_cmd_status hclge_cmd_mdio_write(struct hclge_hw *hw,
853 enum hclge_cmd_status hclge_cmd_mdio_read(struct hclge_hw *hw,
856 void hclge_destroy_cmd_queue(struct hclge_hw *hw);
Dhclge_main.h175 struct hclge_hw { struct
471 struct hclge_hw hw;
Dhclge_mbx.c444 static bool hclge_cmd_crq_empty(struct hclge_hw *hw) in hclge_cmd_crq_empty()
Dhclge_main.c5529 struct hclge_hw *hw; in hclge_pci_init()