Lines Matching defs:ucc_geth_info
1077 struct ucc_geth_info { struct
1078 struct ucc_fast_info uf_info;
1079 int ipCheckSumCheck;
1080 int ipCheckSumGenerate;
1081 int rxExtendedFiltering;
1082 u32 extendedFilteringChainPointer;
1083 u16 typeorlen;
1084 int dynamicMaxFrameLength;
1085 int dynamicMinFrameLength;
1086 u8 nonBackToBackIfgPart1;
1087 u8 nonBackToBackIfgPart2;
1088 u8 miminumInterFrameGapEnforcement;
1089 u8 backToBackInterFrameGap;
1090 int ipAddressAlignment;
1091 int lengthCheckRx;
1092 u32 mblinterval;
1093 u16 nortsrbytetime;
1094 u8 fracsiz;
1095 u8 strictpriorityq;
1096 u8 txasap;
1097 u8 extrabw;
1098 int miiPreambleSupress;
1099 u8 altBebTruncation;
1100 int altBeb;
1101 int backPressureNoBackoff;
1102 int noBackoff;
1103 int excessDefer;
1104 u8 maxRetransmission;
1105 u8 collisionWindow;
1106 int pro;
1107 int cap;
1108 int rsh;
1109 int rlpb;
1110 int cam;
1111 int bro;
1112 int ecm;
1113 int receiveFlowControl;
1114 int transmitFlowControl;
1115 u8 maxGroupAddrInHash;
1116 u8 maxIndAddrInHash;
1117 u8 prel;
1118 u16 maxFrameLength;
1119 u16 minFrameLength;
1120 u16 maxD1Length;
1121 u16 maxD2Length;
1122 u16 vlantype;
1123 u16 vlantci;
1124 u32 ecamptr;
1125 u32 eventRegMask;
1126 u16 pausePeriod;
1127 u16 extensionField;
1128 struct device_node *phy_node;
1129 struct device_node *tbi_node;
1130 u8 weightfactor[NUM_TX_QUEUES];
1131 u8 interruptcoalescingmaxvalue[NUM_RX_QUEUES];
1155 struct ucc_geth_info *ug_info; argument