Home
last modified time | relevance | path

Searched refs:xge_srst (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_misc.c728 misc_op->xge_srst = hns_dsaf_xge_srst_by_port; in hns_misc_op_get()
745 misc_op->xge_srst = hns_dsaf_xge_srst_by_port_acpi; in hns_misc_op_get()
Dhns_dsaf_xgmac.c213 dsaf_dev->misc_op->xge_srst(dsaf_dev, port, 0); in hns_xgmac_init()
215 dsaf_dev->misc_op->xge_srst(dsaf_dev, port, 1); in hns_xgmac_init()
417 dsaf_dev->misc_op->xge_srst(dsaf_dev, mac_id, 0); in hns_xgmac_free()
Dhns_dsaf_main.h306 void (*xge_srst)(struct dsaf_device *dsaf_dev, u32 port, bool dereset); member