Home
last modified time | relevance | path

Searched +defs:val +defs:entry (Results 1 – 25 of 79) sorted by relevance

1234

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c25 #define field_ntoh(val, n_bits) (ntoh64((val) << (64 - n_bits))) argument
26 #define field_hton(val, n_bits) (hton64((val) << (64 - n_bits))) argument
28 #define field_ntoh(val, n_bits) (val) argument
29 #define field_hton(val, n_bits) (val) argument
204 struct rte_swx_table_entry *entry; in table_entry_alloc() local
451 struct rte_swx_table_entry *entry; in table_entries_free() local
484 struct rte_swx_table_entry *entry; in table_pending_add_free() local
518 struct rte_swx_table_entry *entry; in table_pending_modify0_free() local
552 struct rte_swx_table_entry *entry; in table_pending_modify1_free() local
1403 uint64_t val; in rte_swx_ctl_pipeline_table_entry_read() local
[all …]
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_qos.c81 get_val_securely(const char *string, uint32_t *val) in get_val_securely()
111 const char *entry; in get_outq_cfg() local
112 uint32_t val; in get_outq_cfg() local
215 get_entry_values(const char *entry, uint8_t *tab, in get_entry_values()
230 char val; in get_entry_values() local
317 const char *entry; in parse_tc_cfg() local
410 const char *entry; in parse_policer() local
411 uint32_t val; in parse_policer() local
492 uint32_t val; in mrvl_get_qoscfg() local
494 const char *entry; in mrvl_get_qoscfg() local
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_keycache.c62 ar9300_is_key_cache_entry_valid(struct ath_hal *ah, u_int16_t entry) in ar9300_is_key_cache_entry_valid()
65 u_int32_t val = OS_REG_READ(ah, AR_KEYTABLE_MAC1(entry)); in ar9300_is_key_cache_entry_valid() local
77 ar9300_reset_key_cache_entry(struct ath_hal *ah, u_int16_t entry) in ar9300_reset_key_cache_entry()
141 u_int16_t entry, in ar9300_set_key_cache_entry_mac()
189 ar9300_set_key_cache_entry(struct ath_hal *ah, u_int16_t entry, in ar9300_set_key_cache_entry()
416 u_int32_t val; in ar9300_enable_keysearch_always() local
429 void ar9300_dump_keycache(struct ath_hal *ah, int n, u_int32_t *entry) in ar9300_dump_keycache()
446 ar9300_check_key_cache_entry(struct ath_hal *ah, u_int16_t entry, in ar9300_check_key_cache_entry()
/f-stack/dpdk/lib/librte_table/
H A Drte_table_lpm.c24 #define RTE_TABLE_LPM_STATS_PKTS_IN_ADD(table, val) \ argument
26 #define RTE_TABLE_LPM_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
31 #define RTE_TABLE_LPM_STATS_PKTS_IN_ADD(table, val) argument
32 #define RTE_TABLE_LPM_STATS_PKTS_LOOKUP_MISS(table, val) argument
159 nht_find_existing(struct rte_table_lpm *lpm, void *entry, uint32_t *pos) in nht_find_existing()
180 void *entry, in rte_table_lpm_entry_add()
249 void *entry) in rte_table_lpm_entry_delete()
H A Drte_table_lpm_ipv6.c22 #define RTE_TABLE_LPM_IPV6_STATS_PKTS_IN_ADD(table, val) \ argument
24 #define RTE_TABLE_LPM_IPV6_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
29 #define RTE_TABLE_LPM_IPV6_STATS_PKTS_IN_ADD(table, val) argument
30 #define RTE_TABLE_LPM_IPV6_STATS_PKTS_LOOKUP_MISS(table, val) argument
157 nht_find_existing(struct rte_table_lpm_ipv6 *lpm, void *entry, uint32_t *pos) in nht_find_existing()
178 void *entry, in rte_table_lpm_ipv6_entry_add()
248 void *entry) in rte_table_lpm_ipv6_entry_delete()
H A Drte_table_hash_cuckoo.c17 #define RTE_TABLE_HASH_CUCKOO_STATS_PKTS_IN_ADD(table, val) \ argument
19 #define RTE_TABLE_HASH_CUCKOO_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
24 #define RTE_TABLE_HASH_CUCKOO_STATS_PKTS_IN_ADD(table, val) argument
25 #define RTE_TABLE_HASH_CUCKOO_STATS_PKTS_LOOKUP_MISS(table, val) argument
156 rte_table_hash_cuckoo_entry_add(void *table, void *key, void *entry, in rte_table_hash_cuckoo_entry_add()
204 int *key_found, void *entry) in rte_table_hash_cuckoo_entry_delete()
H A Drte_table_array.c18 #define RTE_TABLE_ARRAY_STATS_PKTS_IN_ADD(table, val) \ argument
20 #define RTE_TABLE_ARRAY_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
25 #define RTE_TABLE_ARRAY_STATS_PKTS_IN_ADD(table, val) argument
26 #define RTE_TABLE_ARRAY_STATS_PKTS_LOOKUP_MISS(table, val) argument
102 void *entry, in rte_table_array_entry_add()
H A Drte_table_acl.c19 #define RTE_TABLE_ACL_STATS_PKTS_IN_ADD(table, val) \ argument
21 #define RTE_TABLE_ACL_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
26 #define RTE_TABLE_ACL_STATS_PKTS_IN_ADD(table, val) argument
27 #define RTE_TABLE_ACL_STATS_PKTS_LOOKUP_MISS(table, val) argument
218 void *entry, in rte_table_acl_entry_add()
338 void *entry) in rte_table_acl_entry_delete()
H A Drte_table_hash_key16.c24 #define RTE_TABLE_HASH_KEY16_STATS_PKTS_IN_ADD(table, val) \ argument
26 #define RTE_TABLE_HASH_KEY16_STATS_PKTS_LOOKUP_MISS(table, val) \ argument
31 #define RTE_TABLE_HASH_KEY16_STATS_PKTS_IN_ADD(table, val) argument
32 #define RTE_TABLE_HASH_KEY16_STATS_PKTS_LOOKUP_MISS(table, val) argument
253 void *entry, in rte_table_hash_entry_add_key16_lru()
321 void *entry) in rte_table_hash_entry_delete_key16_lru()
463 void *entry, in rte_table_hash_entry_add_key16_ext()
542 void *entry) in rte_table_hash_entry_delete_key16_ext()
/f-stack/freebsd/mips/mips/
H A Dgdb_machdep.c147 gdb_cpu_setreg(int regnum, void *val) in gdb_cpu_setreg()
158 gdb_cpu_signal(int entry, int code) in gdb_cpu_signal()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c67 uint32_t val; in nlm_program_nae_parser_seq_fifo() local
86 uint32_t val; in nlm_setup_rx_cal_cfg() local
123 uint32_t val; in nlm_setup_tx_cal_cfg() local
185 uint8_t val; in nlm_reset_nae() local
213 uint32_t val; in nlm_setup_poe_class_config() local
226 uint32_t val; in nlm_setup_vfbid_mapping() local
270 uint32_t val; in nlm_setup_rx_base_config() local
907 nlm_setup_l3ctable_even(uint64_t nae_base, int entry, uint32_t l3hdroff, in nlm_setup_l3ctable_even()
922 nlm_setup_l3ctable_odd(uint64_t nae_base, int entry, uint32_t l3off0, in nlm_setup_l3ctable_odd()
938 nlm_setup_l4ctable_even(uint64_t nae_base, int entry, uint32_t im, in nlm_setup_l4ctable_even()
[all …]
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Ddict.h47 void *val; member
72 dictEntry *entry, *nextEntry; member
79 #define dictFreeEntryVal(ht, entry) \ argument
83 #define dictSetHashVal(ht, entry, _val_) do { \ argument
90 #define dictFreeEntryKey(ht, entry) \ argument
94 #define dictSetHashKey(ht, entry, _key_) do { \ argument
H A Ddict.c135 static int dictAdd(dict *ht, void *key, void *val) { in dictAdd()
137 dictEntry *entry; in dictAdd() local
160 static int dictReplace(dict *ht, void *key, void *val) { in dictReplace()
161 dictEntry *entry, auxentry; in dictReplace() local
/f-stack/app/redis-5.0.5/src/
H A Ddict.h50 void *val; member
92 dictEntry *entry, *nextEntry; member
104 #define dictFreeVal(d, entry) \ argument
108 #define dictSetVal(d, entry, _val_) do { \ argument
115 #define dictSetSignedIntegerVal(entry, _val_) \ argument
118 #define dictSetUnsignedIntegerVal(entry, _val_) \ argument
121 #define dictSetDoubleVal(entry, _val_) \ argument
124 #define dictFreeKey(d, entry) \ argument
128 #define dictSetKey(d, entry, _key_) do { \ argument
H A Dsort.c355 listTypeEntry entry; in sortCommand() local
373 listTypeEntry entry; in sortCommand() local
517 robj *val = lookupKeyByPattern(c->db,sop->pattern, in sortCommand() local
547 robj *val = lookupKeyByPattern(c->db,sop->pattern, in sortCommand() local
H A Ddict.c265 int dictAdd(dict *d, void *key, void *val) in dictAdd()
267 dictEntry *entry = dictAddRaw(d,key,NULL); in dictAdd() local
295 dictEntry *entry; in dictAddRaw() local
325 int dictReplace(dict *d, void *key, void *val) in dictReplace()
327 dictEntry *entry, *existing, auxentry; in dictReplace() local
356 dictEntry *entry, *existing; in dictAddOrFind() local
1131 void freeCallback(void *privdata, void *val) { in freeCallback()
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_eqs.c22 #define AEQ_CTRL_0_SET(val, member) \ argument
26 #define AEQ_CTRL_0_CLEAR(val, member) \ argument
38 #define AEQ_CTRL_1_SET(val, member) \ argument
42 #define AEQ_CTRL_1_CLEAR(val, member) \ argument
54 #define EQ_CONS_IDX_SET(val, member) \ argument
58 #define EQ_CONS_IDX_CLEAR(val, member) \ argument
94 static u8 eq_cons_idx_checksum_set(u32 val) in eq_cons_idx_checksum_set()
112 u32 eq_cons_idx, eq_wrap_ci, val; in set_eq_cons_idx() local
158 u32 addr, val, ctrl0, ctrl1, page_size_val, elem_size; in set_aeq_ctrls() local
309 __rte_unused struct irq_info *entry) in init_aeq()
[all …]
/f-stack/freebsd/contrib/alpine-hal/eth/
H A Dal_hal_eth_main.c474 uint32_t val; in al_eth_40g_mac_reg_read() local
519 uint32_t val; in al_eth_40g_pcs_reg_read() local
1769 uint32_t val; in al_eth_mac_link_config_10g_mac() local
1928 uint32_t val; in al_eth_mdio_config() local
2831 uint32_t entry; in al_eth_thash_table_set() local
2855 uint32_t val = 0; in al_eth_fwd_ctrl_entry_to_val() local
2892 struct al_eth_fwd_ctrl_table_entry *entry) in al_eth_ctrl_table_set()
2972 uint32_t val; in al_eth_fwd_mac_table_set() local
3018 uint32_t val; in al_eth_mac_addr_store() local
3086 uint32_t val; in al_eth_fwd_vid_table_set() local
[all …]
/f-stack/dpdk/examples/ip_pipeline/
H A Dparser.c84 uint64_t val; in parser_read_uint64() local
124 uint64_t val; in parser_read_uint64_hex() local
143 uint64_t val = 0; in parser_read_uint32() local
159 uint64_t val = 0; in parser_read_uint32_hex() local
175 uint64_t val = 0; in parser_read_uint16() local
191 uint64_t val = 0; in parser_read_uint16_hex() local
207 uint64_t val = 0; in parser_read_uint8() local
223 uint64_t val = 0; in parser_read_uint8_hex() local
415 parse_cpu_core(const char *entry, in parse_cpu_core()
421 uint32_t s = 0, c = 0, h = 0, val; in parse_cpu_core() local
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_utils.h20 #define ULP_BITMAP_SET(bitmap, val) ((bitmap) |= (val)) argument
21 #define ULP_BITMAP_RESET(bitmap, val) ((bitmap) &= ~(val)) argument
22 #define ULP_BITMAP_ISSET(bitmap, val) ((bitmap) & (val)) argument
67 #define ULP_COMP_FLD_IDX_WR(params, idx, val) \ argument
94 struct ulp_regfile_entry entry[BNXT_ULP_REGFILE_INDEX_LAST]; member
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h104 #define OSAL_MEMSET(dst, val, length) \ argument
209 #define OSAL_LIST_PUSH_HEAD(entry, list) \ argument
222 #define OSAL_LIST_PUSH_TAIL(entry, list) \ argument
238 #define OSAL_LIST_REMOVE_ENTRY(entry, list) \ argument
270 #define OSAL_LIST_NEXT(entry, field, type) \ argument
275 #define OSAL_LIST_FOR_EACH_ENTRY(entry, list, field, type) \ argument
280 #define OSAL_LIST_FOR_EACH_ENTRY_SAFE(entry, tmp_entry, list, field, type) \ argument
288 #define OSAL_LIST_INSERT_ENTRY_AFTER(new_entry, entry, list) \ argument
403 #define OSAL_ROUNDUP_POW_OF_TWO(val) \ argument
407 #define OSAL_LOG2(val) \ argument
[all …]
H A Decore_dcbx.c424 u8 val; in ecore_dcbx_get_priority_info() local
441 struct ecore_app_entry *entry; in ecore_dcbx_get_app_data() local
454 u32 val; in ecore_dcbx_get_app_data() local
608 int i, j, entry; in ecore_dcbx_get_dscp_params() local
637 bool val; in ecore_dcbx_get_operational_params() local
1039 u32 val; in ecore_dcbx_set_ets_data() local
1089 u32 *entry; in ecore_dcbx_set_app_data() local
1197 int entry, i, j; in ecore_dcbx_set_dscp_params() local
1198 u32 val; in ecore_dcbx_set_dscp_params() local
1399 u32 addr, val; in ecore_lldp_get_params() local
[all …]
/f-stack/dpdk/examples/pipeline/
H A Dcli.c50 uint64_t val; in parser_read_uint64() local
89 uint64_t val = 0; in parser_read_uint32() local
105 uint64_t val = 0; in parser_read_uint16() local
783 table_entry_free(struct rte_swx_table_entry *entry) in table_entry_free()
883 struct rte_swx_table_entry *entry; in cmd_pipeline_table_update() local
913 struct rte_swx_table_entry *entry; in cmd_pipeline_table_update() local
942 struct rte_swx_table_entry *entry; in cmd_pipeline_table_update() local
/f-stack/dpdk/drivers/net/softnic/
H A Dparser.c83 int32_t val; in softnic_parser_read_int32() local
101 uint64_t val; in softnic_parser_read_uint64() local
141 uint64_t val; in softnic_parser_read_uint64_hex() local
160 uint64_t val = 0; in softnic_parser_read_uint32() local
176 uint64_t val = 0; in softnic_parser_read_uint32_hex() local
192 uint64_t val = 0; in softnic_parser_read_uint16() local
208 uint64_t val = 0; in softnic_parser_read_uint16_hex() local
224 uint64_t val = 0; in softnic_parser_read_uint8() local
240 uint64_t val = 0; in softnic_parser_read_uint8_hex() local
432 softnic_parse_cpu_core(const char *entry, in softnic_parse_cpu_core()
[all …]
/f-stack/freebsd/x86/iommu/
H A Dintel_ctx.c239 struct iommu_map_entry *entry, *entry1; in domain_init_rmrr() local
333 uint32_t val; in dmar_reserve_pci_regions() local
850 dmar_domain_free_entry(struct iommu_map_entry *entry, bool free) in dmar_domain_free_entry()
868 dmar_domain_unload_entry(struct iommu_map_entry *entry, bool free) in dmar_domain_unload_entry()
893 struct iommu_map_entry *entry) in dmar_domain_unload_emit_wait()
907 struct iommu_map_entry *entry, *entry1; in dmar_domain_unload() local
977 iommu_domain_unload_entry(struct iommu_map_entry *entry, bool free) in iommu_domain_unload_entry()

1234