Searched refs:word_num (Results 1 – 2 of 2) sorted by relevance
937 uint word_num; in xfs_buf_item_log_segment() local961 word_num = first_bit >> BIT_TO_WORD_SHIFT; in xfs_buf_item_log_segment()962 wordp = &map[word_num]; in xfs_buf_item_log_segment()
8216 unsigned int word_num; in hclge_update_desc_vfid() local8223 word_num = vfid / 32; in hclge_update_desc_vfid()8226 desc[1].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()8228 desc[1].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()8230 word_num = (vfid - HCLGE_VF_NUM_IN_FIRST_DESC) / 32; in hclge_update_desc_vfid()8233 desc[2].data[word_num] &= cpu_to_le32(~(1 << bit_num)); in hclge_update_desc_vfid()8235 desc[2].data[word_num] |= cpu_to_le32(1 << bit_num); in hclge_update_desc_vfid()