Searched defs:stmmac_priv (Results 1 – 1 of 1) sorted by relevance
141 struct stmmac_priv { struct163 int (*hwif_quirks)(struct stmmac_priv *priv); argument164 struct mutex lock;167 struct stmmac_rx_queue rx_queue[MTL_MAX_RX_QUEUES];170 struct stmmac_tx_queue tx_queue[MTL_MAX_TX_QUEUES];173 struct stmmac_channel channel[STMMAC_CH_MAX];175 int speed;176 unsigned int flow_ctrl;177 unsigned int pause;178 struct mii_bus *mii;[all …]