Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_lpm6.c588 for (i = first_byte; i < (uint32_t)(first_byte + bytes); i++) { in get_bitshift()
609 uint8_t bytes, uint8_t first_byte, uint8_t depth, in simulate_add_step() argument
620 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step()
674 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
925 uint8_t first_byte, uint32_t *next_hop) in lookup_step() argument
936 tbl8_index = ip[first_byte-1] + in lookup_step()
960 uint8_t first_byte; in rte_lpm6_lookup() local
967 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup()
994 uint8_t first_byte; in rte_lpm6_lookup_bulk_func() local
1002 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup_bulk_func()
[all …]
/f-stack/dpdk/lib/librte_lpm/
H A Drte_lpm6.c582 for (i = first_byte; i < (uint32_t)(first_byte + bytes); i++) { in get_bitshift()
603 uint8_t bytes, uint8_t first_byte, uint8_t depth, in simulate_add_step() argument
614 entry_ind = get_bitshift(ip, first_byte, bytes); in simulate_add_step()
668 entry_ind = get_bitshift(ip, first_byte, bytes); in add_step()
917 uint8_t first_byte, uint32_t *next_hop) in lookup_step() argument
928 tbl8_index = ip[first_byte-1] + in lookup_step()
952 uint8_t first_byte; in rte_lpm6_lookup() local
959 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup()
986 uint8_t first_byte; in rte_lpm6_lookup_bulk_func() local
994 first_byte = LOOKUP_FIRST_BYTE; in rte_lpm6_lookup_bulk_func()
[all …]
/f-stack/dpdk/lib/librte_fib/
H A Dtrie.c233 get_idx(const uint8_t *ip, uint32_t prev_idx, int bytes, int first_byte) in get_idx() argument
239 for (i = first_byte; i < (first_byte + bytes); i++) { in get_idx()
240 bitshift = (int8_t)(((first_byte + bytes - 1) - i)*BYTE_SIZE); in get_idx()
/f-stack/dpdk/drivers/net/enetc/
H A Denetc_ethdev.c170 char *first_byte; in enetc_hardware_init() local
176 first_byte = (char *)mac; in enetc_hardware_init()
177 *first_byte &= 0xfe; /* clear multicast bit */ in enetc_hardware_init()
178 *first_byte |= 0x02; /* set local assignment bit (IEEE802) */ in enetc_hardware_init()