Home
last modified time | relevance | path

Searched refs:NIC_STATE_TESTING (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.h21 NIC_STATE_TESTING = 0, enumerator
H A Dhns_ethtool.c601 set_bit(NIC_STATE_TESTING, &priv->state); in hns_nic_self_test()
627 clear_bit(NIC_STATE_TESTING, &priv->state); in hns_nic_self_test()
H A Dhns_enet.c1470 if (test_bit(NIC_STATE_TESTING, &priv->state)) in hns_nic_net_open()