Home
last modified time | relevance | path

Searched refs:WX_FLAG_RSC_CAPABLE (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c86 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) in wx_get_sset_count()
109 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) { in wx_get_strings()
150 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) { in wx_get_ethtool_stats()
375 if (!test_bit(WX_FLAG_RSC_CAPABLE, wx->flags) || in wx_update_rsc()
H A Dwx_lib.c640 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) in wx_process_skb_fields()
3158 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) { in wx_set_features()
3257 if (!test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) in wx_fix_features()
H A Dwx_type.h1282 WX_FLAG_RSC_CAPABLE, enumerator
H A Dwx_hw.c2224 if (test_bit(WX_FLAG_RSC_CAPABLE, wx->flags)) { in wx_configure_rx()
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c429 set_bit(WX_FLAG_RSC_CAPABLE, wx->flags); in txgbe_sw_init()