| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2005 - 2016 Broadcom |
|---|
| 3 | 4 | * 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. |
|---|
| 9 | 5 | * |
|---|
| 10 | 6 | * Contact Information: |
|---|
| 11 | 7 | * linux-drivers@emulex.com |
|---|
| .. | .. |
|---|
| 2431 | 2427 | int be_cmd_get_beacon_state(struct be_adapter *adapter, u8 port_num, |
|---|
| 2432 | 2428 | u32 *state); |
|---|
| 2433 | 2429 | 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); |
|---|
| 2435 | 2431 | int be_cmd_query_cable_type(struct be_adapter *adapter); |
|---|
| 2436 | 2432 | int be_cmd_query_sfp_info(struct be_adapter *adapter); |
|---|
| 2437 | 2433 | int lancer_cmd_read_object(struct be_adapter *adapter, struct be_dma_mem *cmd, |
|---|