Searched refs:bit_offset (Results 1 – 2 of 2) sorted by relevance
471 u32 bit_offset = i * BITS_PER_U32; in ice_bitmap_from_array32() local477 ice_set_bit((u16)(j + bit_offset), dst); in ice_bitmap_from_array32()486 u32 bit_offset = i * BITS_PER_U32; in ice_bitmap_from_array32() local492 ice_set_bit((u16)(j + bit_offset), dst); in ice_bitmap_from_array32()
114 npc_get_nibbles(struct roc_npc_flow *flow, uint16_t size, uint32_t bit_offset) in npc_get_nibbles() argument122 byte_index = bit_offset / 8; in npc_get_nibbles()123 noffset = bit_offset % 8; in npc_get_nibbles()