Home
last modified time | relevance | path

Searched refs:NIC_STATE_DOWN (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.h24 NIC_STATE_DOWN, enumerator
Dhns_enet.c995 !test_bit(NIC_STATE_DOWN, &priv->state)) { in hns_nic_tx_poll_one()
1329 if (!test_bit(NIC_STATE_DOWN, &priv->state)) in hns_nic_net_up()
1355 clear_bit(NIC_STATE_DOWN, &priv->state); in hns_nic_net_up()
1368 set_bit(NIC_STATE_DOWN, &priv->state); in hns_nic_net_up()
1379 if (test_and_set_bit(NIC_STATE_DOWN, &priv->state)) in hns_nic_net_down()
2014 if (test_bit(NIC_STATE_DOWN, &priv->state) || in hns_nic_reset_subtask()
2056 if (!test_bit(NIC_STATE_DOWN, &priv->state) && in hns_nic_task_schedule()
2078 if (!test_bit(NIC_STATE_DOWN, &priv->state)) { in hns_tx_timeout_reset()
2368 set_bit(NIC_STATE_DOWN, &priv->state); in hns_nic_dev_probe()