| /f-stack/dpdk/examples/qos_sched/ |
| H A D | args.c | 163 uint32_t vals[3]; in app_parse_ring_conf() local 169 ring_conf.rx_size = vals[0]; in app_parse_ring_conf() 170 ring_conf.ring_size = vals[1]; in app_parse_ring_conf() 171 ring_conf.tx_size = vals[2]; in app_parse_ring_conf() 180 uint32_t vals[3]; in app_parse_rth_conf() local 197 uint32_t vals[3]; in app_parse_tth_conf() local 214 uint32_t vals[5]; in app_parse_flow_conf() local 218 memset(vals, 0, sizeof(vals)); in app_parse_flow_conf() 225 pconf->rx_port = vals[0]; in app_parse_flow_conf() 226 pconf->tx_port = vals[1]; in app_parse_flow_conf() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 741 bzero(vals, sizeof (*vals)); in acevals_init() 745 vals->key = key; in acevals_init() 1021 if (vals->allowed != (vals->denied ^ flips)) { in acevals_to_aent() 1058 acevals_t *vals; in ace_list_to_aent() local 1099 vals = NULL; in ace_list_to_aent() 1100 for (vals = avl_first(&list->user); vals != NULL; in ace_list_to_aent() 1101 vals = AVL_NEXT(&list->user, vals)) { in ace_list_to_aent() 1123 vals = NULL; in ace_list_to_aent() 1124 for (vals = avl_first(&list->group); vals != NULL; in ace_list_to_aent() 1125 vals = AVL_NEXT(&list->group, vals)) { in ace_list_to_aent() [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/ |
| H A D | zpool_create_018_pos.ksh | 62 typeset vals=("off" "off" "$CPATH" "3" "on") 67 log_must zpool create -o ${props[$i]}=${vals[$i]} $TESTPOOL $DISK0 69 if [[ $RESULT != ${vals[$i]} ]]
|
| H A D | zpool_create_019_pos.ksh | 54 set -A vals "100" "10" "12345" "HEALTHY" "10" "10" 60 log_mustnot zpool create -o ${props[$i]}=${vals[$i]} $TESTPOOL $DISK0
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | hash.tcl | 150 set vals {} 153 lappend vals $v 166 set vals {} 169 lappend vals $v 189 set vals {} 191 lappend vals $v 193 set _ [lsort $vals] 197 set vals {} 199 lappend vals $v 426 set vals { [all …]
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/zpool.d/ |
| H A D | iostat | 64 vals=$(echo "$out" | tail -n 1 | sed -r 's/[[:blank:]]+/\t/g') 75 val=$(echo "$vals" | cut -f "$i")
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4vf_hw.c | 342 const u32 *params, u32 *vals) in t4vf_query_params() argument 365 *vals++ = be32_to_cpu(p->val); in t4vf_query_params() 379 u32 params[7], vals[7]; in t4vf_get_vpd_params() local 384 v = t4vf_query_params(adapter, 1, params, vals); in t4vf_get_vpd_params() 387 vpd_params->cclk = vals[0]; in t4vf_get_vpd_params() 401 u32 params[7], vals[7]; in t4vf_get_dev_params() local 408 v = t4vf_query_params(adapter, 2, params, vals); in t4vf_get_dev_params() 411 adapter->params.fw_vers = vals[0]; in t4vf_get_dev_params() 412 adapter->params.tp_vers = vals[1]; in t4vf_get_dev_params() 439 const u32 *params, const u32 *vals) in t4vf_set_params() argument [all …]
|
| H A D | common.h | 373 const u32 *params, u32 *vals); 378 const u32 *params, const u32 *vals); 486 unsigned int data_reg, u32 *vals, unsigned int nregs, 489 unsigned int data_reg, const u32 *vals, 525 void t4_fw_tp_pio_rw(struct adapter *adap, u32 *vals, unsigned int nregs,
|
| H A D | t4_hw.c | 182 unsigned int data_reg, u32 *vals, unsigned int nregs, in t4_read_indirect() argument 187 *vals++ = t4_read_reg(adap, data_reg); in t4_read_indirect() 205 unsigned int data_reg, const u32 *vals, in t4_write_indirect() argument 210 t4_write_reg(adap, data_reg, *vals++); in t4_write_indirect() 2148 void t4_fw_tp_pio_rw(struct adapter *adap, u32 *vals, unsigned int nregs, in t4_fw_tp_pio_rw() argument 2166 c.u.addrval.val = rw ? 0 : cpu_to_be32(vals[i]); in t4_fw_tp_pio_rw() 2170 vals[i] = be32_to_cpu(c.u.addrval.val); in t4_fw_tp_pio_rw()
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 434 def skip_line(vals, filters): 442 for key in vals: 444 val = prettynum(cols[key][0], cols[key][1], vals[key]).strip() 516 vals = parse_line(line.split(), labels) 517 if not skip_line(vals, filters): 518 print_values(vals)
|
| /f-stack/dpdk/app/test/ |
| H A D | test_telemetry_json.c | 76 const int vals[RTE_DIM(names)] = {20, 61, 10, 40, 55, 35}; in test_overflow_obj() local 83 names[i], vals[i]); in test_overflow_obj()
|
| H A D | test_hash.c | 1119 uint16_t vals[5] = {28108, 5699, 38490, 2166, 61571}; in fbk_hash_unit_test() local 1196 status = rte_fbk_hash_add_key(handle, keys[i], vals[i]); in fbk_hash_unit_test() 1206 RETURN_IF_ERROR_FBK(status != vals[i], in fbk_hash_unit_test() 1212 status = rte_fbk_hash_add_key(handle, keys[i], vals[4 - i]); in fbk_hash_unit_test() 1219 RETURN_IF_ERROR_FBK(status != vals[4-i], in fbk_hash_unit_test() 1241 status = rte_fbk_hash_add_key(handle, keys[i], vals[i]); in fbk_hash_unit_test() 1248 RETURN_IF_ERROR_FBK(status != vals[i], in fbk_hash_unit_test()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_003_neg.ksh | 53 set -A vals "100" "10" "12345" "HEALTHY" "10" "10"
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | sge.c | 2497 u32 params[7], vals[7]; in t4vf_sge_init() local 2519 sge_control = vals[0]; in t4vf_sge_init() 2520 sge_host_page_size = vals[1]; in t4vf_sge_init() 2521 fl_small_pg = vals[2]; in t4vf_sge_init() 2522 fl_large_pg = vals[3]; in t4vf_sge_init() 2523 sge_timer_value_0_and_1 = vals[4]; in t4vf_sge_init() 2524 sge_timer_value_2_and_3 = vals[5]; in t4vf_sge_init() 2525 sge_timer_value_4_and_5 = vals[6]; in t4vf_sge_init() 2564 sge_control2 = vals[0]; in t4vf_sge_init() 2573 sge_ingress_rx_threshold = vals[0]; in t4vf_sge_init() [all …]
|
| /f-stack/dpdk/drivers/net/nfp/ |
| H A D | nfp_net_pmd.h | 192 __le32 vals[4]; member 299 __le32 vals[2]; member
|
| H A D | nfp_net.c | 2135 rxds->vals[0] = 0; in nfp_net_recv_pkts() 2136 rxds->vals[1] = 0; in nfp_net_recv_pkts()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | ipsec_lib.rst | 289 void *vals[BURST_SZ]; 297 rte_ipsec_sad_lookup(sad, keys_p, vals, BURST_SZ); 300 if (vals[i] == NULL) 303 printf("SA pointer is %p\n", vals[i]);
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_flow.c | 1819 static const efx_filter_match_flags_t vals[] = { in sfc_flow_set_unknown_dst_flags() local 1824 if (filters_count_for_one_val * RTE_DIM(vals) != spec_filter->count) { in sfc_flow_set_unknown_dst_flags() 1835 vals[i / filters_count_for_one_val]; in sfc_flow_set_unknown_dst_flags() 1894 static const uint16_t vals[] = { in sfc_flow_set_ethertypes() local 1898 if (filters_count_for_one_val * RTE_DIM(vals) != spec_filter->count) { in sfc_flow_set_ethertypes() 1915 vals[i / filters_count_for_one_val]; in sfc_flow_set_ethertypes() 1979 static const efx_filter_match_flags_t vals[] = { in sfc_flow_set_ifrm_unknown_dst_flags() local 1984 if (filters_count_for_one_val * RTE_DIM(vals) != spec_filter->count) { in sfc_flow_set_ifrm_unknown_dst_flags() 1995 vals[i / filters_count_for_one_val]; in sfc_flow_set_ifrm_unknown_dst_flags()
|
| /f-stack/dpdk/app/test-sad/ |
| H A D | main.c | 516 void *vals[BURST_SZ_MAX]; in lookup() local 530 ret = rte_ipsec_sad_lookup(sad, keys, vals, burst_sz); in lookup() 536 print_result(keys[j], vals[j]); in lookup()
|
| /f-stack/freebsd/sys/ |
| H A D | stats.h | 554 #define STATS_VSS_DVHIST32_USR(vals, vsdflags) \ argument 556 BKT_USR, vsdflags, 0, 0, HIST_HLPR_INFO_USR_FIELDS(vals))) 557 #define STATS_VSS_DVHIST64_USR(vals, vsdflags) \ argument 559 BKT_USR, vsdflags, 0, 0, HIST_HLPR_INFO_USR_FIELDS(vals)))
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 9245 vals->bmac_addr = 0; in bnx2x_prev_unload_close_mac() 9246 vals->umac_addr = 0; in bnx2x_prev_unload_close_mac() 9247 vals->xmac_addr = 0; in bnx2x_prev_unload_close_mac() 9248 vals->emac_addr = 0; in bnx2x_prev_unload_close_mac() 9270 vals->bmac_val[0] = wb_data[0]; in bnx2x_prev_unload_close_mac() 9271 vals->bmac_val[1] = wb_data[1]; in bnx2x_prev_unload_close_mac() 9278 vals->emac_val = REG_RD(sc, vals->emac_addr); in bnx2x_prev_unload_close_mac() 9279 REG_WR(sc, vals->emac_addr, 0); in bnx2x_prev_unload_close_mac() 9290 vals->xmac_val = REG_RD(sc, vals->xmac_addr); in bnx2x_prev_unload_close_mac() 9291 REG_WR(sc, vals->xmac_addr, 0); in bnx2x_prev_unload_close_mac() [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | quicklist.c | 2390 char *vals[] = {"abc", "def", "jkl", "oop"}; in quicklistTest() local 2392 if (!quicklistCompare(entry.zi, (unsigned char *)vals[i], in quicklistTest() 2394 ERR("Value at %d didn't match %s\n", i, vals[i]); in quicklistTest()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 3682 ngx_str_t *vals; in ngx_http_v2_construct_cookie_header() local 3697 vals = cookies->elts; in ngx_http_v2_construct_cookie_header() 3703 len += vals[i].len + 2; in ngx_http_v2_construct_cookie_header() 3719 p = ngx_cpymem(p, vals[i].data, vals[i].len); in ngx_http_v2_construct_cookie_header()
|