| /f-stack/dpdk/app/test/ |
| H A D | test_pmd_ring.c | 143 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats() 162 stats.ibytes != 0 || stats.obytes != 0 || in test_get_stats() 183 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset() 202 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset() 213 stats.ibytes != 0 || stats.obytes != 0 || in test_stats_reset() 265 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach() 275 stats2.ibytes != 0 || stats2.obytes != 0 || in test_pmd_ring_pair_create_attach() 299 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach() 333 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach() 367 stats.ibytes != 0 || stats.obytes != 0 || in test_pmd_ring_pair_create_attach() [all …]
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.h | 105 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 109 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 115 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 119 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
|
| H A D | aesni_ghash.c | 273 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument 292 if (ibytes == 96/8) { in AES_GCM_encrypt() 321 for (i=0; i < ibytes/16; i++) { in AES_GCM_encrypt() 327 if (ibytes%16) { in AES_GCM_encrypt() 328 for (j=0; j < ibytes%16; j++) in AES_GCM_encrypt() 335 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)ibytes*8, 0); in AES_GCM_encrypt() 552 if (ibytes == 96/8) { in AES_GCM_decrypt() 581 for (i=0; i < ibytes/16; i++) { in AES_GCM_decrypt() 587 if (ibytes%16) { in AES_GCM_decrypt() 588 for (j=0; j < ibytes%16; j++) in AES_GCM_decrypt() [all …]
|
| /f-stack/dpdk/lib/librte_bitratestats/ |
| H A D | rte_bitrate.c | 91 cnt_bits = (eth_stats.ibytes - port_data->last_ibytes) << 3; in rte_stats_bitrate_calc() 92 port_data->last_ibytes = eth_stats.ibytes; in rte_stats_bitrate_calc()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_stats.c | 117 tmp.q_ibytes[idx] += rxq->stats.ibytes; in mlx5_stats_get() 124 tmp.ibytes += rxq->stats.ibytes; in mlx5_stats_get()
|
| H A D | mlx5_rxtx_vec.c | 74 rxq->stats.ibytes -= err_bytes; in rxq_handle_pending_error() 234 rxq->stats.ibytes -= elts[i]->pkt_len; in rxq_copy_mprq_mbuf_v()
|
| H A D | mlx5_rxtx_vec_neon.h | 370 rxq->stats.ibytes += rcvd_byte; in rxq_cq_decompress_v() 871 rxq->stats.ibytes += rcvd_byte; in rxq_cq_process_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 360 rxq->stats.ibytes += rcvd_byte; in rxq_cq_decompress_v() 805 rxq->stats.ibytes += rcvd_byte; in rxq_cq_process_v()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_rx.c | 586 uint64_t ibytes = ark_udm_bytes(udm); in eth_rx_queue_stats_get() local 591 stats->q_ibytes[queue->queue_index] = ibytes; in eth_rx_queue_stats_get() 594 stats->ibytes += ibytes; in eth_rx_queue_stats_get()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.h | 39 uint64_t ibytes; /* Number of bytes on input */ member
|
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 49 stats->ibytes = rx_total_bytes; in nfb_eth_stats_get()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 721 tmp.q_ibytes[idx] += rxq->stats.ibytes; in mlx4_stats_get() 726 tmp.ibytes += rxq->stats.ibytes; in mlx4_stats_get()
|
| H A D | mlx4_rxtx.h | 34 uint64_t ibytes; /**< Total of successfully received bytes. */ member
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_mroute.h | 195 u_quad_t ibytes; /* Input byte count on mif */ member
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | ip6_mroute.h | 195 u_quad_t ibytes; /* Input byte count on mif */ member
|
| /f-stack/tools/netstat/ |
| H A D | if.c | 424 show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes), in intpr() 542 st->ift_ib += IFA_STAT(ibytes); in fill_iftot()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbevf_ethdev.c | 63 eth_stats->ibytes += eth_stats->q_ibytes[i]; in cxgbevf_dev_stats_get()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_mroute.h | 250 u_long ibytes; /* Input byte count on vif */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.h | 250 u_long ibytes; /* Input byte count on vif */ member
|
| /f-stack/dpdk/lib/librte_security/ |
| H A D | rte_security.h | 591 uint64_t ibytes; /**< Successfully received IPsec bytes. */ member
|
| /f-stack/dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ether.c | 573 to->ibytes += from->ibytes; in failsafe_stats_increment()
|
| /f-stack/dpdk/drivers/net/mvneta/ |
| H A D | mvneta_ethdev.c | 729 stats->ibytes += ppio_stats.rx_bytes - priv->prev_stats.ibytes; in mvneta_stats_get()
|
| /f-stack/freebsd/i386/include/ |
| H A D | cserial.h | 31 unsigned long ibytes; /* input bytes */ member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_dcf_ethdev.c | 824 stats->ibytes = pstats.rx_bytes; in ice_dcf_stats_get() 825 stats->ibytes -= stats->ipackets * RTE_ETHER_CRC_LEN; in ice_dcf_stats_get()
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_stats.c | 76 stats->ibytes = otx2_read64(dev->base + in otx2_nix_dev_stats_get()
|