Home
last modified time | relevance | path

Searched full:hte (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/timestamp/
H A Dhte-consumer.yaml4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml#
7 title: HTE Consumer
18 The list of HTE provider phandle. The first cell must represent the
21 HTE provider device tree binding document.
38 timestamp-names = "hte-gpio", "hte-i2c";
H A Dnvidia,tegra194-hte.yaml4 $id: http://devicetree.org/schemas/timestamp/nvidia,tegra194-hte.yaml#
7 title: Tegra on chip generic hardware timestamping engine (HTE) provider
38 HTE device generates its interrupt based on this u32 FIFO threshold
47 HTE lines are arranged in 32 bit slice where each bit represents different
49 property and the value depends on the HTE instance in the chip. The AON
H A Dhardware-timestamps-common.yaml13 Some devices/SoCs have hardware timestamp engines (HTE) which can use
24 Number of cells in a HTE specifier.
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_htable.c503 iphtent_t hte, *ent; in ipf_htable_node_del() local
506 if (op->iplo_size != sizeof(hte)) { in ipf_htable_node_del()
511 err = COPYIN(op->iplo_struct, &hte, sizeof(hte)); in ipf_htable_node_del()
523 ent = ipf_htent_find(iph, &hte); in ipf_htable_node_del()
796 iphtent_t hte; in ipf_htable_node_add() local
799 if (op->iplo_size != sizeof(hte)) { in ipf_htable_node_add()
804 err = COPYIN(op->iplo_struct, &hte, sizeof(hte)); in ipf_htable_node_add()
809 hte.ipe_uid = uid; in ipf_htable_node_add()
817 if (ipf_htent_find(iph, &hte) != NULL) { in ipf_htable_node_add()
822 err = ipf_htent_insert(softc, arg, iph, &hte); in ipf_htable_node_add()
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c854 u8 hte = 0; in irdma_terminate_done() local
862 hte = 1; in irdma_terminate_done()
871 irdma_next_iw_state(iwqp, IRDMA_QP_STATE_ERROR, hte, 0, 0); in irdma_terminate_done()
H A Dirdma_ctrl.c4912 u32 hte; in irdma_cfg_fpm_val() local
4984 hte = round_up(qpwanted + hmc_info->hmc_obj[IRDMA_HMC_IW_FSIMC].cnt, 512); in irdma_cfg_fpm_val()
4985 hte = roundup_pow_of_two(hte); in irdma_cfg_fpm_val()
4987 hte * hmc_fpm_misc->ht_multiplier; in irdma_cfg_fpm_val()
H A Dirdma_cm.c2147 /* create an hte and cm_node for this instance */ in irdma_make_cm_node()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h623 /// more than one of hte symbol sets), but do not have to be exhaustive. Any
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1809 // refers to an enclosing template for hte purposes of [temp.friend]p9.
H A DDecl.h2579 // refers to an enclosing template for hte purposes of [temp.friend]p9.