Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 33) sorted by relevance

12

/dpdk/drivers/net/sfc/
H A Dsfc_stats.h31 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 Dsfc_mae_counter.c219 uint64_t pkts, uint64_t bytes) in sfc_mae_counter_increment()
/dpdk/lib/telemetry/
H A Dtelemetry_data.c60 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 Dtelemetry_legacy.c237 int bytes = read(s, buffer_recv, sizeof(buffer_recv) - 1); in legacy_client_handler() local
H A Dtelemetry.c390 int bytes = read(s, buffer, sizeof(buffer) - 1); client_handler() local
/dpdk/usertools/
H A Ddpdk-pmdinfo.py197 def find_strings(buf: bytes, prefix: str) -> Iterator[str]:
239 def from_elftools(s: Union[bytes, str]) -> str:
H A Ddpdk-rss-flows.py75 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 Dbnxt_util.c11 int bnxt_check_zero_bytes(const uint8_t *bytes, int len) in bnxt_check_zero_bytes()
/dpdk/lib/fib/
H A Ddir24_8_avx512.c18 __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 Dtrie.c228 get_idx(const uint8_t * ip,uint32_t prev_idx,int bytes,int first_byte) get_idx() argument
/dpdk/lib/eal/windows/
H A Deal_hugepages.c81 ULONGLONG bytes; in hugepage_info_init() local
/dpdk/app/test/
H A Dtest_telemetry_data.c87 int bytes; in check_output() local
535 int sock, bytes; in connect_to_socket() local
/dpdk/drivers/net/qede/
H A Dqede_regs.c218 size_t bytes; in qede_write_fwdump() local
/dpdk/drivers/raw/ifpga/base/
H A Dopae_i2c.c233 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 Def10_tlv_layout.h221 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 Dhinic_pmd_rx.h63 u64 bytes; member
H A Dhinic_pmd_tx.h89 u64 bytes; member
/dpdk/lib/lpm/
H A Drte_lpm6.c573 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 Dionic_lif.h34 uint64_t bytes; member
44 uint64_t bytes; member
/dpdk/lib/ipsec/
H A Desp_outb.c674 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 Desp_inb.c578 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 Dsa.c657 uint32_t i, k, bytes; in pkt_flag_process() local
H A Dsa.h137 uint64_t bytes; member
/dpdk/drivers/raw/ntb/
H A Dntb.c614 uint64_t bytes = 0; in ntb_enqueue_bufs() local
729 uint64_t bytes = 0; in ntb_dequeue_bufs() local
/dpdk/lib/pcapng/
H A Drte_pcapng.c66 size_t bytes = 0; in writev() local

12