Searched refs:ugeth (Results 1 – 2 of 2) sorted by relevance
1782 if (!ugeth) in ucc_geth_memclean()2081 ugeth->skb_curtx[j] = ugeth->skb_dirtytx[j] = 0; in ucc_geth_alloc_tx()2082 bd = ugeth->confBd[j] = ugeth->txBd[j] = ugeth->p_tx_bd_ring[j]; in ucc_geth_alloc_tx()2140 bd = ugeth->rxBd[j] = ugeth->p_rx_bd_ring[j]; in ucc_geth_alloc_rx()2728 if ((ret_val = fill_init_enet_entries(ugeth, &(ugeth-> in ucc_geth_startup()2833 ugeth->tx_skbuff[txQ][ugeth->skb_curtx[txQ]] = skb; in ucc_geth_start_xmit()2909 skb = ugeth->rx_skbuff[rxQ][ugeth->skb_currx[rxQ]]; in ucc_geth_rx()2921 ugeth->rx_skbuff[rxQ][ugeth->skb_currx[rxQ]] = NULL; in ucc_geth_rx()2946 ugeth->rx_skbuff[rxQ][ugeth->skb_currx[rxQ]] = skb; in ucc_geth_rx()2985 skb = ugeth->tx_skbuff[txQ][ugeth->skb_dirtytx[txQ]]; in ucc_geth_tx()[all …]
145 return ugeth->msg_enable; in uec_get_msglevel()152 ugeth->msg_enable = data; in uec_set_msglevel()181 struct ucc_geth_info *ug_info = ugeth->ug_info; in uec_get_ringparam()278 if (ugeth->ug_regs) in uec_get_ethtool_stats()279 base = (u32 __iomem *)&ugeth->ug_regs->tx64; in uec_get_ethtool_stats()313 phylink_ethtool_get_wol(ugeth->phylink, wol); in uec_get_wol()318 wol->wolopts |= ugeth->wol_en; in uec_get_wol()328 ugeth->phy_wol_en = 0; in uec_set_wol()332 ugeth->phy_wol_en = wol->wolopts; in uec_set_wol()339 if (!ugeth->phy_wol_en && in uec_set_wol()[all …]
Completed in 20 milliseconds