Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c1684 uint8_t bit_num; in hns3_update_desc_vfid() local
1688 bit_num = vfid % 32; in hns3_update_desc_vfid()
1691 rte_cpu_to_le_32(~(1UL << bit_num)); in hns3_update_desc_vfid()
1694 rte_cpu_to_le_32(1UL << bit_num); in hns3_update_desc_vfid()
1697 bit_num = vfid % 32; in hns3_update_desc_vfid()
1700 rte_cpu_to_le_32(~(1UL << bit_num)); in hns3_update_desc_vfid()
1703 rte_cpu_to_le_32(1UL << bit_num); in hns3_update_desc_vfid()