Searched refs:client_stop (Results 1 – 3 of 3) sorted by relevance
623 void (*client_stop)(struct hnae3_handle *handle); member
5279 if (!handle->ae_algo->ops->client_stop) in hns3_client_stop()5282 handle->ae_algo->ops->client_stop(handle); in hns3_client_stop()
10617 .client_stop = hclge_client_stop,