| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_rts_c11_mem.h | 34 ot.raw = __atomic_load_n(&ht->tail.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_update_tail() 38 h.raw = __atomic_load_n(&ht->head.raw, __ATOMIC_RELAXED); in __rte_ring_rts_update_tail() 40 nt.raw = ot.raw; in __rte_ring_rts_update_tail() 44 } while (__atomic_compare_exchange_n(&ht->tail.raw, &ot.raw, nt.raw, in __rte_ring_rts_update_tail() 62 h->raw = __atomic_load_n(&ht->head.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_head_wait() 79 oh.raw = __atomic_load_n(&r->rts_prod.head.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_move_prod_head() 116 } while (__atomic_compare_exchange_n(&r->rts_prod.head.raw, in __rte_ring_rts_move_prod_head() 117 &oh.raw, nh.raw, in __rte_ring_rts_move_prod_head() 135 oh.raw = __atomic_load_n(&r->rts_cons.head.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_move_cons_head() 171 } while (__atomic_compare_exchange_n(&r->rts_cons.head.raw, in __rte_ring_rts_move_cons_head() [all …]
|
| H A D | rte_ring_hts_c11_mem.h | 47 p->raw = __atomic_load_n(&ht->ht.raw, __ATOMIC_ACQUIRE); in __rte_ring_hts_head_wait() 64 op.raw = __atomic_load_n(&r->hts_prod.ht.raw, __ATOMIC_ACQUIRE); in __rte_ring_hts_move_prod_head() 101 } while (__atomic_compare_exchange_n(&r->hts_prod.ht.raw, in __rte_ring_hts_move_prod_head() 102 &op.raw, np.raw, in __rte_ring_hts_move_prod_head() 120 op.raw = __atomic_load_n(&r->hts_cons.ht.raw, __ATOMIC_ACQUIRE); in __rte_ring_hts_move_cons_head() 156 } while (__atomic_compare_exchange_n(&r->hts_cons.ht.raw, in __rte_ring_hts_move_cons_head() 157 &op.raw, np.raw, in __rte_ring_hts_move_cons_head()
|
| H A D | rte_ring_peek_c11_mem.h | 81 p.raw = __atomic_load_n(&ht->ht.raw, __ATOMIC_RELAXED); in __rte_ring_hts_get_tail() 107 __atomic_store_n(&ht->ht.raw, p.raw, __ATOMIC_RELEASE); in __rte_ring_hts_set_head_tail()
|
| H A D | rte_ring_core.h | 85 uint64_t raw __rte_aligned(8); 101 uint64_t raw __rte_aligned(8);
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_tsadc.c | 343 raw = (int)tbl[i - 1].raw - (int)tbl[i].raw; in tsadc_temp_to_raw() 346 raw = tbl[i - 1].raw + raw / denom; in tsadc_temp_to_raw() 363 if (raw >= tbl[0].raw) in tsadc_raw_to_temp() 365 if (raw <= tbl[ntbl - 1].raw) in tsadc_raw_to_temp() 370 if (raw == tbl[i].raw) in tsadc_raw_to_temp() 372 if (raw < tbl[i].raw) in tsadc_raw_to_temp() 377 if (raw <= tbl[0].raw) in tsadc_raw_to_temp() 379 if (raw >= tbl[ntbl - 1].raw) in tsadc_raw_to_temp() 383 if (raw == tbl[i].raw) in tsadc_raw_to_temp() 385 if (raw < tbl[i].raw) in tsadc_raw_to_temp() [all …]
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | rte_pmd_iavf.h | 34 } raw; member 195 data.raw.data0, data.raw.data1, in rte_pmd_ifd_dump_proto_xtr_metadata() 205 data.raw.data0, data.raw.data1, in rte_pmd_ifd_dump_proto_xtr_metadata() 214 data.raw.data0, data.raw.data1, in rte_pmd_ifd_dump_proto_xtr_metadata() 223 data.raw.data0, data.raw.data1, in rte_pmd_ifd_dump_proto_xtr_metadata() 231 data.raw.data0, data.raw.data1, in rte_pmd_ifd_dump_proto_xtr_metadata()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | rte_pmd_ice.h | 34 } raw; member 193 data.raw.data0, data.raw.data1, in rte_net_ice_dump_proto_xtr_metadata() 202 data.raw.data0, data.raw.data1, in rte_net_ice_dump_proto_xtr_metadata() 210 data.raw.data0, data.raw.data1, in rte_net_ice_dump_proto_xtr_metadata() 218 data.raw.data0, data.raw.data1, in rte_net_ice_dump_proto_xtr_metadata() 225 data.raw.data0, data.raw.data1, in rte_net_ice_dump_proto_xtr_metadata()
|
| /f-stack/dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_intel_max10.c | 445 raw = (struct raw_sensor_info *)opae_zmalloc(sizeof(*raw)); in max10_sensor_init() 446 if (!raw) { in max10_sensor_init() 452 if (!raw->name) { in max10_sensor_init() 458 if (!raw->type) { in max10_sensor_init() 488 raw->regs[i].size = size; in max10_sensor_init() 502 raw->name, raw->type, in max10_sensor_init() 503 raw->id, raw->multiplier); in max10_sensor_init() 508 raw->regs[i].size); in max10_sensor_init() 528 opae_free(raw); in max10_sensor_init() 534 if (raw) in max10_sensor_init() [all …]
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_flow.c | 488 spec.raw = item->spec; in rte_flow_conv_item_spec() 491 src.raw = data; in rte_flow_conv_item_spec() 492 dst.raw = buf; in rte_flow_conv_item_spec() 493 rte_memcpy(dst.raw, in rte_flow_conv_item_spec() 499 .limit = src.raw->limit, in rte_flow_conv_item_spec() 502 size > sizeof(*dst.raw) ? sizeof(*dst.raw) : size); in rte_flow_conv_item_spec() 503 off = sizeof(*dst.raw); in rte_flow_conv_item_spec() 506 ((spec.raw->length & mask.raw->length) >= in rte_flow_conv_item_spec() 507 (last.raw->length & mask.raw->length)))) in rte_flow_conv_item_spec() 508 tmp = spec.raw->length & mask.raw->length; in rte_flow_conv_item_spec() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_ctf.c | 53 caddr_t raw = NULL; local 221 raw = malloc(shdr[i].sh_size, M_LINKER, M_WAITOK); 240 if ((error = vn_rdwr(UIO_READ, nd.ni_vp, raw == NULL ? ctftab : raw, 246 if (raw != NULL) { 265 zs.next_in = ((uint8_t *) raw) + sizeof(ctf_hdr); 307 if (raw != NULL) 308 free(raw, M_LINKER);
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/examples/ |
| H A D | fitblk_original.c | 76 unsigned char raw[RAWLEN]; in partcompress() local 80 def->avail_in = fread(raw, 1, RAWLEN, in); in partcompress() 83 def->next_in = raw; in partcompress() 99 unsigned char raw[RAWLEN]; in recompress() local 105 inf->next_out = raw; in recompress() 114 def->next_in = raw; in recompress()
|
| H A D | fitblk.c | 81 unsigned char raw[RAWLEN]; in partcompress() local 85 def->avail_in = (uInt)fread(raw, 1, RAWLEN, in); in partcompress() 88 def->next_in = raw; in partcompress() 106 unsigned char raw[RAWLEN]; in recompress() local 113 inf->next_out = raw; in recompress() 124 def->next_in = raw; in recompress()
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | i40e_common.c | 2308 &desc.params.raw; in i40e_aq_add_vsi() 2349 &desc.params.raw; in i40e_aq_set_default_vsi() 2377 &desc.params.raw; in i40e_aq_clear_default_vsi() 2691 &desc.params.raw; in i40e_aq_get_vsi_params() 2734 &desc.params.raw; in i40e_aq_update_vsi_params() 3082 &desc.params.raw; in i40e_aq_get_veb_parameters() 5723 &desc.params.raw; in i40e_aq_add_rem_control_packet_filter() 5726 &desc.params.raw; in i40e_aq_add_rem_control_packet_filter() 7885 &desc.params.raw; in i40e_aq_write_ddp() 8038 i40e_memcpy(desc.params.raw, aq->param, sizeof(desc.params.raw), in i40e_ddp_exec_aq_section() [all …]
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.c | 701 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_get_rx_tx_flag() local 761 struct ecore_raw_obj *raw = &o->raw; in ecore_vlan_mac_set_cmd_hdr_e2() local 801 struct ecore_raw_obj *raw = &o->raw; in ecore_set_one_mac_e2() local 969 struct ecore_raw_obj *raw = &o->raw; in ecore_set_one_mac_e1x() local 1309 struct ecore_raw_obj *raw = &o->raw; in ecore_wait_vlan_mac() local 1313 rc = raw->wait_comp(sc, raw); in ecore_wait_vlan_mac() 1683 struct ecore_raw_obj *raw = &o->raw; in ecore_config_vlan_mac() local 1703 raw->clear_pending(raw); in ecore_config_vlan_mac() 1728 rc = raw->wait_comp(sc, raw); in ecore_config_vlan_mac() 2263 o->raw.wait_comp(sc, &o->raw)) in ecore_mcast_wait() [all …]
|
| /f-stack/dpdk/drivers/net/enic/base/ |
| H A D | vnic_rss.h | 15 uint64_t raw[8]; member 24 uint64_t raw[32]; member
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 804 ret = _lib.lzc_receive(snapname, nvlist, c_origin, force, raw, fd) 806 ret, snapname, fd, force, raw, False, False, origin, None 992 snapname, fd, force=False, raw=False, origin=None, props=None argument 1061 snapname, nvlist, c_origin, force, raw, fd) 1063 ret, snapname, fd, force, raw, False, False, origin, None) 1067 snapname, fd, begin_record, force=False, resumable=False, raw=False, argument 1150 ret, snapname, fd, force, raw, False, False, origin, None) 1204 snapname, fd, begin_record, force=False, resumable=False, raw=False, argument 1300 snapname, nvlist, c_origin, force, resumable, raw, fd, 1304 ret, snapname, fd, force, raw, False, False, origin, properrs) [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/ |
| H A D | ov5647.txt | 1 Omnivision OV5647 raw image sensor 4 OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data interfaces
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | gateworks-gsc.yaml | 67 (i.e. temperature sensor based on thermister), raw values 90 description: Values of resistors for divider on raw ADC input 98 A positive voltage offset to apply to a raw ADC 175 channel@2 { /* A1: Input Voltage (raw ADC) */
|
| /f-stack/freebsd/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 113 raw = 0 198 global raw 204 if raw or scale == -1: 340 if raw > 1: 364 if raw > 1: 524 global raw 574 raw += 1
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | pmdinfo.rst | 22 -r, --raw Dump as raw json strings
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | zinject.c | 742 char *raw = NULL; in main() local 811 raw = optarg; in main() 1008 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main() 1044 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main() 1091 } else if (raw != NULL) { in main() 1121 if (translate_raw(raw, &record) != 0) { in main() 1128 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main() 1151 if (raw != NULL || range != NULL || type != TYPE_INVAL || in main()
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api.conf.in | 24 @TOPDIR@/drivers/raw/dpaa2_cmdif \ 25 @TOPDIR@/drivers/raw/dpaa2_qdma \ 26 @TOPDIR@/drivers/raw/ioat \
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 786 boolean_t resumable, boolean_t raw, int input_fd, in recv_impl() argument 831 if (resumable || raw || wkeydata != NULL || payload) { in recv_impl() 967 boolean_t force, boolean_t raw, int fd) in lzc_receive() argument 970 B_FALSE, raw, fd, NULL, NULL, NULL, NULL)); in lzc_receive() 981 boolean_t force, boolean_t raw, int fd) in lzc_receive_resumable() argument 984 B_TRUE, raw, fd, NULL, NULL, NULL, NULL)); in lzc_receive_resumable() 1000 const char *origin, boolean_t force, boolean_t resumable, boolean_t raw, in lzc_receive_with_header() argument 1007 resumable, raw, fd, begin_record, NULL, NULL, NULL)); in lzc_receive_with_header() 1035 resumable, raw, input_fd, begin_record, in lzc_receive_one() 1049 boolean_t force, boolean_t resumable, boolean_t raw, int input_fd, in lzc_receive_with_cmdprops() argument [all …]
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_parse.c | 739 const char *const raw = (const char *)data + *off; in ng_string_unparse() local 740 char *const s = ng_encode_string(raw, strlen(raw)); in ng_string_unparse() 749 *off += strlen(raw) + 1; in ng_string_unparse() 913 char *const s = ng_encode_string(raw, slen); in ng_sizedstring_unparse() 1814 ng_encode_string(const char *raw, int slen) in ng_encode_string() argument 1824 for (i = 0; i < slen; i++, raw++) { in ng_encode_string() 1825 switch (*raw) { in ng_encode_string() 1849 cbuf[off++] = *raw; in ng_encode_string() 1852 if (*raw < 0x20 || *raw > 0x7e) { in ng_encode_string() 1854 "\\x%02x", (u_char)*raw); in ng_encode_string() [all …]
|
| /f-stack/freebsd/arm/ti/clk/ |
| H A D | ti_clk_dpll.c | 166 ti_clk_factor_get_value(struct ti_clk_factor *factor, uint32_t raw) in ti_clk_factor_get_value() argument 174 val = raw; in ti_clk_factor_get_value() 176 raw > factor->max_value) in ti_clk_factor_get_value() 179 val = raw - 1; in ti_clk_factor_get_value()
|