Searched refs:hclgevf_dev (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 2125 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_reset_event() 2146 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_set_def_reset_request() 2162 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_reset_prepare_general() 2195 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_reset_done() 2405 struct hclgevf_dev *hdev = container_of(work, struct hclgevf_dev, in hclgevf_service_task() 2480 struct hclgevf_dev *hdev = data; in hclgevf_misc_irq_handle() 2536 struct hclgevf_dev *hdev; in hclgevf_alloc_hdev() 2909 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_init_nic_client_instance() 2937 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_init_roce_client_instance() 2961 struct hclgevf_dev *hdev = ae_dev->priv; in hclgevf_init_client_instance() [all …]
|
| A D | hclgevf_main.h | 271 struct hclgevf_dev { struct 341 static inline bool hclgevf_is_reset_pending(struct hclgevf_dev *hdev) in hclgevf_is_reset_pending() argument 346 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, 349 void hclgevf_mbx_handler(struct hclgevf_dev *hdev); 350 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev); 352 void hclgevf_update_link_status(struct hclgevf_dev *hdev, int link_state); 353 void hclgevf_update_speed_duplex(struct hclgevf_dev *hdev, u32 speed, 355 void hclgevf_reset_task_schedule(struct hclgevf_dev *hdev); 356 void hclgevf_mbx_task_schedule(struct hclgevf_dev *hdev); 357 void hclgevf_update_port_base_vlan_info(struct hclgevf_dev *hdev, u16 state,
|
| A D | hclgevf_cmd.c | 41 struct hclgevf_dev *hdev = container_of(hw, struct hclgevf_dev, hw); in hclgevf_cmd_csq_clean() 87 struct hclgevf_dev *hdev = ring->dev; in hclgevf_cmd_config_regs() 147 static int hclgevf_alloc_cmd_queue(struct hclgevf_dev *hdev, int ring_type) in hclgevf_alloc_cmd_queue() 252 struct hclgevf_dev *hdev = (struct hclgevf_dev *)hw->hdev; in hclgevf_cmd_check_result() 296 struct hclgevf_dev *hdev = (struct hclgevf_dev *)hw->hdev; in hclgevf_cmd_send() 336 static void hclgevf_set_default_capability(struct hclgevf_dev *hdev) in hclgevf_set_default_capability() 354 static void hclgevf_parse_capability(struct hclgevf_dev *hdev, in hclgevf_parse_capability() 405 int hclgevf_cmd_queue_init(struct hclgevf_dev *hdev) in hclgevf_cmd_queue_init() 437 static int hclgevf_firmware_compat_config(struct hclgevf_dev *hdev, bool en) in hclgevf_firmware_compat_config() 456 int hclgevf_cmd_init(struct hclgevf_dev *hdev) in hclgevf_cmd_init() [all …]
|
| A D | hclgevf_devlink.c | 15 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_info_get() 44 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_reload_down() 79 struct hclgevf_dev *hdev = priv->hdev; in hclgevf_devlink_reload_up() 108 int hclgevf_devlink_init(struct hclgevf_dev *hdev) in hclgevf_devlink_init() 129 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev) in hclgevf_devlink_uninit()
|
| A D | hclgevf_devlink.h | 10 struct hclgevf_dev *hdev; 13 int hclgevf_devlink_init(struct hclgevf_dev *hdev); 14 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev);
|
| A D | hclgevf_mbx.c | 17 static void hclgevf_reset_mbx_resp_status(struct hclgevf_dev *hdev) in hclgevf_reset_mbx_resp_status() 38 static int hclgevf_get_mbx_resp(struct hclgevf_dev *hdev, u16 code0, u16 code1, in hclgevf_get_mbx_resp() 95 int hclgevf_send_mbx_msg(struct hclgevf_dev *hdev, in hclgevf_send_mbx_msg() 159 static void hclgevf_handle_mbx_response(struct hclgevf_dev *hdev, in hclgevf_handle_mbx_response() 189 static void hclgevf_handle_mbx_msg(struct hclgevf_dev *hdev, in hclgevf_handle_mbx_msg() 212 void hclgevf_mbx_handler(struct hclgevf_dev *hdev) in hclgevf_mbx_handler() 276 static void hclgevf_parse_promisc_info(struct hclgevf_dev *hdev, in hclgevf_parse_promisc_info() 284 void hclgevf_mbx_async_handler(struct hclgevf_dev *hdev) in hclgevf_mbx_async_handler()
|
| A D | hclgevf_cmd.h | 16 struct hclgevf_dev; 42 struct hclgevf_dev *dev; 334 int hclgevf_cmd_init(struct hclgevf_dev *hdev); 335 void hclgevf_cmd_uninit(struct hclgevf_dev *hdev); 336 int hclgevf_cmd_queue_init(struct hclgevf_dev *hdev);
|
| A D | hclgevf_trace.h | 18 struct hclgevf_dev *hdev, 49 struct hclgevf_dev *hdev,
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| A D | hclge_mbx.h | 173 struct hclgevf_dev *hdev;
|
Completed in 26 milliseconds