Home
last modified time | relevance | path

Searched refs:wx_set_ring (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.h39 int wx_set_ring(struct wx *wx, u32 new_tx_count,
H A Dwx_ethtool.c830 err = wx_set_ring(wx, new_tx_count, new_rx_count, temp_ring); in wx_set_ringparam_vf()
H A Dwx_lib.c3315 int wx_set_ring(struct wx *wx, u32 new_tx_count, in wx_set_ring() function
3380 EXPORT_SYMBOL(wx_set_ring);
/linux/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_ethtool.c59 wx_set_ring(wx, new_tx_count, new_rx_count, temp_ring); in ngbe_set_ringparam()