Lines Matching +full:group +full:- +full:index +full:- +full:shift

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (C) Freescale Semicondutor, Inc. 2006-2009. All rights reserved.
12 * - Rearrange code and style fixes
40 u8 res0[0x100 - sizeof(struct ucc_fast)];
45 u32 hafdup; /* half-duplex reg. */
56 u8 res3[0x180 - 0x15A];
85 successfully with the group address bit set
97 successfully with the group address bit set
104 u8 res5[0x200 - 0x1c4];
118 #define TEMODER_NUM_OF_QUEUES_SHIFT (15-15) /* Number of queues <<
119 shift */
127 #define REMODER_VLAN_OPERATION_TAGGED_SHIFT (31-9 ) /* vlan operation
128 tagged << shift */
129 #define REMODER_VLAN_OPERATION_NON_TAGGED_SHIFT (31-10) /* vlan operation non
130 tagged << shift */
131 #define REMODER_RX_QOS_MODE_SHIFT (31-15) /* rx QoS mode << shift
138 mpc82xx-like
140 #define REMODER_NUM_OF_QUEUES_SHIFT (31-23) /* Number of queues <<
141 shift */
154 4-byte
234 #define MACCFG2_PREL_SHIFT (31 - 19) /* Preamble
236 shift */
244 #define MACCFG2_RESERVED_1 0x00000020 /* Reserved -
274 /* UCC GETH IPGIFG (Inter-frame Gap / Inter-Frame Gap Register) */
275 #define IPGIFG_NON_BACK_TO_BACK_IFG_PART1_SHIFT (31 - 7) /* Non
276 back-to-back
279 << shift */
280 #define IPGIFG_NON_BACK_TO_BACK_IFG_PART2_SHIFT (31 - 15) /* Non
281 back-to-back
284 << shift */
285 #define IPGIFG_MINIMUM_IFG_ENFORCEMENT_SHIFT (31 - 23) /* Mimimum IFG
287 << shift */
288 #define IPGIFG_BACK_TO_BACK_IFG_SHIFT (31 - 31) /* back-to-back
290 gap << shift
292 #define IPGIFG_NON_BACK_TO_BACK_IFG_PART1_MAX 127 /* Non back-to-back
295 #define IPGIFG_NON_BACK_TO_BACK_IFG_PART2_MAX 127 /* Non back-to-back
300 #define IPGIFG_BACK_TO_BACK_IFG_MAX 127 /* back-to-back inter
308 #define HALFDUP_ALT_BEB_TRUNCATION_SHIFT (31 - 11) /* Alternate
313 << shift */
327 #define HALFDUP_MAX_RETRANSMISSION_SHIFT (31 - 19) /* Maximum
329 << shift */
333 #define HALFDUP_COLLISION_WINDOW_SHIFT (31 - 31) /* Collision
335 shift */
356 #define MACSTNADDR1_OCTET_6_SHIFT (31 - 7) /* Station
359 shift */
360 #define MACSTNADDR1_OCTET_5_SHIFT (31 - 15) /* Station
363 shift */
364 #define MACSTNADDR1_OCTET_4_SHIFT (31 - 23) /* Station
367 shift */
368 #define MACSTNADDR1_OCTET_3_SHIFT (31 - 31) /* Station
371 shift */
374 #define MACSTNADDR2_OCTET_2_SHIFT (31 - 7) /* Station
377 shift */
378 #define MACSTNADDR2_OCTET_1_SHIFT (31 - 15) /* Station
381 shift */
384 #define UEMPR_PAUSE_TIME_VALUE_SHIFT (31 - 15) /* Pause time
386 shift */
387 #define UEMPR_EXTENDED_PAUSE_TIME_VALUE_SHIFT (31 - 31) /* Extended
390 shift */
393 #define UTBIPAR_PHY_ADDRESS_SHIFT (31 - 31) /* Phy address
394 << shift */
405 #define UESCR_MAXCOV_SHIFT (15 - 7) /* Max
408 shift */
409 #define UESCR_SCOV_SHIFT (15 - 15) /* Status
412 shift */
425 /* Send Queue Queue-Descriptor */
482 u8 res1[0x70 - 0x64];
567 u8 res0[0x38 - 0x02];
575 u32 vtagtable[0x8]; /* 8 4-byte VLAN tags */
578 u8 res2[0x78 - 0x74];
583 u8 res3[0xa8 - 0x94];
585 u8 res4[0xc0 - 0xac];
591 u8 res0[0x10 - 0x04];
598 u8 res1[0x20 - 0xC];
604 u8 res3[0x30 - 0x28];
606 u8 res4[0x36 - 0x34];
609 u8 res5[0x46 - 0x37];
625 u8 res6[0x100 - 0xC4]; /* Initialize to zero */
641 u8 res2[0x38 - 0x30];
647 #define ENET_INIT_PARAM_RGF_SHIFT (32 - 4)
648 #define ENET_INIT_PARAM_TGF_SHIFT (32 - 8)
673 u32 gaddr_h; /* group address filter, high */
674 u32 gaddr_l; /* group address filter, low */
677 u8 res0[0x40 - 0x38];
770 successfully with the group address bit set
782 successfully with the group address bit set
806 #define T_VID 0x003c0000 /* insert VLAN id index mask. */
819 #define R_NO 0x00100000 /* Non-octet aligned frame. */
884 #define TX_RING_MOD_MASK(size) (size-1)
885 #define RX_RING_MOD_MASK(size) (size-1)
887 #define ENET_GROUP_ADDR 0x01 /* Group address mask
953 UCC_GETH_ENET_ADDRESS_RECOGNITION_LOCATION_GROUP_HASH, /* group hash */
960 UCC_GETH_VLAN_OPERATION_TAGGED_NOP = 0x0, /* Tagged - nop */
962 = 0x1, /* Tagged - replace vid portion of q tag */
964 = 0x2, /* Tagged - if vid0 replace vid with default value */
966 = 0x3 /* Tagged - extract q tag from frame */
969 /* UCC GETH vlan operation non-tagged */
971 UCC_GETH_VLAN_OPERATION_NON_TAGGED_NOP = 0x0, /* Non tagged - nop */
972 UCC_GETH_VLAN_OPERATION_NON_TAGGED_Q_TAG_INSERT = 0x1 /* Non tagged -
990 /* UCC GETH Statistics Gathering Mode - These are bit flags, 'or' them together
1015 /* UCC GETH Pad and CRC Mode - Note, Padding without CRC is not possible */
1209 /* index of the first skb which hasn't been transmitted yet. */