Searched refs:set_led_id (Results 1 – 6 of 6) sorted by relevance
1091 return h->dev->ops->set_led_id(h, HNAE_LED_ACTIVE); in hns_set_phys_id()1093 return h->dev->ops->set_led_id(h, HNAE_LED_ON); in hns_set_phys_id()1095 return h->dev->ops->set_led_id(h, HNAE_LED_OFF); in hns_set_phys_id()1097 return h->dev->ops->set_led_id(h, HNAE_LED_INACTIVE); in hns_set_phys_id()
524 int (*set_led_id)(struct hnae_handle *handle, member
989 .set_led_id = hns_ae_cpld_set_led_id,
591 int (*set_led_id)(struct hnae3_handle *handle, member
1300 if (!h->ae_algo->ops->set_led_id) in hns3_set_phys_id()1303 return h->ae_algo->ops->set_led_id(h, state); in hns3_set_phys_id()
11400 .set_led_id = hclge_set_led_id,