Home
last modified time | relevance | path

Searched refs:MAX_DEVICES (Results 1 – 8 of 8) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dstat.h50 uint64_t tx_packets[MAX_DEVICES];
51 uint64_t tx_bytes[MAX_DEVICES];
52 uint64_t tx_drops[MAX_DEVICES];
53 uint64_t rx_packets[MAX_DEVICES];
54 uint64_t rx_bytes[MAX_DEVICES];
55 uint64_t rx_errors[MAX_DEVICES];
H A Dconfig.h16 #define MAX_ETH_ENTRY MAX_DEVICES
174 int devices_attached[MAX_DEVICES];
H A Dio_module.h86 #define MAX_DEVICES 16 macro
/mOS-networking-stack/core/src/
H A Dpcap_module.c17 pcap_t *handle[MAX_DEVICES];
18 char *dev_name[MAX_DEVICES];
23 uint16_t count[MAX_DEVICES];
37 if (ifidx < 0 || ifidx >= MAX_DEVICES) in pcap_recv_pkts()
H A Dnetmap_module.c29 struct nm_desc *local_nmd[MAX_DEVICES];
30 unsigned char snd_pktbuf[MAX_DEVICES][ETHERNET_FRAME_SIZE];
33 uint16_t snd_pkt_size[MAX_DEVICES];
34 uint8_t dev_poll_flag[MAX_DEVICES];
212 struct pollfd pfd[MAX_DEVICES]; in netmap_select()
/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface_common.h21 #ifndef MAX_DEVICES
22 #define MAX_DEVICES 128 macro
H A Ddpdk_iface.h38 extern struct stats_struct sarrays[MAX_DEVICES][MAX_QID];
39 extern struct stats_struct old_sarrays[MAX_DEVICES][MAX_QID];
65 if (ifdx >= MAX_DEVICES) in netdev_stats()
H A Ddpdk_iface.c34 struct stats_struct sarrays[MAX_DEVICES][MAX_QID] = {{{0, 0, 0, 0, 0, 0, 0, 0, 0}}};
35 struct stats_struct old_sarrays[MAX_DEVICES][MAX_QID] = {{{0, 0, 0, 0, 0, 0, 0, 0, 0}}};