Searched refs:dereset (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_misc.c | 278 static void hns_dsaf_rst(struct dsaf_device *dsaf_dev, bool dereset) in hns_dsaf_rst() argument 283 if (!dereset) { in hns_dsaf_rst() 295 static void hns_dsaf_rst_acpi(struct dsaf_device *dsaf_dev, bool dereset) in hns_dsaf_rst_acpi() argument 299 0, dereset); in hns_dsaf_rst_acpi() 303 bool dereset) in hns_dsaf_xge_srst_by_port() argument 314 if (!dereset) in hns_dsaf_xge_srst_by_port() 323 u32 port, bool dereset) in hns_dsaf_xge_srst_by_port_acpi() argument 326 HNS_XGE_RESET_FUNC, port, dereset); in hns_dsaf_xge_srst_by_port_acpi() 341 hns_dsaf_srst_chns(struct dsaf_device *dsaf_dev, u32 msk, bool dereset) in hns_dsaf_srst_chns() argument 345 if (!dereset) in hns_dsaf_srst_chns() [all …]
|
D | hns_dsaf_main.h | 305 void (*dsaf_reset)(struct dsaf_device *dsaf_dev, bool dereset); 306 void (*xge_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); 307 void (*ge_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); 308 void (*ppe_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); 309 void (*ppe_comm_srst)(struct dsaf_device *dsaf_dev, bool dereset); 311 bool dereset); 312 void (*hns_dsaf_roce_srst)(struct dsaf_device *dsaf_dev, bool dereset); 466 int hns_dsaf_roce_reset(struct fwnode_handle *dsaf_fwnode, bool dereset);
|
D | hns_dsaf_main.c | 3052 int hns_dsaf_roce_reset(struct fwnode_handle *dsaf_fwnode, bool dereset) in hns_dsaf_roce_reset() argument 3114 if (!dereset) { in hns_dsaf_roce_reset()
|