.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (c) 2014-2015 Hisilicon Limited. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License as published by |
---|
6 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
7 | | - * (at your option) any later version. |
---|
8 | 4 | */ |
---|
9 | 5 | |
---|
10 | 6 | #ifndef __HNS_DSAF_MAIN_H |
---|
.. | .. |
---|
467 | 463 | u8 mac_id, u8 port_num); |
---|
468 | 464 | int hns_dsaf_wait_pkt_clean(struct dsaf_device *dsaf_dev, int port); |
---|
469 | 465 | |
---|
| 466 | +int hns_dsaf_roce_reset(struct fwnode_handle *dsaf_fwnode, bool dereset); |
---|
| 467 | + |
---|
470 | 468 | #endif /* __HNS_DSAF_MAIN_H__ */ |
---|