Searched defs:dpaa2_eth_priv (Results 1 – 1 of 1) sorted by relevance
301 struct dpaa2_eth_priv { struct302 struct net_device *net_dev;304 u8 num_fqs;305 struct dpaa2_eth_fq fq[DPAA2_ETH_MAX_QUEUES];307 u8 num_channels;308 struct dpaa2_eth_channel *channel[DPAA2_ETH_MAX_DPCONS];310 struct dpni_attr dpni_attrs;311 u16 dpni_ver_major;312 u16 dpni_ver_minor;313 u16 tx_data_offset;[all …]