Searched refs:HNS3_NIC_STATE_DOWN (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 746 clear_bit(HNS3_NIC_STATE_DOWN, &priv->state); in hns3_nic_net_up() 753 set_bit(HNS3_NIC_STATE_DOWN, &priv->state); in hns3_nic_net_up() 793 if (!test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) { in hns3_nic_net_open() 865 if (test_and_set_bit(HNS3_NIC_STATE_DOWN, &priv->state)) in hns3_nic_net_stop() 1967 !test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) { in hns3_nic_maybe_stop_tx() 2549 if (test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) in hns3_nic_get_stats64() 3666 !test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) { in hns3_clean_tx_ring() 5314 set_bit(HNS3_NIC_STATE_DOWN, &priv->state); in hns3_client_init() 5733 if (!test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) in hns3_reset_notify_uninit_enet() 5907 if (!test_bit(HNS3_NIC_STATE_DOWN, &priv->state)) in hns3_external_lb_restore() [all …]
|
| H A D | hns3_enet.h | 21 HNS3_NIC_STATE_DOWN, enumerator
|