| /dpdk/lib/cmdline/ |
| H A D | cmdline_cirbuf.c | 30 cirbuf_add_buf_head(struct cirbuf *cbuf, const char *c, unsigned int n) in cirbuf_add_buf_head() 61 cirbuf_add_buf_tail(struct cirbuf *cbuf, const char *c, unsigned int n) in cirbuf_add_buf_tail() 93 __cirbuf_add_head(struct cirbuf * cbuf, char c) in __cirbuf_add_head() 104 cirbuf_add_head_safe(struct cirbuf * cbuf, char c) in cirbuf_add_head_safe() 114 cirbuf_add_head(struct cirbuf * cbuf, char c) in cirbuf_add_head() 122 __cirbuf_add_tail(struct cirbuf * cbuf, char c) in __cirbuf_add_tail() 133 cirbuf_add_tail_safe(struct cirbuf * cbuf, char c) in cirbuf_add_tail_safe() 143 cirbuf_add_tail(struct cirbuf * cbuf, char c) in cirbuf_add_tail() 324 cirbuf_get_buf_head(struct cirbuf *cbuf, char *c, unsigned int size) in cirbuf_get_buf_head() 362 cirbuf_get_buf_tail(struct cirbuf *cbuf, char *c, unsigned int size) in cirbuf_get_buf_tail()
|
| H A D | cmdline_parse.c | 26 isblank2(char c) in isblank2() 35 isendofline(char c) in isendofline() 44 iscomment(char c) in iscomment() 52 cmdline_isendoftoken(char c) in cmdline_isendoftoken() 60 cmdline_isendofcommand(char c) in cmdline_isendofcommand()
|
| H A D | cmdline_rdline.c | 29 isblank2(char c) in isblank2() 194 rdline_char_in(struct rdline *rdl, char c) in rdline_char_in() 645 char c; in rdline_puts() local 655 char c, started=0, div=100; in rdline_miniprintf() local
|
| H A D | cmdline.c | 43 cmdline_write_char(struct rdline *rdl, char c) in cmdline_write_char() 184 char c; in cmdline_poll() local 211 char c; in cmdline_interact() local
|
| H A D | cmdline_os_windows.c | 117 char c; in cmdline_poll_char_file() local 144 cmdline_read_char(struct cmdline *cl, char *c) in cmdline_read_char()
|
| H A D | cmdline_parse_num.c | 57 add_to_res(unsigned int c, uint64_t *res, unsigned int base) in add_to_res() 105 char c; in cmdline_parse_num() local
|
| /dpdk/lib/eal/unix/ |
| H A D | eal_unix_thread.c | 17 char c = 0; in eal_thread_wake_worker() local 38 char c; in eal_thread_wait_command() local 53 char c = 0; in eal_thread_ack_command() local
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | lookup3.h | 59 #define mix(a, b, c) \ argument 93 #define final(a, b, c) \ argument 124 uint32_t a, b, c; in hashword() local
|
| /dpdk/lib/hash/ |
| H A D | rte_jhash.h | 48 #define __rte_jhash_mix(a, b, c) do { \ argument 57 #define __rte_jhash_final(a, b, c) do { \ argument 84 uint32_t a, b, c; in __rte_jhash_2hashes() local 313 __rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in __rte_jhash_3words() 340 rte_jhash_3words(uint32_t a, uint32_t b, uint32_t c, uint32_t initval) in rte_jhash_3words()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_thread.c | 24 char c = 0; in eal_thread_wake_worker() local 45 char c; in eal_thread_wait_command() local 60 char c = 0; in eal_thread_ack_command() local
|
| H A D | fnmatch.c | 32 char c, test; in fnmatch() local 129 char c, c2; in rangematch() local
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_hash.c | 96 uint32_t c; in efx_hash_dwords() local 145 uint32_t c; in efx_hash_bytes() local 228 uint32_t c; in efx_hash_bytes() local
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_log.c | 17 console_log_write(__rte_unused void *c, const char *buf, size_t size) in console_log_write() 32 console_log_close(__rte_unused void *c) in console_log_close()
|
| /dpdk/drivers/bus/fslmc/mc/ |
| H A D | fsl_mc_sys.h | 42 #define readq(c) \ argument 44 #define writeq(v, c) \ argument 46 #define writeq32(v, c) \ argument
|
| /dpdk/drivers/net/cxgbe/ |
| H A D | clip_tbl.c | 15 struct fw_clip_cmd c; in clip6_get_mbox() local 34 struct fw_clip_cmd c; in clip6_release_mbox() local 74 static struct clip_entry *find_or_alloc_clipe(struct clip_tbl *c, in find_or_alloc_clipe()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman_priv.h | 25 static inline void qman_cgrs_init(struct qman_cgrs *c) in qman_cgrs_init() 30 static inline void qman_cgrs_fill(struct qman_cgrs *c) in qman_cgrs_fill() 35 static inline int qman_cgrs_get(struct qman_cgrs *c, int num) in qman_cgrs_get() 40 static inline void qman_cgrs_set(struct qman_cgrs *c, int num) in qman_cgrs_set() 45 static inline void qman_cgrs_unset(struct qman_cgrs *c, int num) in qman_cgrs_unset() 50 static inline int qman_cgrs_next(struct qman_cgrs *c, int num) in qman_cgrs_next()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | getopt.h | 42 #define getopt(a, b, c) usual_getopt(a, b, c) argument 43 #define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e) argument
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 62 static int xdigit2val(unsigned char c) in xdigit2val() 80 char c; in parse_coremask() local 175 int c; in parse_app_args() local
|
| /dpdk/drivers/net/cxgbe/base/ |
| H A D | t4_hw.c | 2130 struct fw_ldst_cmd c; in t4_fw_tp_pio_rw() local 3207 struct fw_hello_cmd c; in t4_fw_hello() local 3331 struct fw_bye_cmd c; in t4_fw_bye() local 3348 struct fw_reset_cmd c; in t4_fw_reset() local 3381 struct fw_reset_cmd c; in t4_fw_halt() local 3697 struct fw_params_cmd c; in t4_query_params_rw() local 3750 struct fw_params_cmd c; in t4_set_params_timeout() local 3805 struct fw_vi_cmd c; in t4_alloc_vi_func() local 3883 struct fw_vi_cmd c; in t4_free_vi() local 4177 struct fw_iq_cmd c; in t4_iq_start_stop() local [all …]
|
| /dpdk/drivers/dma/idxd/ |
| H A D | idxd_common.c | 147 get_comp_status(struct idxd_completion *c) in get_comp_status() 256 struct idxd_completion *c = (void *)&idxd->desc_ring[i & idxd->desc_ring_mask]; in batch_completed() local 318 struct idxd_completion *c = (void *) in batch_completed_status() local 346 struct idxd_completion *c = (void *) in batch_completed_status() local 356 struct idxd_completion *c = (void *) in batch_completed_status() local
|
| /dpdk/app/test-eventdev/ |
| H A D | evt_options.h | 101 int c = 0; in evt_nr_active_lcores() local 165 int c; in evt_dump_worker_lcores() local 178 int c; in evt_dump_producer_lcores() local
|
| /dpdk/examples/ip_pipeline/ |
| H A D | parser.c | 27 get_hex_val(char c) in get_hex_val() 263 char *c; in parse_hex_string() local 421 uint32_t s = 0, c = 0, h = 0, val; in parse_cpu_core() local
|
| /dpdk/lib/sched/ |
| H A D | rte_approx.c | 22 less(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in less() 28 less_or_equal(uint32_t a, uint32_t b, uint32_t c, uint32_t d) in less_or_equal() 171 less_64(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in less_64() 177 less_or_equal_64(uint64_t a, uint64_t b, uint64_t c, uint64_t d) in less_or_equal_64()
|
| /dpdk/drivers/net/softnic/ |
| H A D | parser.c | 26 get_hex_val(char c) in get_hex_val() 280 char *c; in softnic_parse_hex_string() local 438 uint32_t s = 0, c = 0, h = 0, val; in softnic_parse_cpu_core() local
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 17 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument 27 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument 38 #define uint32_t_to_char(ip, a, b, c, d) do {\ argument 45 #define ETHADDR(a, b, c, d, e, f) (__BYTES_TO_UINT64(a, b, c, d, e, f, 0, 0)) argument
|