Searched refs:wx_control_hw (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 440 wx_control_hw(wx, true); in ngbe_open() 500 wx_control_hw(wx, false); in ngbe_close() 529 wx_control_hw(wx, false); in ngbe_dev_shutdown() 792 wx_control_hw(wx, false); in ngbe_probe()
|
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_main.c | 149 wx_control_hw(wx, true); in txgbe_up_complete() 532 wx_control_hw(wx, false); in txgbe_close() 550 wx_control_hw(wx, false); in txgbe_dev_shutdown() 922 wx_control_hw(wx, false); in txgbe_probe()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.h | 17 void wx_control_hw(struct wx *wx, bool drv);
|
H A D | wx_hw.c | 218 void wx_control_hw(struct wx *wx, bool drv) in wx_control_hw() function 226 EXPORT_SYMBOL(wx_control_hw);
|