Home
last modified time | relevance | path

Searched refs:get_u32 (Results 1 – 25 of 128) sorted by relevance

123456

/aosp_15_r20/external/ethtool/libmnl/examples/rtnl/
H A Drtnl-link-can.c79 static int get_u32(__u32 *val, const char *arg, int base) in get_u32() function
191 if (get_u32(&bt.bitrate, *argv, 0)) in iplink_set_can_parse()
204 if (get_u32(&bt.tq, *argv, 0)) in iplink_set_can_parse()
208 if (get_u32(&bt.prop_seg, *argv, 0)) in iplink_set_can_parse()
212 if (get_u32(&bt.phase_seg1, *argv, 0)) in iplink_set_can_parse()
216 if (get_u32(&bt.phase_seg2, *argv, 0)) in iplink_set_can_parse()
220 if (get_u32(&bt.sjw, *argv, 0)) in iplink_set_can_parse()
224 if (get_u32(&dbt.bitrate, *argv, 0)) in iplink_set_can_parse()
235 if (get_u32(&dbt.tq, *argv, 0)) in iplink_set_can_parse()
239 if (get_u32(&dbt.prop_seg, *argv, 0)) in iplink_set_can_parse()
[all …]
/aosp_15_r20/external/iproute2/ip/
H A Diplink_can.c121 if (get_u32(&bt.bitrate, *argv, 0)) in can_parse_opt()
133 if (get_u32(&bt.tq, *argv, 0)) in can_parse_opt()
137 if (get_u32(&bt.prop_seg, *argv, 0)) in can_parse_opt()
141 if (get_u32(&bt.phase_seg1, *argv, 0)) in can_parse_opt()
145 if (get_u32(&bt.phase_seg2, *argv, 0)) in can_parse_opt()
149 if (get_u32(&bt.sjw, *argv, 0)) in can_parse_opt()
153 if (get_u32(&dbt.bitrate, *argv, 0)) in can_parse_opt()
164 if (get_u32(&dbt.tq, *argv, 0)) in can_parse_opt()
168 if (get_u32(&dbt.prop_seg, *argv, 0)) in can_parse_opt()
172 if (get_u32(&dbt.phase_seg1, *argv, 0)) in can_parse_opt()
[all …]
H A Diplink_bridge.c90 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
96 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
102 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
108 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
114 if (get_u32(&val, *argv, 0)) in bridge_parse_opt()
216 if (get_u32(&mcast_hash_el, *argv, 0)) in bridge_parse_opt()
226 if (get_u32(&mcast_hash_max, *argv, 0)) in bridge_parse_opt()
235 if (get_u32(&mcast_lmc, *argv, 0)) in bridge_parse_opt()
245 if (get_u32(&mcast_sqc, *argv, 0)) in bridge_parse_opt()
H A Diplink_bond.c188 if (get_u32(&miimon, *argv, 0)) in bond_parse_opt()
193 if (get_u32(&updelay, *argv, 0)) in bond_parse_opt()
198 if (get_u32(&downdelay, *argv, 0)) in bond_parse_opt()
208 if (get_u32(&arp_interval, *argv, 0)) in bond_parse_opt()
271 if (get_u32(&resend_igmp, *argv, 0)) in bond_parse_opt()
293 if (get_u32(&min_links, *argv, 0)) in bond_parse_opt()
299 if (get_u32(&lp_interval, *argv, 0)) in bond_parse_opt()
305 if (get_u32(&packets_per_slave, *argv, 0)) in bond_parse_opt()
H A Dipntable.c102 if (get_u32(&thresh1, *argv, 0)) in ipntable_modify()
112 if (get_u32(&thresh2, *argv, 0)) in ipntable_modify()
122 if (get_u32(&thresh3, *argv, 0)) in ipntable_modify()
202 if (get_u32(&queue, *argv, 0)) in ipntable_modify()
213 if (get_u32(&aprobe, *argv, 0)) in ipntable_modify()
224 if (get_u32(&uprobe, *argv, 0)) in ipntable_modify()
235 if (get_u32(&mprobe, *argv, 0)) in ipntable_modify()
270 if (get_u32(&pqueue, *argv, 0)) in ipntable_modify()
H A Dxfrm_state.c246 if (get_u32(&val, *argv, 16)) in xfrm_state_extra_flag_parse()
342 if (get_u32(&replay_window, *argv, 0)) in xfrm_state_modify()
346 if (get_u32(&seq, *argv, 0)) in xfrm_state_modify()
350 if (get_u32(&seq_hi, *argv, 0)) in xfrm_state_modify()
354 if (get_u32(&oseq, *argv, 0)) in xfrm_state_modify()
358 if (get_u32(&oseq_hi, *argv, 0)) in xfrm_state_modify()
444 if (get_u32(&output_mark, *argv, 0)) in xfrm_state_modify()
524 if (get_u32(&icvlen, *argv, 0)) in xfrm_state_modify()
536 if (get_u32(&trunclen, *argv, 0)) in xfrm_state_modify()
791 if (get_u32(&req.xspi.min, *argv, 0)) in xfrm_state_allocspi()
[all …]
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dtwt.cpp131 setup_response.wake_dur_us = it.get_u32(); in EventGetAttributeData()
135 setup_response.wake_int_us = it.get_u32(); in EventGetAttributeData()
139 setup_response.wake_time_off_us = it.get_u32(); in EventGetAttributeData()
165 teardown_event.all_twt = it.get_u32(); in EventGetAttributeData()
199 info_frame_event.all_twt = it.get_u32(); in EventGetAttributeData()
378 twt_device_cap = it.get_u32(); in handleResponse()
383 twt_peer_cap = it.get_u32(); in handleResponse()
388 twt_num_stats = it.get_u32(); in handleResponse()
484 mStats->avg_pkt_num_tx = it.get_u32(); in handleResponse()
487 mStats->avg_pkt_num_rx = it.get_u32(); in handleResponse()
[all …]
Dnan.cpp630 expired_event.requestor_instance_id = it.get_u32(); in HandleExpiryEvent()
1374 ALOGI("Requestor instance id: %u\n", it.get_u32()); in handleEvent()
1375 pairing_request_event.requestor_instance_id = it.get_u32(); in handleEvent()
1384 u32 pairing_id = it.get_u32(); in handleEvent()
1407 ALOGI("Pairing cache enabled: %u\n", (u8)it.get_u32()); in handleEvent()
1408 pairing_request_event.enable_pairing_cache = (u8)it.get_u32(); in handleEvent()
1443 ALOGI("pairing instance id: %u\n", it.get_u32()); in handleEvent()
1444 pairing_confirm_event.pairing_instance_id = it.get_u32(); in handleEvent()
1474 ALOGI("Pairing cache enabled: %u\n", (u8)it.get_u32()); in handleEvent()
1475 pairing_confirm_event.enable_pairing_cache = (u8)it.get_u32(); in handleEvent()
[all …]
Dwifi_logger.cpp908 unsigned int num_rings = it.get_u32(); in handleResponse()
964 unsigned int num_maps = it.get_u32(); in handleResponse()
1403 mBuffSize = it.get_u32(); in handleEvent()
1409 mErrCode = it.get_u32(); in handleEvent()
1796 if (it.get_u32()) { in handleResponse()
1797 ALOGE("Copying data to userspace failed, status = %d\n", it.get_u32()); in handleResponse()
1926 mActualBuffSize = it.get_u32(); in handleEvent()
2300 mBuffSize = it.get_u32(); in handleResponse()
2525 *mNoProvidedFates = it.get_u32(); in handleResponse()
2608 it.get_u32(); in handleResponse()
[all …]
/aosp_15_r20/external/iproute2/tc/
H A Dq_sfb.c67 if (get_u32(&opt.rehash_interval, *argv, 0)) { in sfb_parse_opt()
73 if (get_u32(&opt.warmup_time, *argv, 0)) { in sfb_parse_opt()
79 if (get_u32(&opt.limit, *argv, 0)) { in sfb_parse_opt()
85 if (get_u32(&opt.max, *argv, 0)) { in sfb_parse_opt()
91 if (get_u32(&opt.bin_size, *argv, 0)) { in sfb_parse_opt()
109 if (get_u32(&opt.penalty_rate, *argv, 0)) { in sfb_parse_opt()
115 if (get_u32(&opt.penalty_burst, *argv, 0)) { in sfb_parse_opt()
H A Df_flow.c109 if (get_u32(&tmp, argv, 0) == 0) in get_addend()
144 if (get_u32(&t->tcm_handle, handle, 0)) { in flow_parse_opt()
165 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
172 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
179 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
186 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
200 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
214 if (get_u32(&tmp, *argv, 0)) { in flow_parse_opt()
H A Dq_sfq.c64 if (get_u32(&opt.v0.limit, *argv, 0)) { in sfq_parse_opt()
75 if (get_u32(&opt.v0.divisor, *argv, 0)) { in sfq_parse_opt()
82 if (get_u32(&opt.v0.flows, *argv, 0)) { in sfq_parse_opt()
89 if (get_u32(&opt.depth, *argv, 0)) { in sfq_parse_opt()
99 if (get_u32(&opt.limit, *argv, 0)) { in sfq_parse_opt()
106 if (get_u32(&opt.qth_min, *argv, 0)) { in sfq_parse_opt()
113 if (get_u32(&opt.qth_max, *argv, 0)) { in sfq_parse_opt()
H A Dq_htb.c76 if (get_u32(&opt.rate2quantum, *argv, 10)) { in htb_parse_opt()
81 if (get_u32(&opt.defcls, *argv, 16)) { in htb_parse_opt()
92 if (get_u32(&direct_qlen, *argv, 10)) { in htb_parse_opt()
129 if (get_u32(&opt.prio, *argv, 10)) { in htb_parse_class_opt()
135 if (get_u32(&mtu, *argv, 10)) { in htb_parse_class_opt()
155 if (get_u32(&opt.quantum, *argv, 10)) { in htb_parse_class_opt()
H A Df_u32.c54 return get_u32(handle, str, 16); in get_u32_handle()
241 if (get_u32(&key, *argv, 0)) in parse_u32()
245 if (get_u32(&mask, *argv, 16)) in parse_u32()
273 if (get_u32(&key, *argv, 0)) in parse_u16()
277 if (get_u32(&mask, *argv, 16)) in parse_u16()
304 if (get_u32(&key, *argv, 0)) in parse_u8()
308 if (get_u32(&mask, *argv, 16)) in parse_u8()
422 if (get_u32(&key, *argv, 0)) in parse_ip6_class()
426 if (get_u32(&mask, *argv, 16)) in parse_ip6_class()
671 if (get_u32(&mark.val, *argv, 0)) { in parse_mark()
[all …]
H A Df_rsvp.c81 if (get_u32(&gpi, *argv, 0)) in get_addr_and_pi()
94 if (get_u32(&gpi, *argv, 0)) in get_addr_and_pi()
106 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi()
129 if (get_u32(&tmp, *argv, 0)) in get_addr_and_pi()
134 if (get_u32(&mask, *argv, 16)) in get_addr_and_pi()
182 if (get_u32(&t->tcm_handle, handle, 0)) { in rsvp_parse_opt()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs544 test_foldable_op_with(op, &mut |_| a.get_u32()); in test_foldable_op()
733 let x = a.get_u32(); in test_op_isetp()
832 a.get_u32() in test_op_shf()
956 data.push([a.get_u32(), a.get_u32(), 0, 0]); in test_ineg64()
1007 match a.get_u32() % 4 { in test_isetp64()
1010 let high = a.get_u32(); in test_isetp64()
1011 let low = a.get_u32(); in test_isetp64()
1016 let high = a.get_u32(); in test_isetp64()
1017 data.push([a.get_u32(), high, a.get_u32(), high, 0]); in test_isetp64()
1021 a.get_u32(), in test_isetp64()
[all …]
/aosp_15_r20/hardware/synaptics/wlan/synadhd/wifi_hal/
Dtwt.cpp132 setup_response.wake_dur_us = it.get_u32(); in EventGetAttributeData()
136 setup_response.wake_int_us = it.get_u32(); in EventGetAttributeData()
140 setup_response.wake_time_off_us = it.get_u32(); in EventGetAttributeData()
379 twt_device_cap = it.get_u32(); in handleResponse()
383 twt_peer_cap = it.get_u32(); in handleResponse()
478 mStats->avg_pkt_num_tx = it.get_u32(); in handleResponse()
481 mStats->avg_pkt_num_rx = it.get_u32(); in handleResponse()
484 mStats->avg_tx_pkt_size = it.get_u32(); in handleResponse()
487 mStats->avg_rx_pkt_size = it.get_u32(); in handleResponse()
490 mStats->avg_eosp_dur_us = it.get_u32(); in handleResponse()
[all …]
Dwifi_logger.cpp840 unsigned int num_rings = it.get_u32(); in handleResponse()
896 unsigned int num_maps = it.get_u32(); in handleResponse()
1337 mBuffSize = it.get_u32(); in handleEvent()
1343 mErrCode = it.get_u32(); in handleEvent()
1464 hang_was_pending = (int) it.get_u32(); in handleEvent()
1736 if (it.get_u32()) { in handleResponse()
1737 ALOGE("Copying data to userspace failed, status = %d\n", it.get_u32()); in handleResponse()
1860 mActualBuffSize = it.get_u32(); in handleEvent()
2223 mBuffSize = it.get_u32(); in handleResponse()
2441 *mNoProvidedFates = it.get_u32(); in handleResponse()
[all …]
Dnan.cpp560 expired_event.requestor_instance_id = it.get_u32(); in HandleExpiryEvent()
1568 pub_term_event.publish_id = it.get_u32(); in handleEvent()
1601 ALOGI("pub id: %u", it.get_u32()); in handleEvent()
1628 ALOGI("scid length %d", it.get_u32()); in handleEvent()
1629 subscribe_event.scid_len= it.get_u32(); in handleEvent()
1637 subscribe_event.range_info.ranging_event_type = it.get_u32(); in handleEvent()
1638 ALOGI("ranging indication %d", it.get_u32()); in handleEvent()
1640 subscribe_event.range_info.range_measurement_mm = it.get_u32(); in handleEvent()
1641 ALOGI("ranging result %d", it.get_u32()); in handleEvent()
1723 followup_event.requestor_instance_id = it.get_u32(); in handleEvent()
[all …]
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dtdls.cpp138 get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_STATE]); in handleEvent()
158 get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_CHANNEL]); in handleEvent()
168 status.global_operating_class = get_u32( in handleEvent()
211 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32( in handleResponse()
231 mTDLSgetStatusRspParams.channel = get_u32(tb_vendor[ in handleResponse()
244 get_u32(tb_vendor[ in handleResponse()
268 mTDLSgetCaps.maxConcurrentTdlsSessionNum = get_u32(tb_vendor[ in handleResponse()
278 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
Dcpp_bindings.h61 return get_u32(NL80211_ATTR_VENDOR_ID); in get_vendor_id()
65 return get_u32(NL80211_ATTR_VENDOR_SUBCMD); in get_vendor_subcmd()
94 uint32_t get_u32(int attribute) { in get_u32() function
140 uint32_t get_u32() { in get_u32() function
257 u32 get_u32(const struct nlattr *nla) in get_u32() function
464 virtual u32 get_u32(const struct nlattr *nla);
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dtdls.cpp133 get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_STATE]); in handleEvent()
153 get_u32(tb_vendor[QCA_WLAN_VENDOR_ATTR_TDLS_CHANNEL]); in handleEvent()
163 status.global_operating_class = get_u32( in handleEvent()
206 mTDLSgetStatusRspParams.state = (wifi_tdls_state)get_u32( in handleResponse()
226 mTDLSgetStatusRspParams.channel = get_u32(tb_vendor[ in handleResponse()
239 get_u32(tb_vendor[ in handleResponse()
263 mTDLSgetCaps.maxConcurrentTdlsSessionNum = get_u32(tb_vendor[ in handleResponse()
273 mTDLSgetCaps.tdlsSupportedFeatures = get_u32(tb_vendor[ in handleResponse()
Dcpp_bindings.h55 return get_u32(NL80211_ATTR_VENDOR_ID); in get_vendor_id()
59 return get_u32(NL80211_ATTR_VENDOR_SUBCMD); in get_vendor_subcmd()
88 uint32_t get_u32(int attribute) { in get_u32() function
134 uint32_t get_u32() { in get_u32() function
251 u32 get_u32(const struct nlattr *nla) in get_u32() function
454 virtual u32 get_u32(const struct nlattr *nla);
/aosp_15_r20/external/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c159 get_u32(void *p) in get_u32() function
200 get_u32(buf + ZE_CENTRAL_DIR_OFFSET)) < 0) in lws_fops_zip_scan()
213 if (get_u32(buf + ZC_SIGNATURE) != 0x02014B50) in lws_fops_zip_scan()
223 priv->hdr.crc32 = get_u32(buf + ZC_CRC32); in lws_fops_zip_scan()
224 priv->hdr.comp_size = get_u32(buf + ZC_COMPRESSED_SIZE); in lws_fops_zip_scan()
225 priv->hdr.uncomp_size = get_u32(buf + ZC_UNCOMPRESSED_SIZE); in lws_fops_zip_scan()
226 priv->hdr.offset = get_u32(buf + ZC_REL_OFFSET_LOCAL_HEADER); in lws_fops_zip_scan()
227 priv->hdr.mod_time = get_u32(buf + ZC_LAST_MOD_FILE_TIME); in lws_fops_zip_scan()
/aosp_15_r20/external/libgsm/src/
H A Dtoast_audio.c42 static int get_u32 P2((f, up), FILE * f, unsigned long * up)
65 || get_u32( in, &len ) in P0()
66 || get_u32( in, &enc ) /* skip this */ in P0()
67 || get_u32( in, &enc )) { in P0()

123456