Home
last modified time | relevance | path

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

/dpdk/lib/lpm/
H A Drte_lpm6.c577 for (i = first_byte; i < (uint32_t)(first_byte + bytes); i++) { in get_bitshift()
598 uint8_t bytes, uint8_t first_byte, uint8_t depth, in simulate_add_step() argument
609 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step()
663 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
912 uint8_t first_byte, uint32_t *next_hop) in lookup_step() argument
923 tbl8_index = ip[first_byte-1] + in lookup_step()
947 uint8_t first_byte; in rte_lpm6_lookup() local
954 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup()
981 uint8_t first_byte; in rte_lpm6_lookup_bulk_func() local
989 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup_bulk_func()
[all …]
/dpdk/lib/fib/
H A Dtrie.c228 get_idx(const uint8_t *ip, uint32_t prev_idx, int bytes, int first_byte) in get_idx() argument
234 for (i = first_byte; i < (first_byte + bytes); i++) { in get_idx()
235 bitshift = (int8_t)(((first_byte + bytes - 1) - i)*BYTE_SIZE); in get_idx()
/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c185 char *first_byte; in enetc_hardware_init() local
191 first_byte = (char *)mac; in enetc_hardware_init()
192 *first_byte &= 0xfe; /* clear multicast bit */ in enetc_hardware_init()
193 *first_byte |= 0x02; /* set local assignment bit (IEEE802) */ in enetc_hardware_init()