Searched refs:MAX_DEVICES (Results 1 – 8 of 8) sorted by relevance
| /mOS-networking-stack/core/src/include/ |
| H A D | stat.h | 50 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 D | config.h | 16 #define MAX_ETH_ENTRY MAX_DEVICES 174 int devices_attached[MAX_DEVICES];
|
| H A D | io_module.h | 86 #define MAX_DEVICES 16 macro
|
| /mOS-networking-stack/core/src/ |
| H A D | pcap_module.c | 17 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 D | netmap_module.c | 29 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 D | dpdk_iface_common.h | 21 #ifndef MAX_DEVICES 22 #define MAX_DEVICES 128 macro
|
| H A D | dpdk_iface.h | 38 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 D | dpdk_iface.c | 34 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}}};
|