forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/drivers/net/ethernet/emulex/benet/be_cmds.h
....@@ -1,11 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2005 - 2016 Broadcom
34 * All rights reserved.
4
- *
5
- * This program is free software; you can redistribute it and/or
6
- * modify it under the terms of the GNU General Public License version 2
7
- * as published by the Free Software Foundation. The full GNU General
8
- * Public License is included in this distribution in the file called COPYING.
95 *
106 * Contact Information:
117 * linux-drivers@emulex.com
....@@ -2431,7 +2427,7 @@
24312427 int be_cmd_get_beacon_state(struct be_adapter *adapter, u8 port_num,
24322428 u32 *state);
24332429 int be_cmd_read_port_transceiver_data(struct be_adapter *adapter,
2434
- u8 page_num, u8 *data);
2430
+ u8 page_num, u32 off, u32 len, u8 *data);
24352431 int be_cmd_query_cable_type(struct be_adapter *adapter);
24362432 int be_cmd_query_sfp_info(struct be_adapter *adapter);
24372433 int lancer_cmd_read_object(struct be_adapter *adapter, struct be_dma_mem *cmd,