Searched refs:hns3_atomic_clear_bit (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_intr.c | 2532 hns3_atomic_clear_bit(HNS3_IMP_RESET, levels); in hns3_clear_reset_level() 2539 hns3_atomic_clear_bit(HNS3_GLOBAL_RESET, levels); in hns3_clear_reset_level() 2544 hns3_atomic_clear_bit(HNS3_FUNC_RESET, levels); in hns3_clear_reset_level() 2547 hns3_atomic_clear_bit(HNS3_VF_RESET, levels); in hns3_clear_reset_level() 2554 hns3_atomic_clear_bit(HNS3_VF_FULL_RESET, levels); in hns3_clear_reset_level() 2559 hns3_atomic_clear_bit(HNS3_VF_PF_FUNC_RESET, levels); in hns3_clear_reset_level() 2564 hns3_atomic_clear_bit(HNS3_VF_FUNC_RESET, levels); in hns3_clear_reset_level() 2567 hns3_atomic_clear_bit(HNS3_FLR_RESET, levels); in hns3_clear_reset_level()
|
| H A D | hns3_ethdev.h | 1025 hns3_atomic_clear_bit(unsigned int nr, volatile uint64_t *addr) in hns3_atomic_clear_bit() function
|
| H A D | hns3_ethdev.c | 5713 hns3_atomic_clear_bit(reset_level, &hw->reset.request); in hns3_msix_process()
|