Searched refs:word_num (Results 1 – 1 of 1) sorted by relevance
1683 uint8_t word_num; in hns3_update_desc_vfid() local1687 word_num = vfid / 32; in hns3_update_desc_vfid()1690 desc[1].data[word_num] &= in hns3_update_desc_vfid()1693 desc[1].data[word_num] |= in hns3_update_desc_vfid()1696 word_num = (vfid - HNS3_VF_NUM_IN_FIRST_DESC) / 32; in hns3_update_desc_vfid()1699 desc[2].data[word_num] &= in hns3_update_desc_vfid()1702 desc[2].data[word_num] |= in hns3_update_desc_vfid()