Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c1764 uint8_t bit_num; in hns3_update_desc_vfid() local
1768 bit_num = vfid % 32; in hns3_update_desc_vfid()
1771 rte_cpu_to_le_32(~(1UL << bit_num)); in hns3_update_desc_vfid()
1774 rte_cpu_to_le_32(1UL << bit_num); in hns3_update_desc_vfid()
1777 bit_num = vfid % 32; in hns3_update_desc_vfid()
1780 rte_cpu_to_le_32(~(1UL << bit_num)); in hns3_update_desc_vfid()
1783 rte_cpu_to_le_32(1UL << bit_num); in hns3_update_desc_vfid()