Searched defs:hns3_reset_ops (Results 1 – 2 of 2) sorted by relevance
332 struct hns3_reset_ops { struct333 void (*reset_service)(void *arg);334 int (*stop_service)(struct hns3_adapter *hns);335 int (*prepare_reset)(struct hns3_adapter *hns);336 int (*wait_hardware_ready)(struct hns3_adapter *hns);337 int (*reinit_dev)(struct hns3_adapter *hns);338 int (*restore_conf)(struct hns3_adapter *hns);339 int (*start_service)(struct hns3_adapter *hns);
6069 static const struct hns3_reset_ops hns3_reset_ops = { variable