···360360 unsigned int sphen;361361 unsigned int vlins;362362 unsigned int dvlan;363363+ unsigned int l3l4fnum;364364+ unsigned int arpoffsel;363365};364366365367/* GMAC TX FIFO is 8K, Rx FIFO is 16K */
···128128 u32 table[STMMAC_RSS_MAX_TABLE_SIZE];129129};130130131131+#define STMMAC_FLOW_ACTION_DROP BIT(0)132132+struct stmmac_flow_entry {133133+ unsigned long cookie;134134+ unsigned long action;135135+ u8 ip_proto;136136+ int in_use;137137+ int idx;138138+ int is_l4;139139+};140140+131141struct stmmac_priv {132142 /* Frequently used values are kept adjacent for cache effect */133143 u32 tx_coal_frames;···226216 unsigned int tc_entries_max;227217 unsigned int tc_off_max;228218 struct stmmac_tc_entry *tc_entries;219219+ unsigned int flow_entries_max;220220+ struct stmmac_flow_entry *flow_entries;229221230222 /* Pulse Per Second output */231223 struct stmmac_pps_cfg pps[STMMAC_PPS_MAX];