KSZ9896 6-port Gigabit Ethernet switch driver. More...
#include "core/nic.h"
Go to the source code of this file.
Functions | |
error_t | ksz9896Init (NetInterface *interface) |
KSZ9896 Ethernet switch initialization. More... | |
void | ksz9896InitHook (NetInterface *interface) |
KSZ9896 custom configuration. More... | |
void | ksz9896Tick (NetInterface *interface) |
KSZ9896 timer handler. More... | |
void | ksz9896EnableIrq (NetInterface *interface) |
Enable interrupts. More... | |
void | ksz9896DisableIrq (NetInterface *interface) |
Disable interrupts. More... | |
void | ksz9896EventHandler (NetInterface *interface) |
KSZ9896 event handler. More... | |
error_t | ksz9896TagFrame (NetInterface *interface, NetBuffer *buffer, size_t *offset, NetTxAncillary *ancillary) |
Add tail tag to Ethernet frame. More... | |
error_t | ksz9896UntagFrame (NetInterface *interface, uint8_t **frame, size_t *length, NetRxAncillary *ancillary) |
Decode tail tag from incoming Ethernet frame. More... | |
bool_t | ksz9896GetLinkState (NetInterface *interface, uint8_t port) |
Get link state. More... | |
uint32_t | ksz9896GetLinkSpeed (NetInterface *interface, uint8_t port) |
Get link speed. More... | |
NicDuplexMode | ksz9896GetDuplexMode (NetInterface *interface, uint8_t port) |
Get duplex mode. More... | |
void | ksz9896SetPortState (NetInterface *interface, uint8_t port, SwitchPortState state) |
Set port state. More... | |
SwitchPortState | ksz9896GetPortState (NetInterface *interface, uint8_t port) |
Get port state. More... | |
void | ksz9896SetAgingTime (NetInterface *interface, uint32_t agingTime) |
Set aging time for dynamic filtering entries. More... | |
void | ksz9896EnableIgmpSnooping (NetInterface *interface, bool_t enable) |
Enable IGMP snooping. More... | |
void | ksz9896EnableMldSnooping (NetInterface *interface, bool_t enable) |
Enable MLD snooping. More... | |
void | ksz9896EnableRsvdMcastTable (NetInterface *interface, bool_t enable) |
Enable reserved multicast table. More... | |
error_t | ksz9896AddStaticFdbEntry (NetInterface *interface, const SwitchFdbEntry *entry) |
Add a new entry to the static MAC table. More... | |
error_t | ksz9896DeleteStaticFdbEntry (NetInterface *interface, const SwitchFdbEntry *entry) |
Remove an entry from the static MAC table. More... | |
error_t | ksz9896GetStaticFdbEntry (NetInterface *interface, uint_t index, SwitchFdbEntry *entry) |
Read an entry from the static MAC table. More... | |
void | ksz9896FlushStaticFdbTable (NetInterface *interface) |
Flush static MAC table. More... | |
error_t | ksz9896GetDynamicFdbEntry (NetInterface *interface, uint_t index, SwitchFdbEntry *entry) |
Read an entry from the dynamic MAC table. More... | |
void | ksz9896FlushDynamicFdbTable (NetInterface *interface, uint8_t port) |
Flush dynamic MAC table. More... | |
void | ksz9896SetUnknownMcastFwdPorts (NetInterface *interface, bool_t enable, uint32_t forwardPorts) |
Set forward ports for unknown multicast packets. More... | |
void | ksz9896WritePhyReg (NetInterface *interface, uint8_t port, uint8_t address, uint16_t data) |
Write PHY register. More... | |
uint16_t | ksz9896ReadPhyReg (NetInterface *interface, uint8_t port, uint8_t address) |
Read PHY register. More... | |
void | ksz9896DumpPhyReg (NetInterface *interface, uint8_t port) |
Dump PHY registers for debugging purpose. More... | |
void | ksz9896WriteMmdReg (NetInterface *interface, uint8_t port, uint8_t devAddr, uint16_t regAddr, uint16_t data) |
Write MMD register. More... | |
uint16_t | ksz9896ReadMmdReg (NetInterface *interface, uint8_t port, uint8_t devAddr, uint16_t regAddr) |
Read MMD register. More... | |
void | ksz9896WriteSwitchReg8 (NetInterface *interface, uint16_t address, uint8_t data) |
Write switch register (8 bits) More... | |
uint8_t | ksz9896ReadSwitchReg8 (NetInterface *interface, uint16_t address) |
Read switch register (8 bits) More... | |
void | ksz9896WriteSwitchReg16 (NetInterface *interface, uint16_t address, uint16_t data) |
Write switch register (16 bits) More... | |
uint16_t | ksz9896ReadSwitchReg16 (NetInterface *interface, uint16_t address) |
Read switch register (16 bits) More... | |
void | ksz9896WriteSwitchReg32 (NetInterface *interface, uint16_t address, uint32_t data) |
Write switch register (32 bits) More... | |
uint32_t | ksz9896ReadSwitchReg32 (NetInterface *interface, uint16_t address) |
Read switch register (32 bits) More... | |
Variables | |
const SwitchDriver | ksz9896SwitchDriver |
KSZ9896 Ethernet switch driver. More... | |
Detailed Description
KSZ9896 6-port Gigabit Ethernet switch driver.
License
SPDX-License-Identifier: GPL-2.0-or-later
Copyright (C) 2010-2024 Oryx Embedded SARL. All rights reserved.
This file is part of CycloneTCP Open.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- Version
- 2.4.4
Definition in file ksz9896_driver.h.
Macro Definition Documentation
◆ KSZ9896_802_1P_PRIO_MAPPING0
#define KSZ9896_802_1P_PRIO_MAPPING0 0x0338 |
Definition at line 152 of file ksz9896_driver.h.
◆ KSZ9896_802_1P_PRIO_MAPPING1
#define KSZ9896_802_1P_PRIO_MAPPING1 0x0339 |
Definition at line 153 of file ksz9896_driver.h.
◆ KSZ9896_802_1P_PRIO_MAPPING2
#define KSZ9896_802_1P_PRIO_MAPPING2 0x033A |
Definition at line 154 of file ksz9896_driver.h.
◆ KSZ9896_802_1P_PRIO_MAPPING3
#define KSZ9896_802_1P_PRIO_MAPPING3 0x033B |
Definition at line 155 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL
#define KSZ9896_ALU_TABLE_CTRL 0x0418 |
Definition at line 199 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_ACTION
#define KSZ9896_ALU_TABLE_CTRL_ACTION 0x00000003 |
Definition at line 1184 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_ACTION_NOP
#define KSZ9896_ALU_TABLE_CTRL_ACTION_NOP 0x00000000 |
Definition at line 1185 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_ACTION_READ
#define KSZ9896_ALU_TABLE_CTRL_ACTION_READ 0x00000002 |
Definition at line 1187 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_ACTION_SEARCH
#define KSZ9896_ALU_TABLE_CTRL_ACTION_SEARCH 0x00000003 |
Definition at line 1188 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_ACTION_WRITE
#define KSZ9896_ALU_TABLE_CTRL_ACTION_WRITE 0x00000001 |
Definition at line 1186 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_DIRECT
#define KSZ9896_ALU_TABLE_CTRL_DIRECT 0x00000004 |
Definition at line 1183 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_START_FINISH
#define KSZ9896_ALU_TABLE_CTRL_START_FINISH 0x00000080 |
Definition at line 1180 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_VALID
#define KSZ9896_ALU_TABLE_CTRL_VALID 0x00000040 |
Definition at line 1181 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_VALID_COUNT
#define KSZ9896_ALU_TABLE_CTRL_VALID_COUNT 0x3FFF0000 |
Definition at line 1179 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_CTRL_VALID_ENTRY_OR_SEARCH_END
#define KSZ9896_ALU_TABLE_CTRL_VALID_ENTRY_OR_SEARCH_END 0x00000020 |
Definition at line 1182 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1
#define KSZ9896_ALU_TABLE_ENTRY1 0x0420 |
Definition at line 201 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_AGE_COUNT
#define KSZ9896_ALU_TABLE_ENTRY1_AGE_COUNT 0x1C000000 |
Definition at line 1203 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_DES_FILTER
#define KSZ9896_ALU_TABLE_ENTRY1_DES_FILTER 0x20000000 |
Definition at line 1201 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_MSTP
#define KSZ9896_ALU_TABLE_ENTRY1_MSTP 0x00000007 |
Definition at line 1204 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_PRIORITY
#define KSZ9896_ALU_TABLE_ENTRY1_PRIORITY 0x1C000000 |
Definition at line 1202 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_SRC_FILTER
#define KSZ9896_ALU_TABLE_ENTRY1_SRC_FILTER 0x40000000 |
Definition at line 1200 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY1_STATIC
#define KSZ9896_ALU_TABLE_ENTRY1_STATIC 0x80000000 |
Definition at line 1199 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2
#define KSZ9896_ALU_TABLE_ENTRY2 0x0424 |
Definition at line 203 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_OVERRIDE
#define KSZ9896_ALU_TABLE_ENTRY2_OVERRIDE 0x80000000 |
Definition at line 1207 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT1_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1214 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT2_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1213 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT3_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1212 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT4_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1211 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT5_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT5_FORWARD 0x00000010 |
Definition at line 1210 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT6_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1209 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY2_PORT_FORWARD
#define KSZ9896_ALU_TABLE_ENTRY2_PORT_FORWARD 0x0000003F |
Definition at line 1208 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY3
#define KSZ9896_ALU_TABLE_ENTRY3 0x0428 |
Definition at line 206 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY3_FID
#define KSZ9896_ALU_TABLE_ENTRY3_FID 0x007F0000 |
Definition at line 1217 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY3_MAC_ADDR_MSB
#define KSZ9896_ALU_TABLE_ENTRY3_MAC_ADDR_MSB 0x0000FFFF |
Definition at line 1218 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY4
#define KSZ9896_ALU_TABLE_ENTRY4 0x042C |
Definition at line 208 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY4_MAC_ADDR_LSB
#define KSZ9896_ALU_TABLE_ENTRY4_MAC_ADDR_LSB 0xFFFFFFFF |
Definition at line 1221 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX0
#define KSZ9896_ALU_TABLE_ENTRY_INDEX0 0x0316 |
Definition at line 139 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX0_ALMOST_FULL_ENTRY_INDEX
#define KSZ9896_ALU_TABLE_ENTRY_INDEX0_ALMOST_FULL_ENTRY_INDEX 0x0FFF |
Definition at line 1042 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX0_FAIL_WRITE_INDEX
#define KSZ9896_ALU_TABLE_ENTRY_INDEX0_FAIL_WRITE_INDEX 0x03FF |
Definition at line 1043 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX1
#define KSZ9896_ALU_TABLE_ENTRY_INDEX1 0x0318 |
Definition at line 140 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX1_FAIL_LEARN_INDEX
#define KSZ9896_ALU_TABLE_ENTRY_INDEX1_FAIL_LEARN_INDEX 0x03FF |
Definition at line 1046 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX2
#define KSZ9896_ALU_TABLE_ENTRY_INDEX2 0x031A |
Definition at line 141 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_ENTRY_INDEX2_CPU_ACCESS_INDEX
#define KSZ9896_ALU_TABLE_ENTRY_INDEX2_CPU_ACCESS_INDEX 0x03FF |
Definition at line 1049 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INDEX0
#define KSZ9896_ALU_TABLE_INDEX0 0x0410 |
Definition at line 197 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INDEX0_FID_INDEX
#define KSZ9896_ALU_TABLE_INDEX0_FID_INDEX 0x007F0000 |
Definition at line 1172 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INDEX0_MAC_INDEX_MSB
#define KSZ9896_ALU_TABLE_INDEX0_MAC_INDEX_MSB 0x0000FFFF |
Definition at line 1173 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INDEX1
#define KSZ9896_ALU_TABLE_INDEX1 0x0414 |
Definition at line 198 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INDEX1_MAC_INDEX_LSB
#define KSZ9896_ALU_TABLE_INDEX1_MAC_INDEX_LSB 0xFFFFFFFF |
Definition at line 1176 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INT
#define KSZ9896_ALU_TABLE_INT 0x0314 |
Definition at line 137 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INT_ALMOST_FULL
#define KSZ9896_ALU_TABLE_INT_ALMOST_FULL 0x02 |
Definition at line 1033 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INT_LEARN_FAIL
#define KSZ9896_ALU_TABLE_INT_LEARN_FAIL 0x04 |
Definition at line 1032 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_INT_WRITE_FAIL
#define KSZ9896_ALU_TABLE_INT_WRITE_FAIL 0x01 |
Definition at line 1034 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_MASK
#define KSZ9896_ALU_TABLE_MASK 0x0315 |
Definition at line 138 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_MASK_ALMOST_FULL
#define KSZ9896_ALU_TABLE_MASK_ALMOST_FULL 0x02 |
Definition at line 1038 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_MASK_LEARN_FAIL
#define KSZ9896_ALU_TABLE_MASK_LEARN_FAIL 0x04 |
Definition at line 1037 of file ksz9896_driver.h.
◆ KSZ9896_ALU_TABLE_MASK_WRITE_FAIL
#define KSZ9896_ALU_TABLE_MASK_WRITE_FAIL 0x01 |
Definition at line 1039 of file ksz9896_driver.h.
◆ KSZ9896_ANAR
#define KSZ9896_ANAR 0x04 |
Definition at line 83 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_100BT4
#define KSZ9896_ANAR_100BT4 0x0200 |
Definition at line 722 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_100BTX_FD
#define KSZ9896_ANAR_100BTX_FD 0x0100 |
Definition at line 723 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_100BTX_HD
#define KSZ9896_ANAR_100BTX_HD 0x0080 |
Definition at line 724 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_10BT_FD
#define KSZ9896_ANAR_10BT_FD 0x0040 |
Definition at line 725 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_10BT_HD
#define KSZ9896_ANAR_10BT_HD 0x0020 |
Definition at line 726 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_NEXT_PAGE
#define KSZ9896_ANAR_NEXT_PAGE 0x8000 |
Definition at line 719 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_PAUSE
#define KSZ9896_ANAR_PAUSE 0x0C00 |
Definition at line 721 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_REMOTE_FAULT
#define KSZ9896_ANAR_REMOTE_FAULT 0x2000 |
Definition at line 720 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_SELECTOR
#define KSZ9896_ANAR_SELECTOR 0x001F |
Definition at line 727 of file ksz9896_driver.h.
◆ KSZ9896_ANAR_SELECTOR_DEFAULT
#define KSZ9896_ANAR_SELECTOR_DEFAULT 0x0001 |
Definition at line 728 of file ksz9896_driver.h.
◆ KSZ9896_ANER
#define KSZ9896_ANER 0x06 |
Definition at line 85 of file ksz9896_driver.h.
◆ KSZ9896_ANER_LP_AN_ABLE
#define KSZ9896_ANER_LP_AN_ABLE 0x0001 |
Definition at line 748 of file ksz9896_driver.h.
◆ KSZ9896_ANER_LP_NEXT_PAGE_ABLE
#define KSZ9896_ANER_LP_NEXT_PAGE_ABLE 0x0008 |
Definition at line 745 of file ksz9896_driver.h.
◆ KSZ9896_ANER_NEXT_PAGE_ABLE
#define KSZ9896_ANER_NEXT_PAGE_ABLE 0x0004 |
Definition at line 746 of file ksz9896_driver.h.
◆ KSZ9896_ANER_PAGE_RECEIVED
#define KSZ9896_ANER_PAGE_RECEIVED 0x0002 |
Definition at line 747 of file ksz9896_driver.h.
◆ KSZ9896_ANER_PAR_DETECT_FAULT
#define KSZ9896_ANER_PAR_DETECT_FAULT 0x0010 |
Definition at line 744 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR
#define KSZ9896_ANLPAR 0x05 |
Definition at line 84 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_100BT4
#define KSZ9896_ANLPAR_100BT4 0x0200 |
Definition at line 735 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_100BTX_FD
#define KSZ9896_ANLPAR_100BTX_FD 0x0100 |
Definition at line 736 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_100BTX_HD
#define KSZ9896_ANLPAR_100BTX_HD 0x0080 |
Definition at line 737 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_10BT_FD
#define KSZ9896_ANLPAR_10BT_FD 0x0040 |
Definition at line 738 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_10BT_HD
#define KSZ9896_ANLPAR_10BT_HD 0x0020 |
Definition at line 739 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_ACK
#define KSZ9896_ANLPAR_ACK 0x4000 |
Definition at line 732 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_NEXT_PAGE
#define KSZ9896_ANLPAR_NEXT_PAGE 0x8000 |
Definition at line 731 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_PAUSE
#define KSZ9896_ANLPAR_PAUSE 0x0C00 |
Definition at line 734 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_REMOTE_FAULT
#define KSZ9896_ANLPAR_REMOTE_FAULT 0x2000 |
Definition at line 733 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_SELECTOR
#define KSZ9896_ANLPAR_SELECTOR 0x001F |
Definition at line 740 of file ksz9896_driver.h.
◆ KSZ9896_ANLPAR_SELECTOR_DEFAULT
#define KSZ9896_ANLPAR_SELECTOR_DEFAULT 0x0001 |
Definition at line 741 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR
#define KSZ9896_ANLPNPR 0x08 |
Definition at line 87 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_ACK
#define KSZ9896_ANLPNPR_ACK 0x4000 |
Definition at line 759 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_ACK2
#define KSZ9896_ANLPNPR_ACK2 0x1000 |
Definition at line 761 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_MESSAGE
#define KSZ9896_ANLPNPR_MESSAGE 0x07FF |
Definition at line 763 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_MSG_PAGE
#define KSZ9896_ANLPNPR_MSG_PAGE 0x2000 |
Definition at line 760 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_NEXT_PAGE
#define KSZ9896_ANLPNPR_NEXT_PAGE 0x8000 |
Definition at line 758 of file ksz9896_driver.h.
◆ KSZ9896_ANLPNPR_TOGGLE
#define KSZ9896_ANLPNPR_TOGGLE 0x0800 |
Definition at line 762 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR
#define KSZ9896_ANNPR 0x07 |
Definition at line 86 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR_ACK2
#define KSZ9896_ANNPR_ACK2 0x1000 |
Definition at line 753 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR_MESSAGE
#define KSZ9896_ANNPR_MESSAGE 0x07FF |
Definition at line 755 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR_MSG_PAGE
#define KSZ9896_ANNPR_MSG_PAGE 0x2000 |
Definition at line 752 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR_NEXT_PAGE
#define KSZ9896_ANNPR_NEXT_PAGE 0x8000 |
Definition at line 751 of file ksz9896_driver.h.
◆ KSZ9896_ANNPR_TOGGLE
#define KSZ9896_ANNPR_TOGGLE 0x0800 |
Definition at line 754 of file ksz9896_driver.h.
◆ KSZ9896_AUTOMDI
#define KSZ9896_AUTOMDI 0x1C |
Definition at line 98 of file ksz9896_driver.h.
◆ KSZ9896_AUTOMDI_MDI_SET
#define KSZ9896_AUTOMDI_MDI_SET 0x0080 |
Definition at line 835 of file ksz9896_driver.h.
◆ KSZ9896_AUTOMDI_SWAP_OFF
#define KSZ9896_AUTOMDI_SWAP_OFF 0x0040 |
Definition at line 836 of file ksz9896_driver.h.
◆ KSZ9896_BMCR
#define KSZ9896_BMCR 0x00 |
Definition at line 79 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_AN_EN
#define KSZ9896_BMCR_AN_EN 0x1000 |
Definition at line 689 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_COL_TEST
#define KSZ9896_BMCR_COL_TEST 0x0080 |
Definition at line 694 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_DUPLEX_MODE
#define KSZ9896_BMCR_DUPLEX_MODE 0x0100 |
Definition at line 693 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_ISOLATE
#define KSZ9896_BMCR_ISOLATE 0x0400 |
Definition at line 691 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_LOOPBACK
#define KSZ9896_BMCR_LOOPBACK 0x4000 |
Definition at line 687 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_POWER_DOWN
#define KSZ9896_BMCR_POWER_DOWN 0x0800 |
Definition at line 690 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_RESET
#define KSZ9896_BMCR_RESET 0x8000 |
Definition at line 686 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_RESTART_AN
#define KSZ9896_BMCR_RESTART_AN 0x0200 |
Definition at line 692 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_SPEED_SEL_LSB
#define KSZ9896_BMCR_SPEED_SEL_LSB 0x2000 |
Definition at line 688 of file ksz9896_driver.h.
◆ KSZ9896_BMCR_SPEED_SEL_MSB
#define KSZ9896_BMCR_SPEED_SEL_MSB 0x0040 |
Definition at line 695 of file ksz9896_driver.h.
◆ KSZ9896_BMSR
#define KSZ9896_BMSR 0x01 |
Definition at line 80 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_100BT4
#define KSZ9896_BMSR_100BT4 0x8000 |
Definition at line 698 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_100BTX_FD
#define KSZ9896_BMSR_100BTX_FD 0x4000 |
Definition at line 699 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_100BTX_HD
#define KSZ9896_BMSR_100BTX_HD 0x2000 |
Definition at line 700 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_10BT_FD
#define KSZ9896_BMSR_10BT_FD 0x1000 |
Definition at line 701 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_10BT_HD
#define KSZ9896_BMSR_10BT_HD 0x0800 |
Definition at line 702 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_AN_CAPABLE
#define KSZ9896_BMSR_AN_CAPABLE 0x0008 |
Definition at line 707 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_AN_COMPLETE
#define KSZ9896_BMSR_AN_COMPLETE 0x0020 |
Definition at line 705 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_EXTENDED_CAPABLE
#define KSZ9896_BMSR_EXTENDED_CAPABLE 0x0001 |
Definition at line 710 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_EXTENDED_STATUS
#define KSZ9896_BMSR_EXTENDED_STATUS 0x0100 |
Definition at line 703 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_JABBER_DETECT
#define KSZ9896_BMSR_JABBER_DETECT 0x0002 |
Definition at line 709 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_LINK_STATUS
#define KSZ9896_BMSR_LINK_STATUS 0x0004 |
Definition at line 708 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_MF_PREAMBLE_SUPPR
#define KSZ9896_BMSR_MF_PREAMBLE_SUPPR 0x0040 |
Definition at line 704 of file ksz9896_driver.h.
◆ KSZ9896_BMSR_REMOTE_FAULT
#define KSZ9896_BMSR_REMOTE_FAULT 0x0010 |
Definition at line 706 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID0
#define KSZ9896_CHIP_ID0 0x0000 |
Definition at line 106 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID0_DEFAULT
#define KSZ9896_CHIP_ID0_DEFAULT 0x00 |
Definition at line 858 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID1
#define KSZ9896_CHIP_ID1 0x0001 |
Definition at line 107 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID1_DEFAULT
#define KSZ9896_CHIP_ID1_DEFAULT 0x98 |
Definition at line 861 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID2
#define KSZ9896_CHIP_ID2 0x0002 |
Definition at line 108 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID2_DEFAULT
#define KSZ9896_CHIP_ID2_DEFAULT 0x96 |
Definition at line 864 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID3
#define KSZ9896_CHIP_ID3 0x0003 |
Definition at line 109 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID3_GLOBAL_SOFT_RESET
#define KSZ9896_CHIP_ID3_GLOBAL_SOFT_RESET 0x01 |
Definition at line 868 of file ksz9896_driver.h.
◆ KSZ9896_CHIP_ID3_REVISION_ID
#define KSZ9896_CHIP_ID3_REVISION_ID 0xF0 |
Definition at line 867 of file ksz9896_driver.h.
◆ KSZ9896_DPMAPCSS
#define KSZ9896_DPMAPCSS 0x13 |
Definition at line 95 of file ksz9896_driver.h.
◆ KSZ9896_DPMAPCSS_1000BT_LINK_STATUS
#define KSZ9896_DPMAPCSS_1000BT_LINK_STATUS 0x0002 |
Definition at line 813 of file ksz9896_driver.h.
◆ KSZ9896_DPMAPCSS_100BTX_LINK_STATUS
#define KSZ9896_DPMAPCSS_100BTX_LINK_STATUS 0x0001 |
Definition at line 814 of file ksz9896_driver.h.
◆ KSZ9896_DYNAMIC_MAC_TABLE_SIZE
#define KSZ9896_DYNAMIC_MAC_TABLE_SIZE 4096 |
Definition at line 61 of file ksz9896_driver.h.
◆ KSZ9896_GBCR
#define KSZ9896_GBCR 0x09 |
Definition at line 88 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_1000BT_FD
#define KSZ9896_GBCR_1000BT_FD 0x0200 |
Definition at line 770 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_1000BT_HD
#define KSZ9896_GBCR_1000BT_HD 0x0100 |
Definition at line 771 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_MS_MAN_CONF_EN
#define KSZ9896_GBCR_MS_MAN_CONF_EN 0x1000 |
Definition at line 767 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_MS_MAN_CONF_VAL
#define KSZ9896_GBCR_MS_MAN_CONF_VAL 0x0800 |
Definition at line 768 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_PORT_TYPE
#define KSZ9896_GBCR_PORT_TYPE 0x0400 |
Definition at line 769 of file ksz9896_driver.h.
◆ KSZ9896_GBCR_TEST_MODE
#define KSZ9896_GBCR_TEST_MODE 0xE000 |
Definition at line 766 of file ksz9896_driver.h.
◆ KSZ9896_GBESR
#define KSZ9896_GBESR 0x0F |
Definition at line 92 of file ksz9896_driver.h.
◆ KSZ9896_GBESR_1000BT_FD
#define KSZ9896_GBESR_1000BT_FD 0x2000 |
Definition at line 793 of file ksz9896_driver.h.
◆ KSZ9896_GBESR_1000BT_HD
#define KSZ9896_GBESR_1000BT_HD 0x1000 |
Definition at line 794 of file ksz9896_driver.h.
◆ KSZ9896_GBESR_1000BX_FD
#define KSZ9896_GBESR_1000BX_FD 0x8000 |
Definition at line 791 of file ksz9896_driver.h.
◆ KSZ9896_GBESR_1000BX_HD
#define KSZ9896_GBESR_1000BX_HD 0x4000 |
Definition at line 792 of file ksz9896_driver.h.
◆ KSZ9896_GBSR
#define KSZ9896_GBSR 0x0A |
Definition at line 89 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_IDLE_ERR_COUNT
#define KSZ9896_GBSR_IDLE_ERR_COUNT 0x00FF |
Definition at line 780 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_LOCAL_RECEIVER_STATUS
#define KSZ9896_GBSR_LOCAL_RECEIVER_STATUS 0x2000 |
Definition at line 776 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_LP_1000BT_FD
#define KSZ9896_GBSR_LP_1000BT_FD 0x0800 |
Definition at line 778 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_LP_1000BT_HD
#define KSZ9896_GBSR_LP_1000BT_HD 0x0400 |
Definition at line 779 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_MS_CONF_FAULT
#define KSZ9896_GBSR_MS_CONF_FAULT 0x8000 |
Definition at line 774 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_MS_CONF_RES
#define KSZ9896_GBSR_MS_CONF_RES 0x4000 |
Definition at line 775 of file ksz9896_driver.h.
◆ KSZ9896_GBSR_REMOTE_RECEIVER_STATUS
#define KSZ9896_GBSR_REMOTE_RECEIVER_STATUS 0x1000 |
Definition at line 777 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_INT_MASK
#define KSZ9896_GLOBAL_INT_MASK 0x0014 |
Definition at line 112 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_INT_MASK_LUE
#define KSZ9896_GLOBAL_INT_MASK_LUE 0x80000000 |
Definition at line 878 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_INT_STAT
#define KSZ9896_GLOBAL_INT_STAT 0x0010 |
Definition at line 111 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_INT_STAT_LUE
#define KSZ9896_GLOBAL_INT_STAT_LUE 0x80000000 |
Definition at line 875 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK
#define KSZ9896_GLOBAL_PORT_INT_MASK 0x001C |
Definition at line 114 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT1
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT1 0x00000001 |
Definition at line 894 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT2
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT2 0x00000002 |
Definition at line 893 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT3
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT3 0x00000004 |
Definition at line 892 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT4
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT4 0x00000008 |
Definition at line 891 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT5
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT5 0x00000010 |
Definition at line 890 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_MASK_PORT6
#define KSZ9896_GLOBAL_PORT_INT_MASK_PORT6 0x00000020 |
Definition at line 889 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT
#define KSZ9896_GLOBAL_PORT_INT_STAT 0x0018 |
Definition at line 113 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT1
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT1 0x00000001 |
Definition at line 886 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT2
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT2 0x00000002 |
Definition at line 885 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT3
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT3 0x00000004 |
Definition at line 884 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT4
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT4 0x00000008 |
Definition at line 883 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT5
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT5 0x00000010 |
Definition at line 882 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_INT_STAT_PORT6
#define KSZ9896_GLOBAL_PORT_INT_STAT_PORT6 0x00000020 |
Definition at line 881 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL
#define KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL 0x0370 |
Definition at line 189 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_IGMP_SNOOP_EN
#define KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_IGMP_SNOOP_EN 0x40 |
Definition at line 1121 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_EN
#define KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_EN 0x04 |
Definition at line 1123 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_OPT
#define KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_MLD_SNOOP_OPT 0x08 |
Definition at line 1122 of file ksz9896_driver.h.
◆ KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_SNIFF_MODE_SEL
#define KSZ9896_GLOBAL_PORT_MIRROR_SNOOP_CTRL_SNIFF_MODE_SEL 0x01 |
Definition at line 1124 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL
#define KSZ9896_IBA_CTRL 0x0104 |
Definition at line 117 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_DEST_MAC_ADDR_MATCH_EN
#define KSZ9896_IBA_CTRL_DEST_MAC_ADDR_MATCH_EN 0x40000000 |
Definition at line 911 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM
#define KSZ9896_IBA_CTRL_IBA_COMM 0x00070000 |
Definition at line 915 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT1
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT1 0x00000000 |
Definition at line 916 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT2
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT2 0x00010000 |
Definition at line 917 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT3
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT3 0x00020000 |
Definition at line 918 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT4
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT4 0x00030000 |
Definition at line 919 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT5
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT5 0x00040000 |
Definition at line 920 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_COMM_PORT6
#define KSZ9896_IBA_CTRL_IBA_COMM_PORT6 0x00050000 |
Definition at line 921 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_EN
#define KSZ9896_IBA_CTRL_IBA_EN 0x80000000 |
Definition at line 910 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_IBA_RESET
#define KSZ9896_IBA_CTRL_IBA_RESET 0x20000000 |
Definition at line 912 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_RESP_PRIO_QUEUE
#define KSZ9896_IBA_CTRL_RESP_PRIO_QUEUE 0x00C00000 |
Definition at line 913 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_RESP_PRIO_QUEUE_DEFAULT
#define KSZ9896_IBA_CTRL_RESP_PRIO_QUEUE_DEFAULT 0x00400000 |
Definition at line 914 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_TPID
#define KSZ9896_IBA_CTRL_TPID 0x0000FFFF |
Definition at line 922 of file ksz9896_driver.h.
◆ KSZ9896_IBA_CTRL_TPID_DEFAULT
#define KSZ9896_IBA_CTRL_TPID_DEFAULT 0x000040FE |
Definition at line 923 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1
#define KSZ9896_IBA_OP_STAT1 0x0110 |
Definition at line 119 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_ACCESS_CMD_ERR
#define KSZ9896_IBA_OP_STAT1_ACCESS_CMD_ERR 0x00000800 |
Definition at line 936 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_ACCESS_CODE_ERR
#define KSZ9896_IBA_OP_STAT1_ACCESS_CODE_ERR 0x00001000 |
Definition at line 935 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_ACCESS_CODE_ERR_LOC
#define KSZ9896_IBA_OP_STAT1_ACCESS_CODE_ERR_LOC 0x0000007F |
Definition at line 938 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_ACCESS_FORMAT_ERR
#define KSZ9896_IBA_OP_STAT1_ACCESS_FORMAT_ERR 0x00002000 |
Definition at line 934 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_EXEC_DONE
#define KSZ9896_IBA_OP_STAT1_EXEC_DONE 0x20000000 |
Definition at line 932 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_GOOD_PKT_DETECT
#define KSZ9896_IBA_OP_STAT1_GOOD_PKT_DETECT 0x80000000 |
Definition at line 930 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_MAC_ADDR_MISMATCH_ERR
#define KSZ9896_IBA_OP_STAT1_MAC_ADDR_MISMATCH_ERR 0x00004000 |
Definition at line 933 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_OVERSIZE_PKT_ERR
#define KSZ9896_IBA_OP_STAT1_OVERSIZE_PKT_ERR 0x00000400 |
Definition at line 937 of file ksz9896_driver.h.
◆ KSZ9896_IBA_OP_STAT1_RESP_PKT_TX_DONE
#define KSZ9896_IBA_OP_STAT1_RESP_PKT_TX_DONE 0x40000000 |
Definition at line 931 of file ksz9896_driver.h.
◆ KSZ9896_ICSR
#define KSZ9896_ICSR 0x1B |
Definition at line 97 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_JABBER_IE
#define KSZ9896_ICSR_JABBER_IE 0x8000 |
Definition at line 817 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_JABBER_IF
#define KSZ9896_ICSR_JABBER_IF 0x0080 |
Definition at line 825 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LINK_DOWN_IE
#define KSZ9896_ICSR_LINK_DOWN_IE 0x0400 |
Definition at line 822 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LINK_DOWN_IF
#define KSZ9896_ICSR_LINK_DOWN_IF 0x0004 |
Definition at line 830 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LINK_UP_IE
#define KSZ9896_ICSR_LINK_UP_IE 0x0100 |
Definition at line 824 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LINK_UP_IF
#define KSZ9896_ICSR_LINK_UP_IF 0x0001 |
Definition at line 832 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LP_ACK_IE
#define KSZ9896_ICSR_LP_ACK_IE 0x0800 |
Definition at line 821 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_LP_ACK_IF
#define KSZ9896_ICSR_LP_ACK_IF 0x0008 |
Definition at line 829 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_PAGE_RECEIVED_IE
#define KSZ9896_ICSR_PAGE_RECEIVED_IE 0x2000 |
Definition at line 819 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_PAGE_RECEIVED_IF
#define KSZ9896_ICSR_PAGE_RECEIVED_IF 0x0020 |
Definition at line 827 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_PAR_DETECT_FAULT_IE
#define KSZ9896_ICSR_PAR_DETECT_FAULT_IE 0x1000 |
Definition at line 820 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_PAR_DETECT_FAULT_IF
#define KSZ9896_ICSR_PAR_DETECT_FAULT_IF 0x0010 |
Definition at line 828 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_RECEIVE_ERROR_IE
#define KSZ9896_ICSR_RECEIVE_ERROR_IE 0x4000 |
Definition at line 818 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_RECEIVE_ERROR_IF
#define KSZ9896_ICSR_RECEIVE_ERROR_IF 0x0040 |
Definition at line 826 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_REMOTE_FAULT_IE
#define KSZ9896_ICSR_REMOTE_FAULT_IE 0x0200 |
Definition at line 823 of file ksz9896_driver.h.
◆ KSZ9896_ICSR_REMOTE_FAULT_IF
#define KSZ9896_ICSR_REMOTE_FAULT_IF 0x0002 |
Definition at line 831 of file ksz9896_driver.h.
◆ KSZ9896_IO_DRIVE_STRENGTH
#define KSZ9896_IO_DRIVE_STRENGTH 0x010D |
Definition at line 118 of file ksz9896_driver.h.
◆ KSZ9896_IO_DRIVE_STRENGTH_HIGH_SPEED_DRIVE_STRENGTH
#define KSZ9896_IO_DRIVE_STRENGTH_HIGH_SPEED_DRIVE_STRENGTH 0x70 |
Definition at line 926 of file ksz9896_driver.h.
◆ KSZ9896_IO_DRIVE_STRENGTH_LOW_SPEED_DRIVE_STRENGTH
#define KSZ9896_IO_DRIVE_STRENGTH_LOW_SPEED_DRIVE_STRENGTH 0x07 |
Definition at line 927 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_EN
#define KSZ9896_IP_DIFFSERV_PRIO_EN 0x033E |
Definition at line 156 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING0
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING0 0x0340 |
Definition at line 157 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING1
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING1 0x0341 |
Definition at line 158 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING10
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING10 0x034A |
Definition at line 167 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING11
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING11 0x034B |
Definition at line 168 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING12
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING12 0x034C |
Definition at line 169 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING13
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING13 0x034D |
Definition at line 170 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING14
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING14 0x034E |
Definition at line 171 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING15
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING15 0x034F |
Definition at line 172 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING16
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING16 0x0350 |
Definition at line 173 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING17
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING17 0x0351 |
Definition at line 174 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING18
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING18 0x0352 |
Definition at line 175 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING19
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING19 0x0353 |
Definition at line 176 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING2
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING2 0x0342 |
Definition at line 159 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING20
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING20 0x0354 |
Definition at line 177 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING21
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING21 0x0355 |
Definition at line 178 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING22
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING22 0x0356 |
Definition at line 179 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING23
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING23 0x0357 |
Definition at line 180 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING24
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING24 0x0358 |
Definition at line 181 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING25
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING25 0x0359 |
Definition at line 182 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING26
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING26 0x035A |
Definition at line 183 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING27
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING27 0x035B |
Definition at line 184 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING28
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING28 0x035C |
Definition at line 185 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING29
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING29 0x035D |
Definition at line 186 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING3
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING3 0x0343 |
Definition at line 160 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING30
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING30 0x035E |
Definition at line 187 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING31
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING31 0x035F |
Definition at line 188 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING4
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING4 0x0344 |
Definition at line 161 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING5
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING5 0x0345 |
Definition at line 162 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING6
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING6 0x0346 |
Definition at line 163 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING7
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING7 0x0347 |
Definition at line 164 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING8
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING8 0x0348 |
Definition at line 165 of file ksz9896_driver.h.
◆ KSZ9896_IP_DIFFSERV_PRIO_MAPPING9
#define KSZ9896_IP_DIFFSERV_PRIO_MAPPING9 0x0349 |
Definition at line 166 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT
#define KSZ9896_LED_OUTPUT 0x0124 |
Definition at line 121 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL 0x000003FF |
Definition at line 954 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED1_0
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED1_0 0x00000001 |
Definition at line 955 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED1_1
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED1_1 0x00000002 |
Definition at line 956 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED2_0
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED2_0 0x00000004 |
Definition at line 957 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED2_1
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED2_1 0x00000008 |
Definition at line 958 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED3_0
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED3_0 0x00000010 |
Definition at line 959 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED3_1
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED3_1 0x00000020 |
Definition at line 960 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED4_0
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED4_0 0x00000040 |
Definition at line 961 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED4_1
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED4_1 0x00000080 |
Definition at line 962 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED5_0
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED5_0 0x00000100 |
Definition at line 963 of file ksz9896_driver.h.
◆ KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED5_1
#define KSZ9896_LED_OUTPUT_GPIO_OUT_CTRL_LED5_1 0x00000200 |
Definition at line 964 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE
#define KSZ9896_LED_OVERRIDE 0x0120 |
Definition at line 120 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE
#define KSZ9896_LED_OVERRIDE_OVERRIDE 0x000003FF |
Definition at line 941 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED1_0
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED1_0 0x00000001 |
Definition at line 942 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED1_1
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED1_1 0x00000002 |
Definition at line 943 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED2_0
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED2_0 0x00000004 |
Definition at line 944 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED2_1
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED2_1 0x00000008 |
Definition at line 945 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED3_0
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED3_0 0x00000010 |
Definition at line 946 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED3_1
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED3_1 0x00000020 |
Definition at line 947 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED4_0
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED4_0 0x00000040 |
Definition at line 948 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED4_1
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED4_1 0x00000080 |
Definition at line 949 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED5_0
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED5_0 0x00000100 |
Definition at line 950 of file ksz9896_driver.h.
◆ KSZ9896_LED_OVERRIDE_OVERRIDE_LED5_1
#define KSZ9896_LED_OVERRIDE_OVERRIDE_LED5_1 0x00000200 |
Definition at line 951 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN
#define KSZ9896_LED_STRAP_IN 0x0210 |
Definition at line 123 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN
#define KSZ9896_LED_STRAP_IN_STRAP_IN 0x000003FF |
Definition at line 974 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED1_0
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED1_0 0x00000001 |
Definition at line 975 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED1_1
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED1_1 0x00000002 |
Definition at line 976 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED2_0
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED2_0 0x00000004 |
Definition at line 977 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED2_1
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED2_1 0x00000008 |
Definition at line 978 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED3_0
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED3_0 0x00000010 |
Definition at line 979 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED3_1
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED3_1 0x00000020 |
Definition at line 980 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED4_0
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED4_0 0x00000040 |
Definition at line 981 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED4_1
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED4_1 0x00000080 |
Definition at line 982 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED5_0
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED5_0 0x00000100 |
Definition at line 983 of file ksz9896_driver.h.
◆ KSZ9896_LED_STRAP_IN_STRAP_IN_LED5_1
#define KSZ9896_LED_STRAP_IN_STRAP_IN_LED5_1 0x00000200 |
Definition at line 984 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD
#define KSZ9896_LINKMD 0x12 |
Definition at line 94 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_PAIR
#define KSZ9896_LINKMD_PAIR 0x3000 |
Definition at line 801 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_PAIR_A
#define KSZ9896_LINKMD_PAIR_A 0x0000 |
Definition at line 802 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_PAIR_B
#define KSZ9896_LINKMD_PAIR_B 0x1000 |
Definition at line 803 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_PAIR_C
#define KSZ9896_LINKMD_PAIR_C 0x2000 |
Definition at line 804 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_PAIR_D
#define KSZ9896_LINKMD_PAIR_D 0x3000 |
Definition at line 805 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_RESULT
#define KSZ9896_LINKMD_RESULT 0x00FF |
Definition at line 810 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_STATUS
#define KSZ9896_LINKMD_STATUS 0x0300 |
Definition at line 806 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_STATUS_NORMAL
#define KSZ9896_LINKMD_STATUS_NORMAL 0x0000 |
Definition at line 807 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_STATUS_OPEN
#define KSZ9896_LINKMD_STATUS_OPEN 0x0100 |
Definition at line 808 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_STATUS_SHORT
#define KSZ9896_LINKMD_STATUS_SHORT 0x0200 |
Definition at line 809 of file ksz9896_driver.h.
◆ KSZ9896_LINKMD_TEST_EN
#define KSZ9896_LINKMD_TEST_EN 0x8000 |
Definition at line 800 of file ksz9896_driver.h.
◆ KSZ9896_MMD_EEE_ADV
#define KSZ9896_MMD_EEE_ADV 0x07, 0x3C |
Definition at line 103 of file ksz9896_driver.h.
◆ KSZ9896_MMD_EEE_ADV_1000BT_EEE_EN
#define KSZ9896_MMD_EEE_ADV_1000BT_EEE_EN 0x0004 |
Definition at line 854 of file ksz9896_driver.h.
◆ KSZ9896_MMD_EEE_ADV_100BT_EEE_EN
#define KSZ9896_MMD_EEE_ADV_100BT_EEE_EN 0x0002 |
Definition at line 855 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE
#define KSZ9896_MMD_LED_MODE 0x02, 0x00 |
Definition at line 102 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE_LED_MODE
#define KSZ9896_MMD_LED_MODE_LED_MODE 0x0010 |
Definition at line 847 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE_LED_MODE_SINGLE
#define KSZ9896_MMD_LED_MODE_LED_MODE_SINGLE 0x0010 |
Definition at line 849 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE_LED_MODE_TRI_COLOR_DUAL
#define KSZ9896_MMD_LED_MODE_LED_MODE_TRI_COLOR_DUAL 0x0000 |
Definition at line 848 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE_RESERVED
#define KSZ9896_MMD_LED_MODE_RESERVED 0x000F |
Definition at line 850 of file ksz9896_driver.h.
◆ KSZ9896_MMD_LED_MODE_RESERVED_DEFAULT
#define KSZ9896_MMD_LED_MODE_RESERVED_DEFAULT 0x0001 |
Definition at line 851 of file ksz9896_driver.h.
◆ KSZ9896_MMDAADR
#define KSZ9896_MMDAADR 0x0E |
Definition at line 91 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR
#define KSZ9896_MMDACR 0x0D |
Definition at line 90 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_DEVAD
#define KSZ9896_MMDACR_DEVAD 0x001F |
Definition at line 788 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_FUNC
#define KSZ9896_MMDACR_FUNC 0xC000 |
Definition at line 783 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_FUNC_ADDR
#define KSZ9896_MMDACR_FUNC_ADDR 0x0000 |
Definition at line 784 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_FUNC_DATA_NO_POST_INC
#define KSZ9896_MMDACR_FUNC_DATA_NO_POST_INC 0x4000 |
Definition at line 785 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_FUNC_DATA_POST_INC_RW
#define KSZ9896_MMDACR_FUNC_DATA_POST_INC_RW 0x8000 |
Definition at line 786 of file ksz9896_driver.h.
◆ KSZ9896_MMDACR_FUNC_DATA_POST_INC_W
#define KSZ9896_MMDACR_FUNC_DATA_POST_INC_W 0xC000 |
Definition at line 787 of file ksz9896_driver.h.
◆ KSZ9896_OUT_CLK_CTRL
#define KSZ9896_OUT_CLK_CTRL 0x0103 |
Definition at line 116 of file ksz9896_driver.h.
◆ KSZ9896_OUT_CLK_CTRL_CLKO_25_125_EN
#define KSZ9896_OUT_CLK_CTRL_CLKO_25_125_EN 0x02 |
Definition at line 904 of file ksz9896_driver.h.
◆ KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ
#define KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ 0x01 |
Definition at line 905 of file ksz9896_driver.h.
◆ KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ_125MHZ
#define KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ_125MHZ 0x01 |
Definition at line 907 of file ksz9896_driver.h.
◆ KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ_25MHZ
#define KSZ9896_OUT_CLK_CTRL_CLKO_25_125_FREQ_25MHZ 0x00 |
Definition at line 906 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON
#define KSZ9896_PHYCON 0x1F |
Definition at line 99 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_1000BT_MS_STATUS
#define KSZ9896_PHYCON_1000BT_MS_STATUS 0x0004 |
Definition at line 844 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_DUPLEX_STATUS
#define KSZ9896_PHYCON_DUPLEX_STATUS 0x0008 |
Definition at line 843 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_JABBER_EN
#define KSZ9896_PHYCON_JABBER_EN 0x0200 |
Definition at line 839 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_SPEED_1000BT
#define KSZ9896_PHYCON_SPEED_1000BT 0x0040 |
Definition at line 840 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_SPEED_100BTX
#define KSZ9896_PHYCON_SPEED_100BTX 0x0020 |
Definition at line 841 of file ksz9896_driver.h.
◆ KSZ9896_PHYCON_SPEED_10BT
#define KSZ9896_PHYCON_SPEED_10BT 0x0010 |
Definition at line 842 of file ksz9896_driver.h.
◆ KSZ9896_PHYID1
#define KSZ9896_PHYID1 0x02 |
Definition at line 81 of file ksz9896_driver.h.
◆ KSZ9896_PHYID1_DEFAULT
#define KSZ9896_PHYID1_DEFAULT 0x0022 |
Definition at line 713 of file ksz9896_driver.h.
◆ KSZ9896_PHYID2
#define KSZ9896_PHYID2 0x03 |
Definition at line 82 of file ksz9896_driver.h.
◆ KSZ9896_PHYID2_DEFAULT
#define KSZ9896_PHYID2_DEFAULT 0x1631 |
Definition at line 716 of file ksz9896_driver.h.
◆ KSZ9896_PME_PIN_CTRL
#define KSZ9896_PME_PIN_CTRL 0x0006 |
Definition at line 110 of file ksz9896_driver.h.
◆ KSZ9896_PME_PIN_CTRL_PME_PIN_OUT_EN
#define KSZ9896_PME_PIN_CTRL_PME_PIN_OUT_EN 0x02 |
Definition at line 871 of file ksz9896_driver.h.
◆ KSZ9896_PME_PIN_CTRL_PME_PIN_OUT_POL
#define KSZ9896_PME_PIN_CTRL_PME_PIN_OUT_POL 0x01 |
Definition at line 872 of file ksz9896_driver.h.
◆ KSZ9896_PORT1
#define KSZ9896_PORT1 1 |
Definition at line 38 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS0
#define KSZ9896_PORT1_ACL_ACCESS0 0x1600 |
Definition at line 235 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS1
#define KSZ9896_PORT1_ACL_ACCESS1 0x1601 |
Definition at line 236 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS10
#define KSZ9896_PORT1_ACL_ACCESS10 0x160A |
Definition at line 245 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS11
#define KSZ9896_PORT1_ACL_ACCESS11 0x160B |
Definition at line 246 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS12
#define KSZ9896_PORT1_ACL_ACCESS12 0x160C |
Definition at line 247 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS13
#define KSZ9896_PORT1_ACL_ACCESS13 0x160D |
Definition at line 248 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS14
#define KSZ9896_PORT1_ACL_ACCESS14 0x160E |
Definition at line 249 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS15
#define KSZ9896_PORT1_ACL_ACCESS15 0x160F |
Definition at line 250 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS2
#define KSZ9896_PORT1_ACL_ACCESS2 0x1602 |
Definition at line 237 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS3
#define KSZ9896_PORT1_ACL_ACCESS3 0x1603 |
Definition at line 238 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS4
#define KSZ9896_PORT1_ACL_ACCESS4 0x1604 |
Definition at line 239 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS5
#define KSZ9896_PORT1_ACL_ACCESS5 0x1605 |
Definition at line 240 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS6
#define KSZ9896_PORT1_ACL_ACCESS6 0x1606 |
Definition at line 241 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS7
#define KSZ9896_PORT1_ACL_ACCESS7 0x1607 |
Definition at line 242 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS8
#define KSZ9896_PORT1_ACL_ACCESS8 0x1608 |
Definition at line 243 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS9
#define KSZ9896_PORT1_ACL_ACCESS9 0x1609 |
Definition at line 244 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_ACCESS_CTRL0
#define KSZ9896_PORT1_ACL_ACCESS_CTRL0 0x1612 |
Definition at line 253 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_BYTE_EN_LSB
#define KSZ9896_PORT1_ACL_BYTE_EN_LSB 0x1611 |
Definition at line 252 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_ACL_BYTE_EN_MSB
#define KSZ9896_PORT1_ACL_BYTE_EN_MSB 0x1610 |
Definition at line 251 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_AUTH_CTRL
#define KSZ9896_PORT1_AUTH_CTRL 0x1803 |
Definition at line 257 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_CTRL0
#define KSZ9896_PORT1_CTRL0 0x1A00 |
Definition at line 272 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_CTRL1
#define KSZ9896_PORT1_CTRL1 0x1A04 |
Definition at line 273 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_CTRL2
#define KSZ9896_PORT1_CTRL2 0x1B00 |
Definition at line 274 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_DEFAULT_TAG0
#define KSZ9896_PORT1_DEFAULT_TAG0 0x1000 |
Definition at line 210 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_DEFAULT_TAG1
#define KSZ9896_PORT1_DEFAULT_TAG1 0x1001 |
Definition at line 211 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_IG_MAC_CTRL
#define KSZ9896_PORT1_IG_MAC_CTRL 0x1802 |
Definition at line 256 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT1_IG_RATE_LIMIT_CTRL 0x1403 |
Definition at line 220 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_INT_MASK
#define KSZ9896_PORT1_INT_MASK 0x101F |
Definition at line 215 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_INT_STATUS
#define KSZ9896_PORT1_INT_STATUS 0x101B |
Definition at line 214 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MAC_CTRL0
#define KSZ9896_PORT1_MAC_CTRL0 0x1400 |
Definition at line 218 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MAC_CTRL1
#define KSZ9896_PORT1_MAC_CTRL1 0x1401 |
Definition at line 219 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MASK
#define KSZ9896_PORT1_MASK 0x01 |
Definition at line 47 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MIB_CTRL_STAT
#define KSZ9896_PORT1_MIB_CTRL_STAT 0x1500 |
Definition at line 233 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MIB_DATA
#define KSZ9896_PORT1_MIB_DATA 0x1504 |
Definition at line 234 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MIRRORING_CTRL
#define KSZ9896_PORT1_MIRRORING_CTRL 0x1800 |
Definition at line 254 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MSTP_PTR
#define KSZ9896_PORT1_MSTP_PTR 0x1B01 |
Definition at line 275 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_MSTP_STATE
#define KSZ9896_PORT1_MSTP_STATE 0x1B04 |
Definition at line 276 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_OP_CTRL0
#define KSZ9896_PORT1_OP_CTRL0 0x1020 |
Definition at line 216 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PME_WOL_EN
#define KSZ9896_PORT1_PME_WOL_EN 0x1017 |
Definition at line 213 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PME_WOL_EVENT
#define KSZ9896_PORT1_PME_WOL_EVENT 0x1013 |
Definition at line 212 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_POLICE_CTRL
#define KSZ9896_PORT1_POLICE_CTRL 0x180C |
Definition at line 260 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT1_POLICE_QUEUE_BURST_SIZE 0x1824 |
Definition at line 262 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_POLICE_QUEUE_RATE
#define KSZ9896_PORT1_POLICE_QUEUE_RATE 0x1820 |
Definition at line 261 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO0_IG_LIMIT_CTRL 0x1410 |
Definition at line 221 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO1_IG_LIMIT_CTRL 0x1411 |
Definition at line 222 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO2_IG_LIMIT_CTRL 0x1412 |
Definition at line 223 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO3_IG_LIMIT_CTRL 0x1413 |
Definition at line 224 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO4_IG_LIMIT_CTRL 0x1414 |
Definition at line 225 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO5_IG_LIMIT_CTRL 0x1415 |
Definition at line 226 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO6_IG_LIMIT_CTRL 0x1416 |
Definition at line 227 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT1_PRIO7_IG_LIMIT_CTRL 0x1417 |
Definition at line 228 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO_CTRL
#define KSZ9896_PORT1_PRIO_CTRL 0x1801 |
Definition at line 255 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT1_PRIO_TO_QUEUE_MAPPING 0x1808 |
Definition at line 259 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_PTR
#define KSZ9896_PORT1_PTR 0x1804 |
Definition at line 258 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT1_QUEUE0_EG_LIMIT_CTRL 0x1420 |
Definition at line 229 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT1_QUEUE1_EG_LIMIT_CTRL 0x1421 |
Definition at line 230 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT1_QUEUE2_EG_LIMIT_CTRL 0x1422 |
Definition at line 231 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT1_QUEUE3_EG_LIMIT_CTRL 0x1423 |
Definition at line 232 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_STATUS
#define KSZ9896_PORT1_STATUS 0x1030 |
Definition at line 217 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_TX_QUEUE_CTRL0
#define KSZ9896_PORT1_TX_QUEUE_CTRL0 0x1914 |
Definition at line 270 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_TX_QUEUE_CTRL1
#define KSZ9896_PORT1_TX_QUEUE_CTRL1 0x1915 |
Definition at line 271 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_TX_QUEUE_INDEX
#define KSZ9896_PORT1_TX_QUEUE_INDEX 0x1900 |
Definition at line 268 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_TX_QUEUE_PVID
#define KSZ9896_PORT1_TX_QUEUE_PVID 0x1904 |
Definition at line 269 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT1_WRED_PKT_MEM_CTRL0 0x1830 |
Definition at line 263 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT1_WRED_PKT_MEM_CTRL1 0x1834 |
Definition at line 264 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_WRED_QUEUE_CTRL0
#define KSZ9896_PORT1_WRED_QUEUE_CTRL0 0x1840 |
Definition at line 265 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_WRED_QUEUE_CTRL1
#define KSZ9896_PORT1_WRED_QUEUE_CTRL1 0x1844 |
Definition at line 266 of file ksz9896_driver.h.
◆ KSZ9896_PORT1_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT1_WRED_QUEUE_PERF_MON_CTRL 0x1848 |
Definition at line 267 of file ksz9896_driver.h.
◆ KSZ9896_PORT2
#define KSZ9896_PORT2 2 |
Definition at line 39 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS0
#define KSZ9896_PORT2_ACL_ACCESS0 0x2600 |
Definition at line 302 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS1
#define KSZ9896_PORT2_ACL_ACCESS1 0x2601 |
Definition at line 303 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS10
#define KSZ9896_PORT2_ACL_ACCESS10 0x260A |
Definition at line 312 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS11
#define KSZ9896_PORT2_ACL_ACCESS11 0x260B |
Definition at line 313 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS12
#define KSZ9896_PORT2_ACL_ACCESS12 0x260C |
Definition at line 314 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS13
#define KSZ9896_PORT2_ACL_ACCESS13 0x260D |
Definition at line 315 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS14
#define KSZ9896_PORT2_ACL_ACCESS14 0x260E |
Definition at line 316 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS15
#define KSZ9896_PORT2_ACL_ACCESS15 0x260F |
Definition at line 317 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS2
#define KSZ9896_PORT2_ACL_ACCESS2 0x2602 |
Definition at line 304 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS3
#define KSZ9896_PORT2_ACL_ACCESS3 0x2603 |
Definition at line 305 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS4
#define KSZ9896_PORT2_ACL_ACCESS4 0x2604 |
Definition at line 306 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS5
#define KSZ9896_PORT2_ACL_ACCESS5 0x2605 |
Definition at line 307 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS6
#define KSZ9896_PORT2_ACL_ACCESS6 0x2606 |
Definition at line 308 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS7
#define KSZ9896_PORT2_ACL_ACCESS7 0x2607 |
Definition at line 309 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS8
#define KSZ9896_PORT2_ACL_ACCESS8 0x2608 |
Definition at line 310 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS9
#define KSZ9896_PORT2_ACL_ACCESS9 0x2609 |
Definition at line 311 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_ACCESS_CTRL0
#define KSZ9896_PORT2_ACL_ACCESS_CTRL0 0x2612 |
Definition at line 320 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_BYTE_EN_LSB
#define KSZ9896_PORT2_ACL_BYTE_EN_LSB 0x2611 |
Definition at line 319 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_ACL_BYTE_EN_MSB
#define KSZ9896_PORT2_ACL_BYTE_EN_MSB 0x2610 |
Definition at line 318 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_AUTH_CTRL
#define KSZ9896_PORT2_AUTH_CTRL 0x2803 |
Definition at line 324 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_CTRL0
#define KSZ9896_PORT2_CTRL0 0x2A00 |
Definition at line 339 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_CTRL1
#define KSZ9896_PORT2_CTRL1 0x2A04 |
Definition at line 340 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_CTRL2
#define KSZ9896_PORT2_CTRL2 0x2B00 |
Definition at line 341 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_DEFAULT_TAG0
#define KSZ9896_PORT2_DEFAULT_TAG0 0x2000 |
Definition at line 277 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_DEFAULT_TAG1
#define KSZ9896_PORT2_DEFAULT_TAG1 0x2001 |
Definition at line 278 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_IG_MAC_CTRL
#define KSZ9896_PORT2_IG_MAC_CTRL 0x2802 |
Definition at line 323 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT2_IG_RATE_LIMIT_CTRL 0x2403 |
Definition at line 287 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_INT_MASK
#define KSZ9896_PORT2_INT_MASK 0x201F |
Definition at line 282 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_INT_STATUS
#define KSZ9896_PORT2_INT_STATUS 0x201B |
Definition at line 281 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MAC_CTRL0
#define KSZ9896_PORT2_MAC_CTRL0 0x2400 |
Definition at line 285 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MAC_CTRL1
#define KSZ9896_PORT2_MAC_CTRL1 0x2401 |
Definition at line 286 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MASK
#define KSZ9896_PORT2_MASK 0x02 |
Definition at line 48 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MIB_CTRL_STAT
#define KSZ9896_PORT2_MIB_CTRL_STAT 0x2500 |
Definition at line 300 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MIB_DATA
#define KSZ9896_PORT2_MIB_DATA 0x2504 |
Definition at line 301 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MIRRORING_CTRL
#define KSZ9896_PORT2_MIRRORING_CTRL 0x2800 |
Definition at line 321 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MSTP_PTR
#define KSZ9896_PORT2_MSTP_PTR 0x2B01 |
Definition at line 342 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_MSTP_STATE
#define KSZ9896_PORT2_MSTP_STATE 0x2B04 |
Definition at line 343 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_OP_CTRL0
#define KSZ9896_PORT2_OP_CTRL0 0x2020 |
Definition at line 283 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PME_WOL_EN
#define KSZ9896_PORT2_PME_WOL_EN 0x2017 |
Definition at line 280 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PME_WOL_EVENT
#define KSZ9896_PORT2_PME_WOL_EVENT 0x2013 |
Definition at line 279 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_POLICE_CTRL
#define KSZ9896_PORT2_POLICE_CTRL 0x280C |
Definition at line 327 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT2_POLICE_QUEUE_BURST_SIZE 0x2824 |
Definition at line 329 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_POLICE_QUEUE_RATE
#define KSZ9896_PORT2_POLICE_QUEUE_RATE 0x2820 |
Definition at line 328 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO0_IG_LIMIT_CTRL 0x2410 |
Definition at line 288 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO1_IG_LIMIT_CTRL 0x2411 |
Definition at line 289 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO2_IG_LIMIT_CTRL 0x2412 |
Definition at line 290 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO3_IG_LIMIT_CTRL 0x2413 |
Definition at line 291 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO4_IG_LIMIT_CTRL 0x2414 |
Definition at line 292 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO5_IG_LIMIT_CTRL 0x2415 |
Definition at line 293 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO6_IG_LIMIT_CTRL 0x2416 |
Definition at line 294 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT2_PRIO7_IG_LIMIT_CTRL 0x2417 |
Definition at line 295 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO_CTRL
#define KSZ9896_PORT2_PRIO_CTRL 0x2801 |
Definition at line 322 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT2_PRIO_TO_QUEUE_MAPPING 0x2808 |
Definition at line 326 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_PTR
#define KSZ9896_PORT2_PTR 0x2804 |
Definition at line 325 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT2_QUEUE0_EG_LIMIT_CTRL 0x2420 |
Definition at line 296 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT2_QUEUE1_EG_LIMIT_CTRL 0x2421 |
Definition at line 297 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT2_QUEUE2_EG_LIMIT_CTRL 0x2422 |
Definition at line 298 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT2_QUEUE3_EG_LIMIT_CTRL 0x2423 |
Definition at line 299 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_STATUS
#define KSZ9896_PORT2_STATUS 0x2030 |
Definition at line 284 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_TX_QUEUE_CTRL0
#define KSZ9896_PORT2_TX_QUEUE_CTRL0 0x2914 |
Definition at line 337 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_TX_QUEUE_CTRL1
#define KSZ9896_PORT2_TX_QUEUE_CTRL1 0x2915 |
Definition at line 338 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_TX_QUEUE_INDEX
#define KSZ9896_PORT2_TX_QUEUE_INDEX 0x2900 |
Definition at line 335 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_TX_QUEUE_PVID
#define KSZ9896_PORT2_TX_QUEUE_PVID 0x2904 |
Definition at line 336 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT2_WRED_PKT_MEM_CTRL0 0x2830 |
Definition at line 330 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT2_WRED_PKT_MEM_CTRL1 0x2834 |
Definition at line 331 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_WRED_QUEUE_CTRL0
#define KSZ9896_PORT2_WRED_QUEUE_CTRL0 0x2840 |
Definition at line 332 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_WRED_QUEUE_CTRL1
#define KSZ9896_PORT2_WRED_QUEUE_CTRL1 0x2844 |
Definition at line 333 of file ksz9896_driver.h.
◆ KSZ9896_PORT2_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT2_WRED_QUEUE_PERF_MON_CTRL 0x2848 |
Definition at line 334 of file ksz9896_driver.h.
◆ KSZ9896_PORT3
#define KSZ9896_PORT3 3 |
Definition at line 40 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS0
#define KSZ9896_PORT3_ACL_ACCESS0 0x3600 |
Definition at line 369 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS1
#define KSZ9896_PORT3_ACL_ACCESS1 0x3601 |
Definition at line 370 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS10
#define KSZ9896_PORT3_ACL_ACCESS10 0x360A |
Definition at line 379 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS11
#define KSZ9896_PORT3_ACL_ACCESS11 0x360B |
Definition at line 380 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS12
#define KSZ9896_PORT3_ACL_ACCESS12 0x360C |
Definition at line 381 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS13
#define KSZ9896_PORT3_ACL_ACCESS13 0x360D |
Definition at line 382 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS14
#define KSZ9896_PORT3_ACL_ACCESS14 0x360E |
Definition at line 383 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS15
#define KSZ9896_PORT3_ACL_ACCESS15 0x360F |
Definition at line 384 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS2
#define KSZ9896_PORT3_ACL_ACCESS2 0x3602 |
Definition at line 371 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS3
#define KSZ9896_PORT3_ACL_ACCESS3 0x3603 |
Definition at line 372 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS4
#define KSZ9896_PORT3_ACL_ACCESS4 0x3604 |
Definition at line 373 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS5
#define KSZ9896_PORT3_ACL_ACCESS5 0x3605 |
Definition at line 374 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS6
#define KSZ9896_PORT3_ACL_ACCESS6 0x3606 |
Definition at line 375 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS7
#define KSZ9896_PORT3_ACL_ACCESS7 0x3607 |
Definition at line 376 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS8
#define KSZ9896_PORT3_ACL_ACCESS8 0x3608 |
Definition at line 377 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS9
#define KSZ9896_PORT3_ACL_ACCESS9 0x3609 |
Definition at line 378 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_ACCESS_CTRL0
#define KSZ9896_PORT3_ACL_ACCESS_CTRL0 0x3612 |
Definition at line 387 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_BYTE_EN_LSB
#define KSZ9896_PORT3_ACL_BYTE_EN_LSB 0x3611 |
Definition at line 386 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_ACL_BYTE_EN_MSB
#define KSZ9896_PORT3_ACL_BYTE_EN_MSB 0x3610 |
Definition at line 385 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_AUTH_CTRL
#define KSZ9896_PORT3_AUTH_CTRL 0x3803 |
Definition at line 391 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_CTRL0
#define KSZ9896_PORT3_CTRL0 0x3A00 |
Definition at line 406 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_CTRL1
#define KSZ9896_PORT3_CTRL1 0x3A04 |
Definition at line 407 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_CTRL2
#define KSZ9896_PORT3_CTRL2 0x3B00 |
Definition at line 408 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_DEFAULT_TAG0
#define KSZ9896_PORT3_DEFAULT_TAG0 0x3000 |
Definition at line 344 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_DEFAULT_TAG1
#define KSZ9896_PORT3_DEFAULT_TAG1 0x3001 |
Definition at line 345 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_IG_MAC_CTRL
#define KSZ9896_PORT3_IG_MAC_CTRL 0x3802 |
Definition at line 390 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT3_IG_RATE_LIMIT_CTRL 0x3403 |
Definition at line 354 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_INT_MASK
#define KSZ9896_PORT3_INT_MASK 0x301F |
Definition at line 349 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_INT_STATUS
#define KSZ9896_PORT3_INT_STATUS 0x301B |
Definition at line 348 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MAC_CTRL0
#define KSZ9896_PORT3_MAC_CTRL0 0x3400 |
Definition at line 352 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MAC_CTRL1
#define KSZ9896_PORT3_MAC_CTRL1 0x3401 |
Definition at line 353 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MASK
#define KSZ9896_PORT3_MASK 0x04 |
Definition at line 49 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MIB_CTRL_STAT
#define KSZ9896_PORT3_MIB_CTRL_STAT 0x3500 |
Definition at line 367 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MIB_DATA
#define KSZ9896_PORT3_MIB_DATA 0x3504 |
Definition at line 368 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MIRRORING_CTRL
#define KSZ9896_PORT3_MIRRORING_CTRL 0x3800 |
Definition at line 388 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MSTP_PTR
#define KSZ9896_PORT3_MSTP_PTR 0x3B01 |
Definition at line 409 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_MSTP_STATE
#define KSZ9896_PORT3_MSTP_STATE 0x3B04 |
Definition at line 410 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_OP_CTRL0
#define KSZ9896_PORT3_OP_CTRL0 0x3020 |
Definition at line 350 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PME_WOL_EN
#define KSZ9896_PORT3_PME_WOL_EN 0x3017 |
Definition at line 347 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PME_WOL_EVENT
#define KSZ9896_PORT3_PME_WOL_EVENT 0x3013 |
Definition at line 346 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_POLICE_CTRL
#define KSZ9896_PORT3_POLICE_CTRL 0x380C |
Definition at line 394 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT3_POLICE_QUEUE_BURST_SIZE 0x3824 |
Definition at line 396 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_POLICE_QUEUE_RATE
#define KSZ9896_PORT3_POLICE_QUEUE_RATE 0x3820 |
Definition at line 395 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO0_IG_LIMIT_CTRL 0x3410 |
Definition at line 355 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO1_IG_LIMIT_CTRL 0x3411 |
Definition at line 356 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO2_IG_LIMIT_CTRL 0x3412 |
Definition at line 357 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO3_IG_LIMIT_CTRL 0x3413 |
Definition at line 358 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO4_IG_LIMIT_CTRL 0x3414 |
Definition at line 359 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO5_IG_LIMIT_CTRL 0x3415 |
Definition at line 360 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO6_IG_LIMIT_CTRL 0x3416 |
Definition at line 361 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT3_PRIO7_IG_LIMIT_CTRL 0x3417 |
Definition at line 362 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO_CTRL
#define KSZ9896_PORT3_PRIO_CTRL 0x3801 |
Definition at line 389 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT3_PRIO_TO_QUEUE_MAPPING 0x3808 |
Definition at line 393 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_PTR
#define KSZ9896_PORT3_PTR 0x3804 |
Definition at line 392 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT3_QUEUE0_EG_LIMIT_CTRL 0x3420 |
Definition at line 363 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT3_QUEUE1_EG_LIMIT_CTRL 0x3421 |
Definition at line 364 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT3_QUEUE2_EG_LIMIT_CTRL 0x3422 |
Definition at line 365 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT3_QUEUE3_EG_LIMIT_CTRL 0x3423 |
Definition at line 366 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_STATUS
#define KSZ9896_PORT3_STATUS 0x3030 |
Definition at line 351 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_TX_QUEUE_CTRL0
#define KSZ9896_PORT3_TX_QUEUE_CTRL0 0x3914 |
Definition at line 404 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_TX_QUEUE_CTRL1
#define KSZ9896_PORT3_TX_QUEUE_CTRL1 0x3915 |
Definition at line 405 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_TX_QUEUE_INDEX
#define KSZ9896_PORT3_TX_QUEUE_INDEX 0x3900 |
Definition at line 402 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_TX_QUEUE_PVID
#define KSZ9896_PORT3_TX_QUEUE_PVID 0x3904 |
Definition at line 403 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT3_WRED_PKT_MEM_CTRL0 0x3830 |
Definition at line 397 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT3_WRED_PKT_MEM_CTRL1 0x3834 |
Definition at line 398 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_WRED_QUEUE_CTRL0
#define KSZ9896_PORT3_WRED_QUEUE_CTRL0 0x3840 |
Definition at line 399 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_WRED_QUEUE_CTRL1
#define KSZ9896_PORT3_WRED_QUEUE_CTRL1 0x3844 |
Definition at line 400 of file ksz9896_driver.h.
◆ KSZ9896_PORT3_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT3_WRED_QUEUE_PERF_MON_CTRL 0x3848 |
Definition at line 401 of file ksz9896_driver.h.
◆ KSZ9896_PORT4
#define KSZ9896_PORT4 4 |
Definition at line 41 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS0
#define KSZ9896_PORT4_ACL_ACCESS0 0x4600 |
Definition at line 436 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS1
#define KSZ9896_PORT4_ACL_ACCESS1 0x4601 |
Definition at line 437 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS10
#define KSZ9896_PORT4_ACL_ACCESS10 0x460A |
Definition at line 446 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS11
#define KSZ9896_PORT4_ACL_ACCESS11 0x460B |
Definition at line 447 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS12
#define KSZ9896_PORT4_ACL_ACCESS12 0x460C |
Definition at line 448 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS13
#define KSZ9896_PORT4_ACL_ACCESS13 0x460D |
Definition at line 449 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS14
#define KSZ9896_PORT4_ACL_ACCESS14 0x460E |
Definition at line 450 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS15
#define KSZ9896_PORT4_ACL_ACCESS15 0x460F |
Definition at line 451 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS2
#define KSZ9896_PORT4_ACL_ACCESS2 0x4602 |
Definition at line 438 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS3
#define KSZ9896_PORT4_ACL_ACCESS3 0x4603 |
Definition at line 439 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS4
#define KSZ9896_PORT4_ACL_ACCESS4 0x4604 |
Definition at line 440 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS5
#define KSZ9896_PORT4_ACL_ACCESS5 0x4605 |
Definition at line 441 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS6
#define KSZ9896_PORT4_ACL_ACCESS6 0x4606 |
Definition at line 442 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS7
#define KSZ9896_PORT4_ACL_ACCESS7 0x4607 |
Definition at line 443 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS8
#define KSZ9896_PORT4_ACL_ACCESS8 0x4608 |
Definition at line 444 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS9
#define KSZ9896_PORT4_ACL_ACCESS9 0x4609 |
Definition at line 445 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_ACCESS_CTRL0
#define KSZ9896_PORT4_ACL_ACCESS_CTRL0 0x4612 |
Definition at line 454 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_BYTE_EN_LSB
#define KSZ9896_PORT4_ACL_BYTE_EN_LSB 0x4611 |
Definition at line 453 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_ACL_BYTE_EN_MSB
#define KSZ9896_PORT4_ACL_BYTE_EN_MSB 0x4610 |
Definition at line 452 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_AUTH_CTRL
#define KSZ9896_PORT4_AUTH_CTRL 0x4803 |
Definition at line 458 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_CTRL0
#define KSZ9896_PORT4_CTRL0 0x4A00 |
Definition at line 473 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_CTRL1
#define KSZ9896_PORT4_CTRL1 0x4A04 |
Definition at line 474 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_CTRL2
#define KSZ9896_PORT4_CTRL2 0x4B00 |
Definition at line 475 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_DEFAULT_TAG0
#define KSZ9896_PORT4_DEFAULT_TAG0 0x4000 |
Definition at line 411 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_DEFAULT_TAG1
#define KSZ9896_PORT4_DEFAULT_TAG1 0x4001 |
Definition at line 412 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_IG_MAC_CTRL
#define KSZ9896_PORT4_IG_MAC_CTRL 0x4802 |
Definition at line 457 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT4_IG_RATE_LIMIT_CTRL 0x4403 |
Definition at line 421 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_INT_MASK
#define KSZ9896_PORT4_INT_MASK 0x401F |
Definition at line 416 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_INT_STATUS
#define KSZ9896_PORT4_INT_STATUS 0x401B |
Definition at line 415 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MAC_CTRL0
#define KSZ9896_PORT4_MAC_CTRL0 0x4400 |
Definition at line 419 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MAC_CTRL1
#define KSZ9896_PORT4_MAC_CTRL1 0x4401 |
Definition at line 420 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MASK
#define KSZ9896_PORT4_MASK 0x08 |
Definition at line 50 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MIB_CTRL_STAT
#define KSZ9896_PORT4_MIB_CTRL_STAT 0x4500 |
Definition at line 434 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MIB_DATA
#define KSZ9896_PORT4_MIB_DATA 0x4504 |
Definition at line 435 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MIRRORING_CTRL
#define KSZ9896_PORT4_MIRRORING_CTRL 0x4800 |
Definition at line 455 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MSTP_PTR
#define KSZ9896_PORT4_MSTP_PTR 0x4B01 |
Definition at line 476 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_MSTP_STATE
#define KSZ9896_PORT4_MSTP_STATE 0x4B04 |
Definition at line 477 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_OP_CTRL0
#define KSZ9896_PORT4_OP_CTRL0 0x4020 |
Definition at line 417 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PME_WOL_EN
#define KSZ9896_PORT4_PME_WOL_EN 0x4017 |
Definition at line 414 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PME_WOL_EVENT
#define KSZ9896_PORT4_PME_WOL_EVENT 0x4013 |
Definition at line 413 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_POLICE_CTRL
#define KSZ9896_PORT4_POLICE_CTRL 0x480C |
Definition at line 461 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT4_POLICE_QUEUE_BURST_SIZE 0x4824 |
Definition at line 463 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_POLICE_QUEUE_RATE
#define KSZ9896_PORT4_POLICE_QUEUE_RATE 0x4820 |
Definition at line 462 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO0_IG_LIMIT_CTRL 0x4410 |
Definition at line 422 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO1_IG_LIMIT_CTRL 0x4411 |
Definition at line 423 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO2_IG_LIMIT_CTRL 0x4412 |
Definition at line 424 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO3_IG_LIMIT_CTRL 0x4413 |
Definition at line 425 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO4_IG_LIMIT_CTRL 0x4414 |
Definition at line 426 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO5_IG_LIMIT_CTRL 0x4415 |
Definition at line 427 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO6_IG_LIMIT_CTRL 0x4416 |
Definition at line 428 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT4_PRIO7_IG_LIMIT_CTRL 0x4417 |
Definition at line 429 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO_CTRL
#define KSZ9896_PORT4_PRIO_CTRL 0x4801 |
Definition at line 456 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT4_PRIO_TO_QUEUE_MAPPING 0x4808 |
Definition at line 460 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_PTR
#define KSZ9896_PORT4_PTR 0x4804 |
Definition at line 459 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT4_QUEUE0_EG_LIMIT_CTRL 0x4420 |
Definition at line 430 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT4_QUEUE1_EG_LIMIT_CTRL 0x4421 |
Definition at line 431 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT4_QUEUE2_EG_LIMIT_CTRL 0x4422 |
Definition at line 432 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT4_QUEUE3_EG_LIMIT_CTRL 0x4423 |
Definition at line 433 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_STATUS
#define KSZ9896_PORT4_STATUS 0x4030 |
Definition at line 418 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_TX_QUEUE_CTRL0
#define KSZ9896_PORT4_TX_QUEUE_CTRL0 0x4914 |
Definition at line 471 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_TX_QUEUE_CTRL1
#define KSZ9896_PORT4_TX_QUEUE_CTRL1 0x4915 |
Definition at line 472 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_TX_QUEUE_INDEX
#define KSZ9896_PORT4_TX_QUEUE_INDEX 0x4900 |
Definition at line 469 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_TX_QUEUE_PVID
#define KSZ9896_PORT4_TX_QUEUE_PVID 0x4904 |
Definition at line 470 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT4_WRED_PKT_MEM_CTRL0 0x4830 |
Definition at line 464 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT4_WRED_PKT_MEM_CTRL1 0x4834 |
Definition at line 465 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_WRED_QUEUE_CTRL0
#define KSZ9896_PORT4_WRED_QUEUE_CTRL0 0x4840 |
Definition at line 466 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_WRED_QUEUE_CTRL1
#define KSZ9896_PORT4_WRED_QUEUE_CTRL1 0x4844 |
Definition at line 467 of file ksz9896_driver.h.
◆ KSZ9896_PORT4_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT4_WRED_QUEUE_PERF_MON_CTRL 0x4848 |
Definition at line 468 of file ksz9896_driver.h.
◆ KSZ9896_PORT5
#define KSZ9896_PORT5 5 |
Definition at line 42 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS0
#define KSZ9896_PORT5_ACL_ACCESS0 0x5600 |
Definition at line 503 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS1
#define KSZ9896_PORT5_ACL_ACCESS1 0x5601 |
Definition at line 504 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS10
#define KSZ9896_PORT5_ACL_ACCESS10 0x560A |
Definition at line 513 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS11
#define KSZ9896_PORT5_ACL_ACCESS11 0x560B |
Definition at line 514 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS12
#define KSZ9896_PORT5_ACL_ACCESS12 0x560C |
Definition at line 515 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS13
#define KSZ9896_PORT5_ACL_ACCESS13 0x560D |
Definition at line 516 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS14
#define KSZ9896_PORT5_ACL_ACCESS14 0x560E |
Definition at line 517 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS15
#define KSZ9896_PORT5_ACL_ACCESS15 0x560F |
Definition at line 518 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS2
#define KSZ9896_PORT5_ACL_ACCESS2 0x5602 |
Definition at line 505 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS3
#define KSZ9896_PORT5_ACL_ACCESS3 0x5603 |
Definition at line 506 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS4
#define KSZ9896_PORT5_ACL_ACCESS4 0x5604 |
Definition at line 507 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS5
#define KSZ9896_PORT5_ACL_ACCESS5 0x5605 |
Definition at line 508 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS6
#define KSZ9896_PORT5_ACL_ACCESS6 0x5606 |
Definition at line 509 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS7
#define KSZ9896_PORT5_ACL_ACCESS7 0x5607 |
Definition at line 510 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS8
#define KSZ9896_PORT5_ACL_ACCESS8 0x5608 |
Definition at line 511 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS9
#define KSZ9896_PORT5_ACL_ACCESS9 0x5609 |
Definition at line 512 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_ACCESS_CTRL0
#define KSZ9896_PORT5_ACL_ACCESS_CTRL0 0x5612 |
Definition at line 521 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_BYTE_EN_LSB
#define KSZ9896_PORT5_ACL_BYTE_EN_LSB 0x5611 |
Definition at line 520 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_ACL_BYTE_EN_MSB
#define KSZ9896_PORT5_ACL_BYTE_EN_MSB 0x5610 |
Definition at line 519 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_AUTH_CTRL
#define KSZ9896_PORT5_AUTH_CTRL 0x5803 |
Definition at line 525 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_CTRL0
#define KSZ9896_PORT5_CTRL0 0x5A00 |
Definition at line 540 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_CTRL1
#define KSZ9896_PORT5_CTRL1 0x5A04 |
Definition at line 541 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_CTRL2
#define KSZ9896_PORT5_CTRL2 0x5B00 |
Definition at line 542 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_DEFAULT_TAG0
#define KSZ9896_PORT5_DEFAULT_TAG0 0x5000 |
Definition at line 478 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_DEFAULT_TAG1
#define KSZ9896_PORT5_DEFAULT_TAG1 0x5001 |
Definition at line 479 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_IG_MAC_CTRL
#define KSZ9896_PORT5_IG_MAC_CTRL 0x5802 |
Definition at line 524 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT5_IG_RATE_LIMIT_CTRL 0x5403 |
Definition at line 488 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_INT_MASK
#define KSZ9896_PORT5_INT_MASK 0x501F |
Definition at line 483 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_INT_STATUS
#define KSZ9896_PORT5_INT_STATUS 0x501B |
Definition at line 482 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MAC_CTRL0
#define KSZ9896_PORT5_MAC_CTRL0 0x5400 |
Definition at line 486 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MAC_CTRL1
#define KSZ9896_PORT5_MAC_CTRL1 0x5401 |
Definition at line 487 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MASK
#define KSZ9896_PORT5_MASK 0x10 |
Definition at line 51 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MIB_CTRL_STAT
#define KSZ9896_PORT5_MIB_CTRL_STAT 0x5500 |
Definition at line 501 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MIB_DATA
#define KSZ9896_PORT5_MIB_DATA 0x5504 |
Definition at line 502 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MIRRORING_CTRL
#define KSZ9896_PORT5_MIRRORING_CTRL 0x5800 |
Definition at line 522 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MSTP_PTR
#define KSZ9896_PORT5_MSTP_PTR 0x5B01 |
Definition at line 543 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_MSTP_STATE
#define KSZ9896_PORT5_MSTP_STATE 0x5B04 |
Definition at line 544 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_OP_CTRL0
#define KSZ9896_PORT5_OP_CTRL0 0x5020 |
Definition at line 484 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PME_WOL_EN
#define KSZ9896_PORT5_PME_WOL_EN 0x5017 |
Definition at line 481 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PME_WOL_EVENT
#define KSZ9896_PORT5_PME_WOL_EVENT 0x5013 |
Definition at line 480 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_POLICE_CTRL
#define KSZ9896_PORT5_POLICE_CTRL 0x580C |
Definition at line 528 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT5_POLICE_QUEUE_BURST_SIZE 0x5824 |
Definition at line 530 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_POLICE_QUEUE_RATE
#define KSZ9896_PORT5_POLICE_QUEUE_RATE 0x5820 |
Definition at line 529 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO0_IG_LIMIT_CTRL 0x5410 |
Definition at line 489 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO1_IG_LIMIT_CTRL 0x5411 |
Definition at line 490 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO2_IG_LIMIT_CTRL 0x5412 |
Definition at line 491 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO3_IG_LIMIT_CTRL 0x5413 |
Definition at line 492 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO4_IG_LIMIT_CTRL 0x5414 |
Definition at line 493 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO5_IG_LIMIT_CTRL 0x5415 |
Definition at line 494 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO6_IG_LIMIT_CTRL 0x5416 |
Definition at line 495 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT5_PRIO7_IG_LIMIT_CTRL 0x5417 |
Definition at line 496 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO_CTRL
#define KSZ9896_PORT5_PRIO_CTRL 0x5801 |
Definition at line 523 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT5_PRIO_TO_QUEUE_MAPPING 0x5808 |
Definition at line 527 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_PTR
#define KSZ9896_PORT5_PTR 0x5804 |
Definition at line 526 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT5_QUEUE0_EG_LIMIT_CTRL 0x5420 |
Definition at line 497 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT5_QUEUE1_EG_LIMIT_CTRL 0x5421 |
Definition at line 498 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT5_QUEUE2_EG_LIMIT_CTRL 0x5422 |
Definition at line 499 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT5_QUEUE3_EG_LIMIT_CTRL 0x5423 |
Definition at line 500 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_STATUS
#define KSZ9896_PORT5_STATUS 0x5030 |
Definition at line 485 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_TX_QUEUE_CTRL0
#define KSZ9896_PORT5_TX_QUEUE_CTRL0 0x5914 |
Definition at line 538 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_TX_QUEUE_CTRL1
#define KSZ9896_PORT5_TX_QUEUE_CTRL1 0x5915 |
Definition at line 539 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_TX_QUEUE_INDEX
#define KSZ9896_PORT5_TX_QUEUE_INDEX 0x5900 |
Definition at line 536 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_TX_QUEUE_PVID
#define KSZ9896_PORT5_TX_QUEUE_PVID 0x5904 |
Definition at line 537 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT5_WRED_PKT_MEM_CTRL0 0x5830 |
Definition at line 531 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT5_WRED_PKT_MEM_CTRL1 0x5834 |
Definition at line 532 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_WRED_QUEUE_CTRL0
#define KSZ9896_PORT5_WRED_QUEUE_CTRL0 0x5840 |
Definition at line 533 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_WRED_QUEUE_CTRL1
#define KSZ9896_PORT5_WRED_QUEUE_CTRL1 0x5844 |
Definition at line 534 of file ksz9896_driver.h.
◆ KSZ9896_PORT5_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT5_WRED_QUEUE_PERF_MON_CTRL 0x5848 |
Definition at line 535 of file ksz9896_driver.h.
◆ KSZ9896_PORT6
#define KSZ9896_PORT6 6 |
Definition at line 43 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS0
#define KSZ9896_PORT6_ACL_ACCESS0 0x6600 |
Definition at line 572 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS1
#define KSZ9896_PORT6_ACL_ACCESS1 0x6601 |
Definition at line 573 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS10
#define KSZ9896_PORT6_ACL_ACCESS10 0x660A |
Definition at line 582 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS11
#define KSZ9896_PORT6_ACL_ACCESS11 0x660B |
Definition at line 583 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS12
#define KSZ9896_PORT6_ACL_ACCESS12 0x660C |
Definition at line 584 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS13
#define KSZ9896_PORT6_ACL_ACCESS13 0x660D |
Definition at line 585 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS14
#define KSZ9896_PORT6_ACL_ACCESS14 0x660E |
Definition at line 586 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS15
#define KSZ9896_PORT6_ACL_ACCESS15 0x660F |
Definition at line 587 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS2
#define KSZ9896_PORT6_ACL_ACCESS2 0x6602 |
Definition at line 574 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS3
#define KSZ9896_PORT6_ACL_ACCESS3 0x6603 |
Definition at line 575 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS4
#define KSZ9896_PORT6_ACL_ACCESS4 0x6604 |
Definition at line 576 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS5
#define KSZ9896_PORT6_ACL_ACCESS5 0x6605 |
Definition at line 577 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS6
#define KSZ9896_PORT6_ACL_ACCESS6 0x6606 |
Definition at line 578 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS7
#define KSZ9896_PORT6_ACL_ACCESS7 0x6607 |
Definition at line 579 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS8
#define KSZ9896_PORT6_ACL_ACCESS8 0x6608 |
Definition at line 580 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS9
#define KSZ9896_PORT6_ACL_ACCESS9 0x6609 |
Definition at line 581 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_ACCESS_CTRL0
#define KSZ9896_PORT6_ACL_ACCESS_CTRL0 0x6612 |
Definition at line 590 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_BYTE_EN_LSB
#define KSZ9896_PORT6_ACL_BYTE_EN_LSB 0x6611 |
Definition at line 589 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_ACL_BYTE_EN_MSB
#define KSZ9896_PORT6_ACL_BYTE_EN_MSB 0x6610 |
Definition at line 588 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_AUTH_CTRL
#define KSZ9896_PORT6_AUTH_CTRL 0x6803 |
Definition at line 594 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_CTRL0
#define KSZ9896_PORT6_CTRL0 0x6A00 |
Definition at line 609 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_CTRL1
#define KSZ9896_PORT6_CTRL1 0x6A04 |
Definition at line 610 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_CTRL2
#define KSZ9896_PORT6_CTRL2 0x6B00 |
Definition at line 611 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_DEFAULT_TAG0
#define KSZ9896_PORT6_DEFAULT_TAG0 0x6000 |
Definition at line 545 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_DEFAULT_TAG1
#define KSZ9896_PORT6_DEFAULT_TAG1 0x6001 |
Definition at line 546 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_IG_MAC_CTRL
#define KSZ9896_PORT6_IG_MAC_CTRL 0x6802 |
Definition at line 593 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_IG_RATE_LIMIT_CTRL
#define KSZ9896_PORT6_IG_RATE_LIMIT_CTRL 0x6403 |
Definition at line 557 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_INT_MASK
#define KSZ9896_PORT6_INT_MASK 0x601F |
Definition at line 550 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_INT_STATUS
#define KSZ9896_PORT6_INT_STATUS 0x601B |
Definition at line 549 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MAC_CTRL0
#define KSZ9896_PORT6_MAC_CTRL0 0x6400 |
Definition at line 555 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MAC_CTRL1
#define KSZ9896_PORT6_MAC_CTRL1 0x6401 |
Definition at line 556 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MASK
#define KSZ9896_PORT6_MASK 0x20 |
Definition at line 52 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MIB_CTRL_STAT
#define KSZ9896_PORT6_MIB_CTRL_STAT 0x6500 |
Definition at line 570 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MIB_DATA
#define KSZ9896_PORT6_MIB_DATA 0x6504 |
Definition at line 571 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MIRRORING_CTRL
#define KSZ9896_PORT6_MIRRORING_CTRL 0x6800 |
Definition at line 591 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MSTP_PTR
#define KSZ9896_PORT6_MSTP_PTR 0x6B01 |
Definition at line 612 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_MSTP_STATE
#define KSZ9896_PORT6_MSTP_STATE 0x6B04 |
Definition at line 613 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_OP_CTRL0
#define KSZ9896_PORT6_OP_CTRL0 0x6020 |
Definition at line 551 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PME_WOL_EN
#define KSZ9896_PORT6_PME_WOL_EN 0x6017 |
Definition at line 548 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PME_WOL_EVENT
#define KSZ9896_PORT6_PME_WOL_EVENT 0x6013 |
Definition at line 547 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_POLICE_CTRL
#define KSZ9896_PORT6_POLICE_CTRL 0x680C |
Definition at line 597 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_POLICE_QUEUE_BURST_SIZE
#define KSZ9896_PORT6_POLICE_QUEUE_BURST_SIZE 0x6824 |
Definition at line 599 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_POLICE_QUEUE_RATE
#define KSZ9896_PORT6_POLICE_QUEUE_RATE 0x6820 |
Definition at line 598 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO0_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO0_IG_LIMIT_CTRL 0x6410 |
Definition at line 558 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO1_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO1_IG_LIMIT_CTRL 0x6411 |
Definition at line 559 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO2_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO2_IG_LIMIT_CTRL 0x6412 |
Definition at line 560 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO3_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO3_IG_LIMIT_CTRL 0x6413 |
Definition at line 561 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO4_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO4_IG_LIMIT_CTRL 0x6414 |
Definition at line 562 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO5_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO5_IG_LIMIT_CTRL 0x6415 |
Definition at line 563 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO6_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO6_IG_LIMIT_CTRL 0x6416 |
Definition at line 564 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO7_IG_LIMIT_CTRL
#define KSZ9896_PORT6_PRIO7_IG_LIMIT_CTRL 0x6417 |
Definition at line 565 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO_CTRL
#define KSZ9896_PORT6_PRIO_CTRL 0x6801 |
Definition at line 592 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PRIO_TO_QUEUE_MAPPING
#define KSZ9896_PORT6_PRIO_TO_QUEUE_MAPPING 0x6808 |
Definition at line 596 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_PTR
#define KSZ9896_PORT6_PTR 0x6804 |
Definition at line 595 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_QUEUE0_EG_LIMIT_CTRL
#define KSZ9896_PORT6_QUEUE0_EG_LIMIT_CTRL 0x6420 |
Definition at line 566 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_QUEUE1_EG_LIMIT_CTRL
#define KSZ9896_PORT6_QUEUE1_EG_LIMIT_CTRL 0x6421 |
Definition at line 567 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_QUEUE2_EG_LIMIT_CTRL
#define KSZ9896_PORT6_QUEUE2_EG_LIMIT_CTRL 0x6422 |
Definition at line 568 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_QUEUE3_EG_LIMIT_CTRL
#define KSZ9896_PORT6_QUEUE3_EG_LIMIT_CTRL 0x6423 |
Definition at line 569 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_STATUS
#define KSZ9896_PORT6_STATUS 0x6030 |
Definition at line 552 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_TX_QUEUE_CTRL0
#define KSZ9896_PORT6_TX_QUEUE_CTRL0 0x6914 |
Definition at line 607 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_TX_QUEUE_CTRL1
#define KSZ9896_PORT6_TX_QUEUE_CTRL1 0x6915 |
Definition at line 608 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_TX_QUEUE_INDEX
#define KSZ9896_PORT6_TX_QUEUE_INDEX 0x6900 |
Definition at line 605 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_TX_QUEUE_PVID
#define KSZ9896_PORT6_TX_QUEUE_PVID 0x6904 |
Definition at line 606 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_WRED_PKT_MEM_CTRL0
#define KSZ9896_PORT6_WRED_PKT_MEM_CTRL0 0x6830 |
Definition at line 600 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_WRED_PKT_MEM_CTRL1
#define KSZ9896_PORT6_WRED_PKT_MEM_CTRL1 0x6834 |
Definition at line 601 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_WRED_QUEUE_CTRL0
#define KSZ9896_PORT6_WRED_QUEUE_CTRL0 0x6840 |
Definition at line 602 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_WRED_QUEUE_CTRL1
#define KSZ9896_PORT6_WRED_QUEUE_CTRL1 0x6844 |
Definition at line 603 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_WRED_QUEUE_PERF_MON_CTRL
#define KSZ9896_PORT6_WRED_QUEUE_PERF_MON_CTRL 0x6848 |
Definition at line 604 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL0
#define KSZ9896_PORT6_XMII_CTRL0 0x6300 |
Definition at line 553 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL0_DUPLEX
#define KSZ9896_PORT6_XMII_CTRL0_DUPLEX 0x40 |
Definition at line 1289 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL0_RX_FLOW_CTRL_EN
#define KSZ9896_PORT6_XMII_CTRL0_RX_FLOW_CTRL_EN 0x08 |
Definition at line 1292 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL0_SPEED_10_100
#define KSZ9896_PORT6_XMII_CTRL0_SPEED_10_100 0x10 |
Definition at line 1291 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL0_TX_FLOW_CTRL_EN
#define KSZ9896_PORT6_XMII_CTRL0_TX_FLOW_CTRL_EN 0x20 |
Definition at line 1290 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1
#define KSZ9896_PORT6_XMII_CTRL1 0x6301 |
Definition at line 554 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_IF_TYPE
#define KSZ9896_PORT6_XMII_CTRL1_IF_TYPE 0x03 |
Definition at line 1299 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_GMII
#define KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_GMII 0x02 |
Definition at line 1302 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_MII
#define KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_MII 0x03 |
Definition at line 1303 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_RGMII
#define KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_RGMII 0x00 |
Definition at line 1300 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_RMII
#define KSZ9896_PORT6_XMII_CTRL1_IF_TYPE_RMII 0x01 |
Definition at line 1301 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_MII_RMII_MODE
#define KSZ9896_PORT6_XMII_CTRL1_MII_RMII_MODE 0x04 |
Definition at line 1298 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_RGMII_ID_EG
#define KSZ9896_PORT6_XMII_CTRL1_RGMII_ID_EG 0x08 |
Definition at line 1297 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_RGMII_ID_IG
#define KSZ9896_PORT6_XMII_CTRL1_RGMII_ID_IG 0x10 |
Definition at line 1296 of file ksz9896_driver.h.
◆ KSZ9896_PORT6_XMII_CTRL1_SPEED_1000
#define KSZ9896_PORT6_XMII_CTRL1_SPEED_1000 0x40 |
Definition at line 1295 of file ksz9896_driver.h.
◆ KSZ9896_PORT_MASK
#define KSZ9896_PORT_MASK 0x3F |
Definition at line 46 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS0
Definition at line 641 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS1
Definition at line 642 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS10
Definition at line 651 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS11
Definition at line 652 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS12
Definition at line 653 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS13
Definition at line 654 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS14
Definition at line 655 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS15
Definition at line 656 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS2
Definition at line 643 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS3
Definition at line 644 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS4
Definition at line 645 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS5
Definition at line 646 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS6
Definition at line 647 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS7
Definition at line 648 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS8
Definition at line 649 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS9
Definition at line 650 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0
Definition at line 659 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0_ACL_INDEX
#define KSZ9896_PORTn_ACL_ACCESS_CTRL0_ACL_INDEX 0x0F |
Definition at line 1327 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0_READ
#define KSZ9896_PORTn_ACL_ACCESS_CTRL0_READ 0x00 |
Definition at line 1325 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0_READ_STATUS
#define KSZ9896_PORTn_ACL_ACCESS_CTRL0_READ_STATUS 0x20 |
Definition at line 1324 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0_WRITE
#define KSZ9896_PORTn_ACL_ACCESS_CTRL0_WRITE 0x10 |
Definition at line 1326 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_ACCESS_CTRL0_WRITE_STATUS
#define KSZ9896_PORTn_ACL_ACCESS_CTRL0_WRITE_STATUS 0x40 |
Definition at line 1323 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_BYTE_EN_LSB
Definition at line 658 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ACL_BYTE_EN_MSB
Definition at line 657 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL
Definition at line 663 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL_ACL_EN
#define KSZ9896_PORTn_AUTH_CTRL_ACL_EN 0x04 |
Definition at line 1335 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE
#define KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE 0x03 |
Definition at line 1336 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_BLOCK
#define KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_BLOCK 0x01 |
Definition at line 1338 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_PASS
#define KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_PASS 0x00 |
Definition at line 1337 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_TRAP
#define KSZ9896_PORTn_AUTH_CTRL_AUTH_MODE_TRAP 0x02 |
Definition at line 1339 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL0
Definition at line 678 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1
Definition at line 679 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT1_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT1_VLAN_MEMBERSHIP 0x00000001 |
Definition at line 1352 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT2_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT2_VLAN_MEMBERSHIP 0x00000002 |
Definition at line 1351 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT3_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT3_VLAN_MEMBERSHIP 0x00000004 |
Definition at line 1350 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT4_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT4_VLAN_MEMBERSHIP 0x00000008 |
Definition at line 1349 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT5_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT5_VLAN_MEMBERSHIP 0x00000010 |
Definition at line 1348 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT6_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT6_VLAN_MEMBERSHIP 0x00000020 |
Definition at line 1347 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL1_PORT_VLAN_MEMBERSHIP
#define KSZ9896_PORTn_CTRL1_PORT_VLAN_MEMBERSHIP 0x0000003F |
Definition at line 1346 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2
Definition at line 680 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2_802_1X_EN
#define KSZ9896_PORTn_CTRL2_802_1X_EN 0x10 |
Definition at line 1358 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2_DISCARD_NON_PVID_PKT
#define KSZ9896_PORTn_CTRL2_DISCARD_NON_PVID_PKT 0x20 |
Definition at line 1357 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2_INGRESS_VLAN_FILT
#define KSZ9896_PORTn_CTRL2_INGRESS_VLAN_FILT 0x40 |
Definition at line 1356 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2_NULL_VID_LOOKUP_EN
#define KSZ9896_PORTn_CTRL2_NULL_VID_LOOKUP_EN 0x80 |
Definition at line 1355 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_CTRL2_SELF_ADDR_FILT
#define KSZ9896_PORTn_CTRL2_SELF_ADDR_FILT 0x08 |
Definition at line 1359 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG0
Definition at line 616 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG0_DEI
#define KSZ9896_PORTn_DEFAULT_TAG0_DEI 0x10 |
Definition at line 1259 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG0_PCP
#define KSZ9896_PORTn_DEFAULT_TAG0_PCP 0xE0 |
Definition at line 1258 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG0_VID_MSB
#define KSZ9896_PORTn_DEFAULT_TAG0_VID_MSB 0x0F |
Definition at line 1260 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG1
Definition at line 617 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_DEFAULT_TAG1_VID_LSB
#define KSZ9896_PORTn_DEFAULT_TAG1_VID_LSB 0xFF |
Definition at line 1263 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_ETH_PHY_REG
Definition at line 683 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_IG_MAC_CTRL
Definition at line 662 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_IG_RATE_LIMIT_CTRL
Definition at line 626 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_MASK
Definition at line 621 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_MASK_ACL
#define KSZ9896_PORTn_INT_MASK_ACL 0x01 |
Definition at line 1271 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_MASK_PHY
#define KSZ9896_PORTn_INT_MASK_PHY 0x02 |
Definition at line 1270 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_STATUS
Definition at line 620 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_STATUS_ACL
#define KSZ9896_PORTn_INT_STATUS_ACL 0x01 |
Definition at line 1267 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_INT_STATUS_PHY
#define KSZ9896_PORTn_INT_STATUS_PHY 0x02 |
Definition at line 1266 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MAC_CTRL0
Definition at line 624 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MAC_CTRL0_BCAST_STORM_PROTECT_EN
#define KSZ9896_PORTn_MAC_CTRL0_BCAST_STORM_PROTECT_EN 0x02 |
Definition at line 1306 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MAC_CTRL1
Definition at line 625 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MAC_CTRL1_BACK_PRESSURE_EN
#define KSZ9896_PORTn_MAC_CTRL1_BACK_PRESSURE_EN 0x08 |
Definition at line 1309 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MAC_CTRL1_PASS_ALL_FRAMES
#define KSZ9896_PORTn_MAC_CTRL1_PASS_ALL_FRAMES 0x01 |
Definition at line 1310 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT
Definition at line 639 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT_MIB_COUNTER_OVERFLOW
#define KSZ9896_PORTn_MIB_CTRL_STAT_MIB_COUNTER_OVERFLOW 0x80000000 |
Definition at line 1313 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT_MIB_COUNTER_VALUE_35_32
#define KSZ9896_PORTn_MIB_CTRL_STAT_MIB_COUNTER_VALUE_35_32 0x0000000F |
Definition at line 1317 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT_MIB_FLUSH_FREEZE
#define KSZ9896_PORTn_MIB_CTRL_STAT_MIB_FLUSH_FREEZE 0x01000000 |
Definition at line 1315 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT_MIB_INDEX
#define KSZ9896_PORTn_MIB_CTRL_STAT_MIB_INDEX 0x00FF0000 |
Definition at line 1316 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_CTRL_STAT_MIB_READ
#define KSZ9896_PORTn_MIB_CTRL_STAT_MIB_READ 0x02000000 |
Definition at line 1314 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_DATA
Definition at line 640 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIB_DATA_MIB_COUNTER_VALUE_31_0
#define KSZ9896_PORTn_MIB_DATA_MIB_COUNTER_VALUE_31_0 0xFFFFFFFF |
Definition at line 1320 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIRRORING_CTRL
Definition at line 660 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIRRORING_CTRL_RECEIVE_SNIFF
#define KSZ9896_PORTn_MIRRORING_CTRL_RECEIVE_SNIFF 0x40 |
Definition at line 1330 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIRRORING_CTRL_SNIFFER_PORT
#define KSZ9896_PORTn_MIRRORING_CTRL_SNIFFER_PORT 0x02 |
Definition at line 1332 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MIRRORING_CTRL_TRANSMIT_SNIFF
#define KSZ9896_PORTn_MIRRORING_CTRL_TRANSMIT_SNIFF 0x20 |
Definition at line 1331 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_PTR
Definition at line 681 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_PTR_MSTP_PTR
#define KSZ9896_PORTn_MSTP_PTR_MSTP_PTR 0x07 |
Definition at line 1362 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_STATE
Definition at line 682 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_STATE_LEARNING_DIS
#define KSZ9896_PORTn_MSTP_STATE_LEARNING_DIS 0x01 |
Definition at line 1367 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_STATE_RECEIVE_EN
#define KSZ9896_PORTn_MSTP_STATE_RECEIVE_EN 0x02 |
Definition at line 1366 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_MSTP_STATE_TRANSMIT_EN
#define KSZ9896_PORTn_MSTP_STATE_TRANSMIT_EN 0x04 |
Definition at line 1365 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_OP_CTRL0
Definition at line 622 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_OP_CTRL0_LOCAL_LOOPBACK
#define KSZ9896_PORTn_OP_CTRL0_LOCAL_LOOPBACK 0x80 |
Definition at line 1274 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_OP_CTRL0_REMOTE_LOOPBACK
#define KSZ9896_PORTn_OP_CTRL0_REMOTE_LOOPBACK 0x40 |
Definition at line 1275 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_OP_CTRL0_TAIL_TAG_EN
#define KSZ9896_PORTn_OP_CTRL0_TAIL_TAG_EN 0x04 |
Definition at line 1276 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_OP_CTRL0_TX_QUEUE_SPLIT_EN
#define KSZ9896_PORTn_OP_CTRL0_TX_QUEUE_SPLIT_EN 0x03 |
Definition at line 1277 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PME_WOL_EN
Definition at line 619 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PME_WOL_EVENT
Definition at line 618 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_POLICE_CTRL
Definition at line 666 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_POLICE_QUEUE_BURST_SIZE
Definition at line 668 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_POLICE_QUEUE_RATE
Definition at line 667 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO0_IG_LIMIT_CTRL
Definition at line 627 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO1_IG_LIMIT_CTRL
Definition at line 628 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO2_IG_LIMIT_CTRL
Definition at line 629 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO3_IG_LIMIT_CTRL
Definition at line 630 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO4_IG_LIMIT_CTRL
Definition at line 631 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO5_IG_LIMIT_CTRL
Definition at line 632 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO6_IG_LIMIT_CTRL
Definition at line 633 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO7_IG_LIMIT_CTRL
Definition at line 634 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO_CTRL
Definition at line 661 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PRIO_TO_QUEUE_MAPPING
Definition at line 665 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PTR
Definition at line 664 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PTR_PORT_INDEX
#define KSZ9896_PORTn_PTR_PORT_INDEX 0x00070000 |
Definition at line 1342 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_PTR_QUEUE_PTR
#define KSZ9896_PORTn_PTR_QUEUE_PTR 0x00000003 |
Definition at line 1343 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_QUEUE0_EG_LIMIT_CTRL
Definition at line 635 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_QUEUE1_EG_LIMIT_CTRL
Definition at line 636 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_QUEUE2_EG_LIMIT_CTRL
Definition at line 637 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_QUEUE3_EG_LIMIT_CTRL
Definition at line 638 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS
Definition at line 623 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_DUPLEX
#define KSZ9896_PORTn_STATUS_DUPLEX 0x04 |
Definition at line 1284 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_RX_FLOW_CTRL_EN
#define KSZ9896_PORTn_STATUS_RX_FLOW_CTRL_EN 0x01 |
Definition at line 1286 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_SPEED
#define KSZ9896_PORTn_STATUS_SPEED 0x18 |
Definition at line 1280 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_SPEED_1000MBPS
#define KSZ9896_PORTn_STATUS_SPEED_1000MBPS 0x10 |
Definition at line 1283 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_SPEED_100MBPS
#define KSZ9896_PORTn_STATUS_SPEED_100MBPS 0x08 |
Definition at line 1282 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_SPEED_10MBPS
#define KSZ9896_PORTn_STATUS_SPEED_10MBPS 0x00 |
Definition at line 1281 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_STATUS_TX_FLOW_CTRL_EN
#define KSZ9896_PORTn_STATUS_TX_FLOW_CTRL_EN 0x02 |
Definition at line 1285 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_TX_QUEUE_CTRL0
Definition at line 676 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_TX_QUEUE_CTRL1
Definition at line 677 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_TX_QUEUE_INDEX
Definition at line 674 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_TX_QUEUE_PVID
Definition at line 675 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_WRED_PKT_MEM_CTRL0
Definition at line 669 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_WRED_PKT_MEM_CTRL1
Definition at line 670 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_WRED_QUEUE_CTRL0
Definition at line 671 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_WRED_QUEUE_CTRL1
Definition at line 672 of file ksz9896_driver.h.
◆ KSZ9896_PORTn_WRED_QUEUE_PERF_MON_CTRL
Definition at line 673 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0
#define KSZ9896_PWR_DOWN_CTRL0 0x0201 |
Definition at line 122 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0_PLL_PWR_DOWN
#define KSZ9896_PWR_DOWN_CTRL0_PLL_PWR_DOWN 0x20 |
Definition at line 967 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE
#define KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE 0x18 |
Definition at line 968 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_EDPD
#define KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_EDPD 0x08 |
Definition at line 970 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_NORMAL
#define KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_NORMAL 0x00 |
Definition at line 969 of file ksz9896_driver.h.
◆ KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_SOFT_PWR_DOWN
#define KSZ9896_PWR_DOWN_CTRL0_PWR_MGMT_MODE_SOFT_PWR_DOWN 0x10 |
Definition at line 971 of file ksz9896_driver.h.
◆ KSZ9896_QUEUE_MGMT_CTRL0
#define KSZ9896_QUEUE_MGMT_CTRL0 0x0390 |
Definition at line 191 of file ksz9896_driver.h.
◆ KSZ9896_QUEUE_MGMT_CTRL0_PRIORITY_2Q
#define KSZ9896_QUEUE_MGMT_CTRL0_PRIORITY_2Q 0x000000C0 |
Definition at line 1132 of file ksz9896_driver.h.
◆ KSZ9896_QUEUE_MGMT_CTRL0_UNICAST_PORT_VLAN_DISCARD
#define KSZ9896_QUEUE_MGMT_CTRL0_UNICAST_PORT_VLAN_DISCARD 0x00000002 |
Definition at line 1133 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2
#define KSZ9896_RES_MCAST_TABLE_ENTRY2 0x0424 |
Definition at line 205 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT1_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1255 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT2_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1254 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT3_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1253 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT4_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1252 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT5_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT5_FORWARD 0x00000010 |
Definition at line 1251 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT6_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1250 of file ksz9896_driver.h.
◆ KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT_FORWARD
#define KSZ9896_RES_MCAST_TABLE_ENTRY2_PORT_FORWARD 0x0000003F |
Definition at line 1249 of file ksz9896_driver.h.
◆ KSZ9896_RLB
#define KSZ9896_RLB 0x11 |
Definition at line 93 of file ksz9896_driver.h.
◆ KSZ9896_RLB_REMOTE_LOOPBACK
#define KSZ9896_RLB_REMOTE_LOOPBACK 0x0100 |
Definition at line 797 of file ksz9896_driver.h.
◆ KSZ9896_RXERCTR
#define KSZ9896_RXERCTR 0x15 |
Definition at line 96 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL
#define KSZ9896_SERIAL_IO_CTRL 0x0100 |
Definition at line 115 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL_AUTO_SPI_DATA_OUT_EDGE_SEL
#define KSZ9896_SERIAL_IO_CTRL_AUTO_SPI_DATA_OUT_EDGE_SEL 0x02 |
Definition at line 898 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL_MIIM_PREAMBLE_SUPPR
#define KSZ9896_SERIAL_IO_CTRL_MIIM_PREAMBLE_SUPPR 0x04 |
Definition at line 897 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL
#define KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL 0x01 |
Definition at line 899 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_FALLING
#define KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_FALLING 0x00 |
Definition at line 900 of file ksz9896_driver.h.
◆ KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_RISING
#define KSZ9896_SERIAL_IO_CTRL_SPI_DATA_OUT_EDGE_SEL_RISING 0x01 |
Definition at line 901 of file ksz9896_driver.h.
◆ KSZ9896_SPI_CMD_ADDR
#define KSZ9896_SPI_CMD_ADDR 0x001FFFE0 |
Definition at line 57 of file ksz9896_driver.h.
◆ KSZ9896_SPI_CMD_READ
#define KSZ9896_SPI_CMD_READ 0x60000000 |
Definition at line 56 of file ksz9896_driver.h.
◆ KSZ9896_SPI_CMD_WRITE
#define KSZ9896_SPI_CMD_WRITE 0x40000000 |
Definition at line 55 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MAC_TABLE_SIZE
#define KSZ9896_STATIC_MAC_TABLE_SIZE 16 |
Definition at line 60 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL
#define KSZ9896_STATIC_MCAST_TABLE_CTRL 0x041C |
Definition at line 200 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION 0x00000001 |
Definition at line 1194 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION_READ
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION_READ 0x00000000 |
Definition at line 1195 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION_WRITE
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_ACTION_WRITE 0x00000001 |
Definition at line 1196 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_START_FINISH
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_START_FINISH 0x00000080 |
Definition at line 1192 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_TABLE_INDEX
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_TABLE_INDEX 0x003F0000 |
Definition at line 1191 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_MCAST_TABLE_CTRL_TABLE_SELECT
#define KSZ9896_STATIC_MCAST_TABLE_CTRL_TABLE_SELECT 0x00000002 |
Definition at line 1193 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1
#define KSZ9896_STATIC_TABLE_ENTRY1 0x0420 |
Definition at line 202 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1_DES_FILTER
#define KSZ9896_STATIC_TABLE_ENTRY1_DES_FILTER 0x20000000 |
Definition at line 1226 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1_MSTP
#define KSZ9896_STATIC_TABLE_ENTRY1_MSTP 0x00000007 |
Definition at line 1228 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1_PRIORITY
#define KSZ9896_STATIC_TABLE_ENTRY1_PRIORITY 0x1C000000 |
Definition at line 1227 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1_SRC_FILTER
#define KSZ9896_STATIC_TABLE_ENTRY1_SRC_FILTER 0x40000000 |
Definition at line 1225 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY1_VALID
#define KSZ9896_STATIC_TABLE_ENTRY1_VALID 0x80000000 |
Definition at line 1224 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2
#define KSZ9896_STATIC_TABLE_ENTRY2 0x0424 |
Definition at line 204 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_OVERRIDE
#define KSZ9896_STATIC_TABLE_ENTRY2_OVERRIDE 0x80000000 |
Definition at line 1231 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT1_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1239 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT2_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1238 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT3_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1237 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT4_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1236 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT5_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT5_FORWARD 0x00000010 |
Definition at line 1235 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT6_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1234 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_PORT_FORWARD
#define KSZ9896_STATIC_TABLE_ENTRY2_PORT_FORWARD 0x0000003F |
Definition at line 1233 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY2_USE_FID
#define KSZ9896_STATIC_TABLE_ENTRY2_USE_FID 0x40000000 |
Definition at line 1232 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY3
#define KSZ9896_STATIC_TABLE_ENTRY3 0x0428 |
Definition at line 207 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY3_FID
#define KSZ9896_STATIC_TABLE_ENTRY3_FID 0x007F0000 |
Definition at line 1242 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY3_MAC_ADDR_MSB
#define KSZ9896_STATIC_TABLE_ENTRY3_MAC_ADDR_MSB 0x0000FFFF |
Definition at line 1243 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY4
#define KSZ9896_STATIC_TABLE_ENTRY4 0x042C |
Definition at line 209 of file ksz9896_driver.h.
◆ KSZ9896_STATIC_TABLE_ENTRY4_MAC_ADDR_LSB
#define KSZ9896_STATIC_TABLE_ENTRY4_MAC_ADDR_LSB 0xFFFFFFFF |
Definition at line 1246 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_ISP_TPID
#define KSZ9896_SWITCH_ISP_TPID 0x030A |
Definition at line 132 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0
#define KSZ9896_SWITCH_LUE_CTRL0 0x0310 |
Definition at line 133 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_AGE_COUNT
#define KSZ9896_SWITCH_LUE_CTRL0_AGE_COUNT 0x38 |
Definition at line 998 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_AGE_COUNT_DEFAULT
#define KSZ9896_SWITCH_LUE_CTRL0_AGE_COUNT_DEFAULT 0x20 |
Definition at line 999 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_DROP_INVALID_VID
#define KSZ9896_SWITCH_LUE_CTRL0_DROP_INVALID_VID 0x40 |
Definition at line 997 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION
#define KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION 0x03 |
Definition at line 1001 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_CRC
#define KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_CRC 0x01 |
Definition at line 1003 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_NONE
#define KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_NONE 0x00 |
Definition at line 1002 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_XOR
#define KSZ9896_SWITCH_LUE_CTRL0_HASH_OPTION_XOR 0x02 |
Definition at line 1004 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_RESERVED_MCAST_LOOKUP_EN
#define KSZ9896_SWITCH_LUE_CTRL0_RESERVED_MCAST_LOOKUP_EN 0x04 |
Definition at line 1000 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL0_VLAN_EN
#define KSZ9896_SWITCH_LUE_CTRL0_VLAN_EN 0x80 |
Definition at line 996 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1
#define KSZ9896_SWITCH_LUE_CTRL1 0x0311 |
Definition at line 134 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_AGING_EN
#define KSZ9896_SWITCH_LUE_CTRL1_AGING_EN 0x04 |
Definition at line 1012 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_FAST_AGING
#define KSZ9896_SWITCH_LUE_CTRL1_FAST_AGING 0x02 |
Definition at line 1013 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_FLUSH_ALU_TABLE
#define KSZ9896_SWITCH_LUE_CTRL1_FLUSH_ALU_TABLE 0x20 |
Definition at line 1009 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_FLUSH_MSTP_ENTRIES
#define KSZ9896_SWITCH_LUE_CTRL1_FLUSH_MSTP_ENTRIES 0x10 |
Definition at line 1010 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_LINK_DOWN_FLUSH
#define KSZ9896_SWITCH_LUE_CTRL1_LINK_DOWN_FLUSH 0x01 |
Definition at line 1014 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_MCAST_SRC_ADDR_FILT
#define KSZ9896_SWITCH_LUE_CTRL1_MCAST_SRC_ADDR_FILT 0x08 |
Definition at line 1011 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_SELF_ADDR_FILT
#define KSZ9896_SWITCH_LUE_CTRL1_SELF_ADDR_FILT 0x40 |
Definition at line 1008 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL1_UNICAST_LEARNING_DIS
#define KSZ9896_SWITCH_LUE_CTRL1_UNICAST_LEARNING_DIS 0x80 |
Definition at line 1007 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2
#define KSZ9896_SWITCH_LUE_CTRL2 0x0312 |
Definition at line 135 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_DOUBLE_TAG_MCAST_TRAP
#define KSZ9896_SWITCH_LUE_CTRL2_DOUBLE_TAG_MCAST_TRAP 0x40 |
Definition at line 1017 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_DYNAMIC_ENTRY_EG_VLAN_FILT
#define KSZ9896_SWITCH_LUE_CTRL2_DYNAMIC_ENTRY_EG_VLAN_FILT 0x20 |
Definition at line 1018 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION
#define KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION 0x0C |
Definition at line 1020 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_BOTH
#define KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_BOTH 0x0C |
Definition at line 1024 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_DYNAMIC
#define KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_DYNAMIC 0x04 |
Definition at line 1022 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_NONE
#define KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_NONE 0x00 |
Definition at line 1021 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_STATIC
#define KSZ9896_SWITCH_LUE_CTRL2_FLUSH_OPTION_STATIC 0x08 |
Definition at line 1023 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_MAC_ADDR_PRIORITY
#define KSZ9896_SWITCH_LUE_CTRL2_MAC_ADDR_PRIORITY 0x03 |
Definition at line 1025 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL2_STATIC_ENTRY_EG_VLAN_FILT
#define KSZ9896_SWITCH_LUE_CTRL2_STATIC_ENTRY_EG_VLAN_FILT 0x10 |
Definition at line 1019 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL3
#define KSZ9896_SWITCH_LUE_CTRL3 0x0313 |
Definition at line 136 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL3_AGE_PERIOD
#define KSZ9896_SWITCH_LUE_CTRL3_AGE_PERIOD 0xFF |
Definition at line 1028 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_LUE_CTRL3_AGE_PERIOD_DEFAULT
#define KSZ9896_SWITCH_LUE_CTRL3_AGE_PERIOD_DEFAULT 0x4B |
Definition at line 1029 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR0
#define KSZ9896_SWITCH_MAC_ADDR0 0x0302 |
Definition at line 125 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR1
#define KSZ9896_SWITCH_MAC_ADDR1 0x0303 |
Definition at line 126 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR2
#define KSZ9896_SWITCH_MAC_ADDR2 0x0304 |
Definition at line 127 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR3
#define KSZ9896_SWITCH_MAC_ADDR3 0x0305 |
Definition at line 128 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR4
#define KSZ9896_SWITCH_MAC_ADDR4 0x0306 |
Definition at line 129 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_ADDR5
#define KSZ9896_SWITCH_MAC_ADDR5 0x0307 |
Definition at line 130 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL0
#define KSZ9896_SWITCH_MAC_CTRL0 0x0330 |
Definition at line 145 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL0_AGGRESSIVE_BACK_OFF_EN
#define KSZ9896_SWITCH_MAC_CTRL0_AGGRESSIVE_BACK_OFF_EN 0x01 |
Definition at line 1088 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL0_ALT_BACK_OFF_MODE
#define KSZ9896_SWITCH_MAC_CTRL0_ALT_BACK_OFF_MODE 0x80 |
Definition at line 1085 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL0_FLOW_CTRL_PKT_DROP_MODE
#define KSZ9896_SWITCH_MAC_CTRL0_FLOW_CTRL_PKT_DROP_MODE 0x02 |
Definition at line 1087 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL0_FRAME_LEN_CHECK_EN
#define KSZ9896_SWITCH_MAC_CTRL0_FRAME_LEN_CHECK_EN 0x08 |
Definition at line 1086 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1
#define KSZ9896_SWITCH_MAC_CTRL1 0x0331 |
Definition at line 146 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_BACK_PRESSURE_MODE
#define KSZ9896_SWITCH_MAC_CTRL1_BACK_PRESSURE_MODE 0x20 |
Definition at line 1092 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_FLOW_CTRL_FAIR_MODE
#define KSZ9896_SWITCH_MAC_CTRL1_FLOW_CTRL_FAIR_MODE 0x10 |
Definition at line 1093 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_JUMBO_PKT_SUPPORT
#define KSZ9896_SWITCH_MAC_CTRL1_JUMBO_PKT_SUPPORT 0x04 |
Definition at line 1095 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_MAX_PKT_SIZE_CHECK_DIS
#define KSZ9896_SWITCH_MAC_CTRL1_MAX_PKT_SIZE_CHECK_DIS 0x02 |
Definition at line 1096 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_MCAST_STORM_PROTECT_DIS
#define KSZ9896_SWITCH_MAC_CTRL1_MCAST_STORM_PROTECT_DIS 0x40 |
Definition at line 1091 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_NO_EXCESSIVE_COL_DROP
#define KSZ9896_SWITCH_MAC_CTRL1_NO_EXCESSIVE_COL_DROP 0x08 |
Definition at line 1094 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL1_PASS_SHORT_PKT
#define KSZ9896_SWITCH_MAC_CTRL1_PASS_SHORT_PKT 0x01 |
Definition at line 1097 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL2
#define KSZ9896_SWITCH_MAC_CTRL2 0x0332 |
Definition at line 147 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL2_BCAST_STORM_PROTECT_RATE_MSB
#define KSZ9896_SWITCH_MAC_CTRL2_BCAST_STORM_PROTECT_RATE_MSB 0x07 |
Definition at line 1101 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL2_NULL_VID_REPLACEMENT
#define KSZ9896_SWITCH_MAC_CTRL2_NULL_VID_REPLACEMENT 0x08 |
Definition at line 1100 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL3
#define KSZ9896_SWITCH_MAC_CTRL3 0x0333 |
Definition at line 148 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL3_BCAST_STORM_PROTECT_RATE_LSB
#define KSZ9896_SWITCH_MAC_CTRL3_BCAST_STORM_PROTECT_RATE_LSB 0xFF |
Definition at line 1104 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL4
#define KSZ9896_SWITCH_MAC_CTRL4 0x0334 |
Definition at line 149 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL4_PASS_FLOW_CTRL_PKT
#define KSZ9896_SWITCH_MAC_CTRL4_PASS_FLOW_CTRL_PKT 0x01 |
Definition at line 1107 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5
#define KSZ9896_SWITCH_MAC_CTRL5 0x0335 |
Definition at line 150 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD
#define KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD 0x30 |
Definition at line 1110 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_16MS
#define KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_16MS 0x00 |
Definition at line 1111 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_256MS
#define KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_256MS 0x20 |
Definition at line 1113 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_64MS
#define KSZ9896_SWITCH_MAC_CTRL5_IG_RATE_LIMIT_PERIOD_64MS 0x10 |
Definition at line 1112 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MAC_CTRL5_QUEUE_BASED_EG_RATE_LIMITE_EN
#define KSZ9896_SWITCH_MAC_CTRL5_QUEUE_BASED_EG_RATE_LIMITE_EN 0x08 |
Definition at line 1114 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MIB_CTRL
#define KSZ9896_SWITCH_MIB_CTRL 0x0336 |
Definition at line 151 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MIB_CTRL_FLUSH
#define KSZ9896_SWITCH_MIB_CTRL_FLUSH 0x80 |
Definition at line 1117 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MIB_CTRL_FREEZE
#define KSZ9896_SWITCH_MIB_CTRL_FREEZE 0x40 |
Definition at line 1118 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MTU
#define KSZ9896_SWITCH_MTU 0x0308 |
Definition at line 131 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MTU_MTU
#define KSZ9896_SWITCH_MTU_MTU 0x3FFF |
Definition at line 992 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_MTU_MTU_DEFAULT
#define KSZ9896_SWITCH_MTU_MTU_DEFAULT 0x07D0 |
Definition at line 993 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_OP
#define KSZ9896_SWITCH_OP 0x0300 |
Definition at line 124 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_OP_DOUBLE_TAG_EN
#define KSZ9896_SWITCH_OP_DOUBLE_TAG_EN 0x80 |
Definition at line 987 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_OP_SOFT_HARD_RESET
#define KSZ9896_SWITCH_OP_SOFT_HARD_RESET 0x02 |
Definition at line 988 of file ksz9896_driver.h.
◆ KSZ9896_SWITCH_OP_START_SWITCH
#define KSZ9896_SWITCH_OP_START_SWITCH 0x01 |
Definition at line 989 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT1
#define KSZ9896_TAIL_TAG_DEST_PORT1 0x0001 |
Definition at line 72 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT2
#define KSZ9896_TAIL_TAG_DEST_PORT2 0x0002 |
Definition at line 71 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT3
#define KSZ9896_TAIL_TAG_DEST_PORT3 0x0004 |
Definition at line 70 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT4
#define KSZ9896_TAIL_TAG_DEST_PORT4 0x0008 |
Definition at line 69 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT5
#define KSZ9896_TAIL_TAG_DEST_PORT5 0x0010 |
Definition at line 68 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_DEST_PORT6
#define KSZ9896_TAIL_TAG_DEST_PORT6 0x0020 |
Definition at line 67 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_NORMAL_ADDR_LOOKUP
#define KSZ9896_TAIL_TAG_NORMAL_ADDR_LOOKUP 0x0400 |
Definition at line 64 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_PORT_BLOCKING_OVERRIDE
#define KSZ9896_TAIL_TAG_PORT_BLOCKING_OVERRIDE 0x0200 |
Definition at line 65 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_PRIORITY
#define KSZ9896_TAIL_TAG_PRIORITY 0x0180 |
Definition at line 66 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_PTP_MSG
#define KSZ9896_TAIL_TAG_PTP_MSG 0x80 |
Definition at line 75 of file ksz9896_driver.h.
◆ KSZ9896_TAIL_TAG_SRC_PORT
#define KSZ9896_TAIL_TAG_SRC_PORT 0x07 |
Definition at line 76 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL
#define KSZ9896_UNKNOWN_UNICAST_CTRL 0x0320 |
Definition at line 142 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD 0x80000000 |
Definition at line 1052 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP 0x0000003F |
Definition at line 1053 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_ALL
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_ALL 0x0000003F |
Definition at line 1060 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT1
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1054 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT2
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1055 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT3
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1056 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT4
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1057 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT5
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT5 0x00000010 |
Definition at line 1058 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT6
#define KSZ9896_UNKNOWN_UNICAST_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1059 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL 0x0328 |
Definition at line 144 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD 0x80000000 |
Definition at line 1074 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP 0x0000003F |
Definition at line 1075 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_ALL
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_ALL 0x0000003F |
Definition at line 1082 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT1
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1076 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT2
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1077 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT3
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1078 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT4
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1079 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT5
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT5 0x00000010 |
Definition at line 1080 of file ksz9896_driver.h.
◆ KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT6
#define KSZ9896_UNKNOWN_VLAN_ID_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1081 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL
#define KSZ9896_UNKONWN_MULTICAST_CTRL 0x0324 |
Definition at line 143 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD 0x80000000 |
Definition at line 1063 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP 0x0000003F |
Definition at line 1064 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_ALL
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_ALL 0x0000003F |
Definition at line 1071 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT1
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT1 0x00000001 |
Definition at line 1065 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT2
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT2 0x00000002 |
Definition at line 1066 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT3
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT3 0x00000004 |
Definition at line 1067 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT4
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT4 0x00000008 |
Definition at line 1068 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT5
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT5 0x00000010 |
Definition at line 1069 of file ksz9896_driver.h.
◆ KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT6
#define KSZ9896_UNKONWN_MULTICAST_CTRL_FWD_MAP_PORT6 0x00000020 |
Definition at line 1070 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL 0x040E |
Definition at line 196 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION 0x03 |
Definition at line 1165 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_CLEAR
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_CLEAR 0x03 |
Definition at line 1169 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_NOP
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_NOP 0x00 |
Definition at line 1166 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_READ
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_READ 0x02 |
Definition at line 1168 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_WRITE
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_ACTION_WRITE 0x01 |
Definition at line 1167 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ACCESS_CTRL_START_FINISH
#define KSZ9896_VLAN_TABLE_ACCESS_CTRL_START_FINISH 0x80 |
Definition at line 1164 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0
#define KSZ9896_VLAN_TABLE_ENTRY0 0x0400 |
Definition at line 192 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0_FID
#define KSZ9896_VLAN_TABLE_ENTRY0_FID 0x0000007F |
Definition at line 1140 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0_FORWARD_OPTION
#define KSZ9896_VLAN_TABLE_ENTRY0_FORWARD_OPTION 0x08000000 |
Definition at line 1137 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0_MSTP_INDEX
#define KSZ9896_VLAN_TABLE_ENTRY0_MSTP_INDEX 0x00007000 |
Definition at line 1139 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0_PRIORITY
#define KSZ9896_VLAN_TABLE_ENTRY0_PRIORITY 0x07000000 |
Definition at line 1138 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY0_VALID
#define KSZ9896_VLAN_TABLE_ENTRY0_VALID 0x80000000 |
Definition at line 1136 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1
#define KSZ9896_VLAN_TABLE_ENTRY1 0x0404 |
Definition at line 193 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT1_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT1_UNTAG 0x00000001 |
Definition at line 1149 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT2_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT2_UNTAG 0x00000002 |
Definition at line 1148 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT3_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT3_UNTAG 0x00000004 |
Definition at line 1147 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT4_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT4_UNTAG 0x00000008 |
Definition at line 1146 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT5_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT5_UNTAG 0x00000010 |
Definition at line 1145 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT6_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT6_UNTAG 0x00000020 |
Definition at line 1144 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY1_PORT_UNTAG
#define KSZ9896_VLAN_TABLE_ENTRY1_PORT_UNTAG 0x0000003F |
Definition at line 1143 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2
#define KSZ9896_VLAN_TABLE_ENTRY2 0x0408 |
Definition at line 194 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT1_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT1_FORWARD 0x00000001 |
Definition at line 1158 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT2_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT2_FORWARD 0x00000002 |
Definition at line 1157 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT3_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT3_FORWARD 0x00000004 |
Definition at line 1156 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT4_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT4_FORWARD 0x00000008 |
Definition at line 1155 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT5_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT5_FORWARD 0x00000010 |
Definition at line 1154 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT6_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT6_FORWARD 0x00000020 |
Definition at line 1153 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_ENTRY2_PORT_FORWARD
#define KSZ9896_VLAN_TABLE_ENTRY2_PORT_FORWARD 0x0000003F |
Definition at line 1152 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_INDEX
#define KSZ9896_VLAN_TABLE_INDEX 0x040C |
Definition at line 195 of file ksz9896_driver.h.
◆ KSZ9896_VLAN_TABLE_INDEX_VLAN_INDEX
#define KSZ9896_VLAN_TABLE_INDEX_VLAN_INDEX 0x0FFF |
Definition at line 1161 of file ksz9896_driver.h.
◆ KSZ9896_WRED_DIFFSERV_COLOR_MAPPING
#define KSZ9896_WRED_DIFFSERV_COLOR_MAPPING 0x0378 |
Definition at line 190 of file ksz9896_driver.h.
◆ KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_GREEN
#define KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_GREEN 0x03 |
Definition at line 1129 of file ksz9896_driver.h.
◆ KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_RED
#define KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_RED 0x30 |
Definition at line 1127 of file ksz9896_driver.h.
◆ KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_YELLOW
#define KSZ9896_WRED_DIFFSERV_COLOR_MAPPING_YELLOW 0x0C |
Definition at line 1128 of file ksz9896_driver.h.
Function Documentation
◆ ksz9896AddStaticFdbEntry()
error_t ksz9896AddStaticFdbEntry | ( | NetInterface * | interface, |
const SwitchFdbEntry * | entry | ||
) |
Add a new entry to the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1006 of file ksz9896_driver.c.
◆ ksz9896DeleteStaticFdbEntry()
error_t ksz9896DeleteStaticFdbEntry | ( | NetInterface * | interface, |
const SwitchFdbEntry * | entry | ||
) |
Remove an entry from the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] entry Forwarding database entry to remove from the table
- Returns
- Error code
Definition at line 1128 of file ksz9896_driver.c.
◆ ksz9896DisableIrq()
void ksz9896DisableIrq | ( | NetInterface * | interface | ) |
Disable interrupts.
- Parameters
-
[in] interface Underlying network interface
Definition at line 338 of file ksz9896_driver.c.
◆ ksz9896DumpPhyReg()
void ksz9896DumpPhyReg | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Dump PHY registers for debugging purpose.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
Definition at line 1620 of file ksz9896_driver.c.
◆ ksz9896EnableIgmpSnooping()
void ksz9896EnableIgmpSnooping | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable IGMP snooping.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable IGMP snooping
Definition at line 917 of file ksz9896_driver.c.
◆ ksz9896EnableIrq()
void ksz9896EnableIrq | ( | NetInterface * | interface | ) |
Enable interrupts.
- Parameters
-
[in] interface Underlying network interface
Definition at line 328 of file ksz9896_driver.c.
◆ ksz9896EnableMldSnooping()
void ksz9896EnableMldSnooping | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable MLD snooping.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable MLD snooping
Definition at line 947 of file ksz9896_driver.c.
◆ ksz9896EnableRsvdMcastTable()
void ksz9896EnableRsvdMcastTable | ( | NetInterface * | interface, |
bool_t | enable | ||
) |
Enable reserved multicast table.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable reserved group addresses
Definition at line 977 of file ksz9896_driver.c.
◆ ksz9896EventHandler()
void ksz9896EventHandler | ( | NetInterface * | interface | ) |
KSZ9896 event handler.
- Parameters
-
[in] interface Underlying network interface
Definition at line 348 of file ksz9896_driver.c.
◆ ksz9896FlushDynamicFdbTable()
void ksz9896FlushDynamicFdbTable | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Flush dynamic MAC table.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
Definition at line 1458 of file ksz9896_driver.c.
◆ ksz9896FlushStaticFdbTable()
void ksz9896FlushStaticFdbTable | ( | NetInterface * | interface | ) |
Flush static MAC table.
- Parameters
-
[in] interface Underlying network interface
Definition at line 1305 of file ksz9896_driver.c.
◆ ksz9896GetDuplexMode()
NicDuplexMode ksz9896GetDuplexMode | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get duplex mode.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Duplex mode
Definition at line 713 of file ksz9896_driver.c.
◆ ksz9896GetDynamicFdbEntry()
error_t ksz9896GetDynamicFdbEntry | ( | NetInterface * | interface, |
uint_t | index, | ||
SwitchFdbEntry * | entry | ||
) |
Read an entry from the dynamic MAC table.
- Parameters
-
[in] interface Underlying network interface [in] index Zero-based index of the entry to read [out] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1354 of file ksz9896_driver.c.
◆ ksz9896GetLinkSpeed()
uint32_t ksz9896GetLinkSpeed | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get link speed.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Link speed
Definition at line 618 of file ksz9896_driver.c.
◆ ksz9896GetLinkState()
bool_t ksz9896GetLinkState | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get link state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Link state
Definition at line 584 of file ksz9896_driver.c.
◆ ksz9896GetPortState()
SwitchPortState ksz9896GetPortState | ( | NetInterface * | interface, |
uint8_t | port | ||
) |
Get port state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number
- Returns
- Port state
Definition at line 833 of file ksz9896_driver.c.
◆ ksz9896GetStaticFdbEntry()
error_t ksz9896GetStaticFdbEntry | ( | NetInterface * | interface, |
uint_t | index, | ||
SwitchFdbEntry * | entry | ||
) |
Read an entry from the static MAC table.
- Parameters
-
[in] interface Underlying network interface [in] index Zero-based index of the entry to read [out] entry Pointer to the forwarding database entry
- Returns
- Error code
Definition at line 1208 of file ksz9896_driver.c.
◆ ksz9896Init()
error_t ksz9896Init | ( | NetInterface * | interface | ) |
KSZ9896 Ethernet switch initialization.
- Parameters
-
[in] interface Underlying network interface
- Returns
- Error code
Definition at line 94 of file ksz9896_driver.c.
◆ ksz9896InitHook()
void ksz9896InitHook | ( | NetInterface * | interface | ) |
KSZ9896 custom configuration.
- Parameters
-
[in] interface Underlying network interface
Definition at line 248 of file ksz9896_driver.c.
◆ ksz9896ReadMmdReg()
uint16_t ksz9896ReadMmdReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | devAddr, | ||
uint16_t | regAddr | ||
) |
Read MMD register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] devAddr Device address [in] regAddr Register address
- Returns
- Register value
Definition at line 1674 of file ksz9896_driver.c.
◆ ksz9896ReadPhyReg()
uint16_t ksz9896ReadPhyReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | address | ||
) |
Read PHY register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] address PHY register address
- Returns
- Register value
Definition at line 1584 of file ksz9896_driver.c.
◆ ksz9896ReadSwitchReg16()
uint16_t ksz9896ReadSwitchReg16 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (16 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1834 of file ksz9896_driver.c.
◆ ksz9896ReadSwitchReg32()
uint32_t ksz9896ReadSwitchReg32 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (32 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1928 of file ksz9896_driver.c.
◆ ksz9896ReadSwitchReg8()
uint8_t ksz9896ReadSwitchReg8 | ( | NetInterface * | interface, |
uint16_t | address | ||
) |
Read switch register (8 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address
- Returns
- Register value
Definition at line 1743 of file ksz9896_driver.c.
◆ ksz9896SetAgingTime()
void ksz9896SetAgingTime | ( | NetInterface * | interface, |
uint32_t | agingTime | ||
) |
Set aging time for dynamic filtering entries.
- Parameters
-
[in] interface Underlying network interface [in] agingTime Aging time, in seconds
Definition at line 896 of file ksz9896_driver.c.
◆ ksz9896SetPortState()
void ksz9896SetPortState | ( | NetInterface * | interface, |
uint8_t | port, | ||
SwitchPortState | state | ||
) |
Set port state.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] state Port state
Definition at line 777 of file ksz9896_driver.c.
◆ ksz9896SetUnknownMcastFwdPorts()
void ksz9896SetUnknownMcastFwdPorts | ( | NetInterface * | interface, |
bool_t | enable, | ||
uint32_t | forwardPorts | ||
) |
Set forward ports for unknown multicast packets.
- Parameters
-
[in] interface Underlying network interface [in] enable Enable or disable forwarding of unknown multicast packets [in] forwardPorts Port map
Definition at line 1505 of file ksz9896_driver.c.
◆ ksz9896TagFrame()
error_t ksz9896TagFrame | ( | NetInterface * | interface, |
NetBuffer * | buffer, | ||
size_t * | offset, | ||
NetTxAncillary * | ancillary | ||
) |
Add tail tag to Ethernet frame.
- Parameters
-
[in] interface Underlying network interface [in] buffer Multi-part buffer containing the payload [in,out] offset Offset to the first payload byte [in] ancillary Additional options passed to the stack along with the packet
- Returns
- Error code
Definition at line 473 of file ksz9896_driver.c.
◆ ksz9896Tick()
void ksz9896Tick | ( | NetInterface * | interface | ) |
KSZ9896 timer handler.
- Parameters
-
[in] interface Underlying network interface
Definition at line 258 of file ksz9896_driver.c.
◆ ksz9896UntagFrame()
error_t ksz9896UntagFrame | ( | NetInterface * | interface, |
uint8_t ** | frame, | ||
size_t * | length, | ||
NetRxAncillary * | ancillary | ||
) |
Decode tail tag from incoming Ethernet frame.
- Parameters
-
[in] interface Underlying network interface [in,out] frame Pointer to the received Ethernet frame [in,out] length Length of the frame, in bytes [in,out] ancillary Additional options passed to the stack along with the packet
- Returns
- Error code
Definition at line 532 of file ksz9896_driver.c.
◆ ksz9896WriteMmdReg()
void ksz9896WriteMmdReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | devAddr, | ||
uint16_t | regAddr, | ||
uint16_t | data | ||
) |
Write MMD register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] devAddr Device address [in] regAddr Register address [in] data Register value
Definition at line 1646 of file ksz9896_driver.c.
◆ ksz9896WritePhyReg()
void ksz9896WritePhyReg | ( | NetInterface * | interface, |
uint8_t | port, | ||
uint8_t | address, | ||
uint16_t | data | ||
) |
Write PHY register.
- Parameters
-
[in] interface Underlying network interface [in] port Port number [in] address PHY register address [in] data Register value
Definition at line 1550 of file ksz9896_driver.c.
◆ ksz9896WriteSwitchReg16()
void ksz9896WriteSwitchReg16 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint16_t | data | ||
) |
Write switch register (16 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1790 of file ksz9896_driver.c.
◆ ksz9896WriteSwitchReg32()
void ksz9896WriteSwitchReg32 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint32_t | data | ||
) |
Write switch register (32 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1882 of file ksz9896_driver.c.
◆ ksz9896WriteSwitchReg8()
void ksz9896WriteSwitchReg8 | ( | NetInterface * | interface, |
uint16_t | address, | ||
uint8_t | data | ||
) |
Write switch register (8 bits)
- Parameters
-
[in] interface Underlying network interface [in] address Switch register address [in] data Register value
Definition at line 1700 of file ksz9896_driver.c.
Variable Documentation
◆ ksz9896SwitchDriver
|
extern |
KSZ9896 Ethernet switch driver.
Definition at line 45 of file ksz9896_driver.c.