Home
last modified time | relevance | path

Searched refs:octets (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/libkern/
H A Dinet_pton.c77 int saw_digit, octets, ch; in inet_pton4() local
82 octets = 0; in inet_pton4()
96 if (++octets > 4) in inet_pton4()
101 if (octets == 4) in inet_pton4()
108 if (octets < 4) in inet_pton4()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.h97 uint32_t octets; /* Number of octets in a flow */ member
119 uint32_t octets; /* Number of octets in a flow */ member
H A Dnetflow.c1064 rec->octets = htonl(fle->f.bytes); in export_add()
/f-stack/tools/compat/include/netgraph/netflow/
H A Dnetflow.h95 uint32_t octets; /* Number of octets in a flow */ member
117 uint32_t octets; /* Number of octets in a flow */ member
/f-stack/tools/compat/include/netgraph/
H A Dng_hole.h54 uint64_t octets; member
/f-stack/freebsd/netgraph/
H A Dng_hole.h54 uint64_t octets; member
H A Dng_hole.c210 hip->stats.octets += NGI_M(item)->m_pkthdr.len; in ngh_rcvdata()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-common.c101 int cvm_assign_mac_address(uint64_t *macp, uint8_t *octets) in cvm_assign_mac_address() argument
120 if (octets) in cvm_assign_mac_address()
121 memcpy(octets, (u_int8_t *)&cvm_oct_mac_addr + 2, 6); in cvm_assign_mac_address()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-pko.h160 uint64_t octets; member
607 status->octets = 0; in cvmx_pko_get_port_status()
630 status->octets += pko_mem_count1.s.count; in cvmx_pko_get_port_status()
H A Dcvmx-sriomaintx-defs.h2771 uint32_t octets : 16; /**< This field shows how many octets are remaining member
2791 uint32_t octets : 16;
2797 uint32_t octets : 16; /**< This field shows how many octets are remaining member
2817 uint32_t octets : 16;
2841 uint32_t octets : 16; /**< Writing a non-zero value (N) to this field arms member
2850 uint32_t octets : 16;
2908 uint32_t octets : 16; /**< This field shows how many octets are still to be member
2929 uint32_t octets : 16;
H A Dcvmx-srio.c1371 …printf("SRIO%d: Soft packet FIFO received %d bytes", srio_port, sriomaintx_ir_sp_rx_stat.s.octets); in cvmx_srio_receive_spf()
1374 if (sriomaintx_ir_sp_rx_stat.s.octets > buffer_length) in cvmx_srio_receive_spf()
1378 buffer_length = sriomaintx_ir_sp_rx_stat.s.octets; in cvmx_srio_receive_spf()
1392 return sriomaintx_ir_sp_rx_stat.s.octets; in cvmx_srio_receive_spf()
H A Dcvmx-pip.h180 uint32_t octets; /**< Number of octets processed by PIP */ member
470 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c4018 uint64_t octets; in al_eth_mac_stats_get() local
4035 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
4037 stats->aOctetsReceivedOK = octets; in al_eth_mac_stats_get()
4044 stats->aOctetsTransmittedOK = octets; in al_eth_mac_stats_get()
4072 uint64_t octets; in al_eth_mac_stats_get() local
4091 stats->aOctetsReceivedOK = octets; in al_eth_mac_stats_get()
4098 stats->aOctetsTransmittedOK = octets; in al_eth_mac_stats_get()
4127 uint64_t octets; in al_eth_mac_stats_get() local
4148 octets -= 18 * stats->aFramesReceivedOK; in al_eth_mac_stats_get()
4150 stats->aOctetsReceivedOK = octets; in al_eth_mac_stats_get()
[all …]
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst342 Filtered DMAC0 (NIX-bound) octets: 0
347 Filtered DMAC1 (NCSI-bound) octets: 0
349 NCSI-bound octets dropped: 0
355 Total octets sent on the interface: 0
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.c188 *bytes = MLX5_GET64(traffic_counter, stats, octets); in mlx5_devx_cmd_flow_counter_query()
H A Dmlx5_prm.h928 u8 octets[0x40]; member