Lines Matching +full:half +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)
123 /* SR1.0-specific bits */
159 * - ss: sequence number. Currently not used by driver.
163 /* SR1.0 pstate speed/duplex command to set speed and duplex settings
166 * - ss: sequence number. Currently not used by driver.
167 * - P: port number (for switch mode).
168 * - N: Speed/Duplex state:
169 * 0x0 - 10Mbps/Half duplex;
170 * 0x8 - 10Mbps/Full duplex;
171 * 0x2 - 100Mbps/Half duplex;
172 * 0xa - 100Mbps/Full duplex;
173 * 0xc - 1Gbps/Full duplex;
254 * struct prueth_vlan_tbl - VLAN table entries struct in ICSSG SMEM
257 * @fid: FDB index for this VID (there is 1-1 mapping b/w VID and FID)
265 * struct prueth_fdb_slot - Result of FDB slot lookup