Searched refs:wx_control_hw (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 379 wx_control_hw(wx, true); in ngbe_open() 434 wx_control_hw(wx, false); in ngbe_close() 463 wx_control_hw(wx, false); in ngbe_dev_shutdown() 688 wx_control_hw(wx, false); in ngbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_main.c | 211 wx_control_hw(wx, true); in txgbe_up_complete() 472 wx_control_hw(wx, false); in txgbe_close() 490 wx_control_hw(wx, false); in txgbe_dev_shutdown() 752 wx_control_hw(wx, false); in txgbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.h | 10 void wx_control_hw(struct wx *wx, bool drv);
|
D | wx_hw.c | 118 void wx_control_hw(struct wx *wx, bool drv) in wx_control_hw() function 126 EXPORT_SYMBOL(wx_control_hw);
|