Lines Matching +full:full +full:- +full:duplex
1 /* SPDX-License-Identifier: GPL-2.0 */
4 * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
45 #define PRUETH_SWITCH_FDB_MASK ((SIZE_OF_FDB / NUMBER_OF_FDB_BUCKET_ENTRIES) - 1)
124 /* SR1.0-specific bits */
160 * - ss: sequence number. Currently not used by driver.
164 /* SR1.0 pstate speed/duplex command to set speed and duplex settings
167 * - ss: sequence number. Currently not used by driver.
168 * - P: port number (for switch mode).
169 * - N: Speed/Duplex state:
170 * 0x0 - 10Mbps/Half duplex;
171 * 0x8 - 10Mbps/Full duplex;
172 * 0x2 - 100Mbps/Half duplex;
173 * 0xa - 100Mbps/Full duplex;
174 * 0xc - 1Gbps/Full duplex;
255 * struct prueth_vlan_tbl - VLAN table entries struct in ICSSG SMEM
258 * @fid: FDB index for this VID (there is 1-1 mapping b/w VID and FID)
266 * struct prueth_fdb_slot - Result of FDB slot lookup