Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h21 #define BYTE_SIZE 8 macro
26 offsetof(struct vring_packed_desc, len)) * BYTE_SIZE)
30 offsetof(struct vring_packed_desc, id)) * BYTE_SIZE)
32 offsetof(struct vring_packed_desc, len)) * BYTE_SIZE)
40 offsetof(struct rte_mbuf, rearm_data)) * BYTE_SIZE)
45 offsetof(struct rte_mbuf, rearm_data)) * BYTE_SIZE)
53 offsetof(struct vring_packed_desc, len)) * BYTE_SIZE)
/dpdk/lib/lpm/
H A Drte_lpm6.c34 #define BYTE_SIZE 8 macro
126 if (part_depth < BYTE_SIZE && part_depth >= 0) { in ip6_mask_addr()
132 part_depth -= BYTE_SIZE; in ip6_mask_addr()
578 bitshift = (int8_t)((bytes - i)*BYTE_SIZE); in get_bitshift()
612 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE); in simulate_add_step()
666 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE); in add_step()
955 tbl24_index = (ip[0] << BYTES2_SIZE) | (ip[1] << BYTE_SIZE) | ip[2]; in rte_lpm6_lookup()
991 (ips[i][1] << BYTE_SIZE) | ips[i][2]; in rte_lpm6_lookup_bulk_func()
/dpdk/lib/fib/
H A Dtrie.c226 #define BYTE_SIZE 8 macro
235 bitshift = (int8_t)(((first_byte + bytes - 1) - i)*BYTE_SIZE); in get_idx()