Searched defs:dsaf_misc_op (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_main.h | 275 struct dsaf_misc_op { struct 276 void (*cpld_set_led)(struct hns_mac_cb *mac_cb, int link_status, 278 void (*cpld_reset_led)(struct hns_mac_cb *mac_cb); 279 int (*cpld_set_led_id)(struct hns_mac_cb *mac_cb, 282 void (*dsaf_reset)(struct dsaf_device *dsaf_dev, bool dereset); 283 void (*xge_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); 284 void (*ge_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); 286 void (*ppe_comm_srst)(struct dsaf_device *dsaf_dev, bool dereset); 288 phy_interface_t (*get_phy_if)(struct hns_mac_cb *mac_cb); 289 int (*get_sfp_prsnt)(struct hns_mac_cb *mac_cb, int *sfp_prsnt); [all …]
|