Lines Matching defs:bytes
539 * of the bytes being inspected in this step.
542 get_bitshift(const struct rte_ipv6_addr *ip, uint8_t first_byte, uint8_t bytes)
548 for (i = first_byte; i < (uint32_t)(first_byte + bytes); i++) {
549 bitshift = (int8_t)((bytes - i)*BYTE_SIZE);
569 uint8_t bytes, uint8_t first_byte, uint8_t depth,
578 * of the bytes being inspected in this step.
580 entry_ind = get_bitshift(ip, first_byte, bytes);
583 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE);
621 uint32_t *next_tbl_ind, struct rte_ipv6_addr *ip, uint8_t bytes,
632 * of the bytes being inspected in this step.
634 entry_ind = get_bitshift(ip, first_byte, bytes);
637 bits_covered = (uint8_t)((bytes+first_byte-1)*BYTE_SIZE);
797 /* Inspect the first three bytes through tbl24 on the first step. */
802 * Inspect one by one the rest of the bytes until
853 /* Inspect the first three bytes through tbl24 on the first step. */
861 * Inspect one by one the rest of the bytes until