Deleted Added
full compact
arswitch_vlans.h (253572) arswitch_vlans.h (262429)
1/*-
2 * Copyright (c) 2013 Luiz Otavio O Souza.
3 * Copyright (c) 2011-2012 Stefan Bethke.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*-
2 * Copyright (c) 2013 Luiz Otavio O Souza.
3 * Copyright (c) 2011-2012 Stefan Bethke.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.h 253572 2013-07-23 14:24:22Z loos $
27 * $FreeBSD: head/sys/dev/etherswitch/arswitch/arswitch_vlans.h 262429 2014-02-24 04:44:28Z adrian $
28 */
29#ifndef __ARSWITCH_VLANS_H__
30#define __ARSWITCH_VLANS_H__
31
28 */
29#ifndef __ARSWITCH_VLANS_H__
30#define __ARSWITCH_VLANS_H__
31
32void arswitch_reset_vlans(struct arswitch_softc *);
33int arswitch_getvgroup(device_t, etherswitch_vlangroup_t *);
34int arswitch_setvgroup(device_t, etherswitch_vlangroup_t *);
35int arswitch_get_pvid(struct arswitch_softc *, int, int *);
36int arswitch_set_pvid(struct arswitch_softc *, int, int);
32void ar8xxx_reset_vlans(struct arswitch_softc *);
33int ar8xxx_getvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
34int ar8xxx_setvgroup(struct arswitch_softc *, etherswitch_vlangroup_t *);
35int ar8xxx_get_pvid(struct arswitch_softc *, int, int *);
36int ar8xxx_set_pvid(struct arswitch_softc *, int, int);
37
38#endif /* __ARSWITCH_VLANS_H__ */
37
38#endif /* __ARSWITCH_VLANS_H__ */