| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/ethernet/rocker/rocker.h - Rocker switch device driver |
|---|
| 3 | 4 | * Copyright (c) 2014-2016 Jiri Pirko <jiri@mellanox.com> |
|---|
| 4 | 5 | * Copyright (c) 2014 Scott Feldman <sfeldma@gmail.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | #ifndef _ROCKER_H |
|---|
| .. | .. |
|---|
| 109 | 105 | int (*port_attr_bridge_flags_set)(struct rocker_port *rocker_port, |
|---|
| 110 | 106 | unsigned long brport_flags, |
|---|
| 111 | 107 | struct switchdev_trans *trans); |
|---|
| 112 | | - int (*port_attr_bridge_flags_get)(const struct rocker_port *rocker_port, |
|---|
| 113 | | - unsigned long *p_brport_flags); |
|---|
| 114 | 108 | int (*port_attr_bridge_flags_support_get)(const struct rocker_port * |
|---|
| 115 | 109 | rocker_port, |
|---|
| 116 | 110 | unsigned long * |
|---|