/dpdk/drivers/net/sfc/ |
H A D | sfc_stats.h | 31 uint64_t bytes; member 41 sfc_pkts_bytes_add(union sfc_pkts_bytes *st, uint64_t pkts, uint64_t bytes) in sfc_pkts_bytes_add()
|
H A D | sfc_mae_counter.c | 219 uint64_t pkts, uint64_t bytes) in sfc_mae_counter_increment()
|
/dpdk/lib/telemetry/ |
H A D | telemetry_data.c | 60 const size_t bytes = strlcpy(d->data.array[d->data_len++].sval, in rte_tel_data_add_array_string() local 195 const size_t bytes = strlcpy(e->name, name, RTE_TEL_MAX_STRING_LEN); in rte_tel_data_add_dict_int() local 215 const size_t bytes = strlcpy(e->name, name, RTE_TEL_MAX_STRING_LEN); in rte_tel_data_add_dict_uint() local 246 const size_t bytes = strlcpy(e->name, name, RTE_TEL_MAX_STRING_LEN); in rte_tel_data_add_dict_container() local
|
H A D | telemetry_legacy.c | 237 int bytes = read(s, buffer_recv, sizeof(buffer_recv) - 1); in legacy_client_handler() local
|
H A D | telemetry.c | 390 int bytes = read(s, buffer, sizeof(buffer) - 1); client_handler() local
|
/dpdk/usertools/ |
H A D | dpdk-pmdinfo.py | 197 def find_strings(buf: bytes, prefix: str) -> Iterator[str]: 239 def from_elftools(s: Union[bytes, str]) -> str:
|
H A D | dpdk-rss-flows.py | 75 key: bytes, argument 84 def toeplitz_hash(self, data: bytes) -> int: argument 159 def __init__(self, key: bytes = None, reta_size: int = None): argument [all...] |
/dpdk/drivers/net/bnxt/ |
H A D | bnxt_util.c | 11 int bnxt_check_zero_bytes(const uint8_t *bytes, int len) in bnxt_check_zero_bytes()
|
/dpdk/lib/fib/ |
H A D | dir24_8_avx512.c | 18 __m512i ip_vec, idxes, res, bytes; in dir24_8_vec_lookup_x16() local 87 __m512i res, idxes, bytes; dir24_8_vec_lookup_x8_8b() local
|
H A D | trie.c | 228 get_idx(const uint8_t * ip,uint32_t prev_idx,int bytes,int first_byte) get_idx() argument
|
/dpdk/lib/eal/windows/ |
H A D | eal_hugepages.c | 81 ULONGLONG bytes; in hugepage_info_init() local
|
/dpdk/app/test/ |
H A D | test_telemetry_data.c | 87 int bytes; in check_output() local 535 int sock, bytes; in connect_to_socket() local
|
/dpdk/drivers/net/qede/ |
H A D | qede_regs.c | 218 size_t bytes; in qede_write_fwdump() local
|
/dpdk/drivers/raw/ifpga/base/ |
H A D | opae_i2c.c | 233 size_t bytes; in altera_i2c_read_rx_fifo() local 253 int bytes; in altera_i2c_fill_tx_fifo() local
|
/dpdk/drivers/common/sfc_efx/base/ |
H A D | ef10_tlv_layout.h | 221 uint8_t bytes[]; member 229 uint8_t bytes[]; member 246 uint8_t bytes[]; member 254 uint8_t bytes[]; member 953 uint8_t bytes[]; member 970 uint8_t bytes[]; member 988 uint8_t bytes[]; member 1057 uint8_t bytes[]; member
|
/dpdk/drivers/net/hinic/ |
H A D | hinic_pmd_rx.h | 63 u64 bytes; member
|
H A D | hinic_pmd_tx.h | 89 u64 bytes; member
|
/dpdk/lib/lpm/ |
H A D | rte_lpm6.c | 573 get_bitshift(const uint8_t * ip,uint8_t first_byte,uint8_t bytes) get_bitshift() argument 600 simulate_add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,struct rte_lpm6_tbl_entry ** next_tbl,const uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t * need_tbl_nb) simulate_add_step() argument 652 add_step(struct rte_lpm6 * lpm,struct rte_lpm6_tbl_entry * tbl,uint32_t tbl_ind,struct rte_lpm6_tbl_entry ** next_tbl,uint32_t * next_tbl_ind,uint8_t * ip,uint8_t bytes,uint8_t first_byte,uint8_t depth,uint32_t next_hop,uint8_t is_new_rule) add_step() argument [all...] |
/dpdk/drivers/net/ionic/ |
H A D | ionic_lif.h | 34 uint64_t bytes; member 44 uint64_t bytes; member
|
/dpdk/lib/ipsec/ |
H A D | esp_outb.c | 674 bytes = 0; in inline_outb_mbuf_prepare() local 628 uint32_t i, k, icv_len, *icv, bytes; esp_outb_sqh_process() local [all...] |
H A D | esp_inb.c | 578 uint32_t adj, i, k, tl, bytes; in tun_process() local 642 uint32_t i, k, l2, tl, bytes; in trs_process() local
|
H A D | sa.c | 657 uint32_t i, k, bytes; in pkt_flag_process() local
|
H A D | sa.h | 137 uint64_t bytes; member
|
/dpdk/drivers/raw/ntb/ |
H A D | ntb.c | 614 uint64_t bytes = 0; in ntb_enqueue_bufs() local 729 uint64_t bytes = 0; in ntb_dequeue_bufs() local
|
/dpdk/lib/pcapng/ |
H A D | rte_pcapng.c | 66 size_t bytes = 0; in writev() local
|