Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc_mcam_dump.c116 uint32_t byte_index, noffset; in npc_get_nibbles() local
122 byte_index = bit_offset / 8; in npc_get_nibbles()
124 data = *(unaligned_uint16_t *)&bytes[byte_index]; in npc_get_nibbles()