| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_idpgtbl.c | 128 if (lvl != tbl->leaf) { in domain_idmap_nextlvl() 134 if (lvl == tbl->leaf) { in domain_idmap_nextlvl() 345 KASSERT(lvl >= 0 && lvl < domain->pglvl, in domain_pgtbl_get_pindex() 377 KASSERT(lvl > 0, in domain_pgtbl_map_pte() 431 int lvl; in domain_map_buf_locked() local 443 for (lvl = 0, c = 0, superpage = false;; lvl++) { in domain_map_buf_locked() 446 if (lvl == domain->pglvl - 1) in domain_map_buf_locked() 575 int lvl, int flags) in domain_free_pgtbl_pde() argument 602 KASSERT(lvl != 0, in domain_unmap_clear_pte() 623 int lvl; in domain_unmap_buf_locked() local [all …]
|
| H A D | intel_utils.c | 195 domain_is_sp_lvl(struct dmar_domain *domain, int lvl) in domain_is_sp_lvl() argument 205 alvl = domain->pglvl - lvl - 1; in domain_is_sp_lvl() 211 pglvl_page_size(int total_pglvl, int lvl) in pglvl_page_size() argument 223 KASSERT(lvl >= 0 && lvl < total_pglvl, in pglvl_page_size() 224 ("total %d lvl %d", total_pglvl, lvl)); in pglvl_page_size() 225 rlvl = total_pglvl - lvl - 1; in pglvl_page_size() 226 KASSERT(rlvl < nitems(pg_sz), ("sizeof pg_sz lvl %d", lvl)); in pglvl_page_size() 231 domain_page_size(struct dmar_domain *domain, int lvl) in domain_page_size() argument 234 return (pglvl_page_size(domain->pglvl, lvl)); in domain_page_size()
|
| H A D | intel_dmar.h | 214 int domain_is_sp_lvl(struct dmar_domain *domain, int lvl); 215 iommu_gaddr_t pglvl_page_size(int total_pglvl, int lvl); 216 iommu_gaddr_t domain_page_size(struct dmar_domain *domain, int lvl);
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_tm.c | 671 req->lvl = hw_lvl; in populate_tm_reg() 808 tm_node->lvl = lvl; in nix_tm_node_add_to_list() 1327 uint8_t lvl; in nix_tm_copy_rsp_to_dev() local 1329 for (lvl = 0; lvl < NIX_TXSCH_LVL_CNT; lvl++) { in nix_tm_copy_rsp_to_dev() 1331 dev->txschq_list[lvl][schq] = rsp->schq_list[lvl][schq]; in nix_tm_copy_rsp_to_dev() 1336 dev->txschq[lvl] = rsp->schq[lvl]; in nix_tm_copy_rsp_to_dev() 1337 dev->txschq_contig[lvl] = rsp->schq_contig[lvl]; in nix_tm_copy_rsp_to_dev() 1617 switch (lvl) { in nix_tm_lvl2nix() 1632 switch (lvl) { in nix_tm_lvl2nix() 2068 lvl = tm_node->lvl; in otx2_nix_tm_node_capa_get() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 61 #define ZFS_LOG(lvl, ...) do { \ argument 62 if (((lvl) & 0xff) <= zfs_debug_level) { \ 65 __func__, __LINE__, (lvl)); \ 68 if ((lvl) & 0x100) \
|
| /f-stack/freebsd/contrib/openzfs/cmd/raidz_test/ |
| H A D | raidz_test.h | 93 #define LOG(lvl, a...) \ argument 95 if (rto_opts.rto_v >= lvl) \ 99 #define LOG_OPT(lvl, opt, a...) \ argument 101 if (opt->rto_v >= lvl) \
|
| /f-stack/dpdk/lib/librte_timer/ |
| H A D | rte_timer.c | 360 while(lvl != 0) { in timer_get_prev_entries() 361 lvl--; in timer_get_prev_entries() 362 prev[lvl] = prev[lvl+1]; in timer_get_prev_entries() 363 while (prev[lvl]->sl_next[lvl] && in timer_get_prev_entries() 364 prev[lvl]->sl_next[lvl]->expire <= time_val) in timer_get_prev_entries() 365 prev[lvl] = prev[lvl]->sl_next[lvl]; in timer_get_prev_entries() 401 unsigned lvl; in timer_add() local 414 lvl = tim_level; in timer_add() 416 tim->sl_next[lvl] = prev[lvl]->sl_next[lvl]; in timer_add() 417 prev[lvl]->sl_next[lvl] = tim; in timer_add() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | da7213.txt | 13 - dlg,micbias1-lvl : Voltage (mV) for Mic Bias 1 15 - dlg,micbias2-lvl : Voltage (mV) for Mic Bias 2 39 dlg,micbias1-lvl = <2500>; 40 dlg,micbias2-lvl = <2500>;
|
| H A D | da7219.txt | 32 - dlg,micbias-lvl : Voltage (mV) for Mic Bias 38 - dlg,ldo-lvl : Required internal LDO voltage (mV) level for digital engine 46 - dlg,micbias-pulse-lvl : Mic bias higher voltage pulse level (mV). 93 dlg,ldo-lvl = <1200>; 94 dlg,micbias-lvl = <2600>;
|
| H A D | da7218.txt | 28 - dlg,micbias1-lvl-millivolt : Voltage (mV) for Mic Bias 1 30 - dlg,micbias2-lvl-millivolt : Voltage (mV) for Mic Bias 2 84 dlg,micbias1-lvl-millivolt = <2600>; 85 dlg,micbias2-lvl-millivolt = <2600>;
|
| H A D | cs42l52.txt | 29 - cirrus,micbias-lvl: Set the output voltage level on the MICBIAS Pin 45 cirrus,micbias-lvl = <5>;
|
| H A D | cs42l56.txt | 30 - cirrus,micbias-lvl: Set the output voltage level on the MICBIAS Pin. 61 cirrus,micbias-lvl = <5>;
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 1269 int lvl; in pmap_extract() local 1319 int lvl; in pmap_extract_and_hold() local 1328 KASSERT(lvl > 0 && lvl <= 3, in pmap_extract_and_hold() 1460 int lvl; in pmap_kenter() local 1502 int lvl; in pmap_kremove() local 1517 int lvl; in pmap_kremove_device() local 1603 int lvl; in pmap_qremove() local 2017 int lvl; in pmap_alloc_l3() local 3702 int lvl; in pmap_senter() local 3761 int lvl; in pmap_sremove() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/vdev_zaps/ |
| H A D | vdev_zaps.kshlib | 67 typeset lvl=$3 71 log_fail "$vd on $pool has no $lvl ZAP in config" 73 log_fail "$vd on $pool has no $lvl ZAP in MOS"
|
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_impl.h | 33 #define RTE_BPF_LOG(lvl, fmt, args...) \ argument 34 rte_log(RTE_LOG_## lvl, rte_bpf_logtype, fmt, ##args)
|
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | bnxt_tf_common.h | 14 #define BNXT_TF_DBG(lvl, fmt, args...) PMD_DRV_LOG(lvl, fmt, ## args) argument
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.c | 404 B->lvl++; in emptybuffer() 411 if (B->lvl > 1) { in adjuststack() 417 if (B->lvl - toget + 1 >= LIMIT || toplen > l) { in adjuststack() 422 } while (toget < B->lvl); in adjuststack() 424 B->lvl = B->lvl - toget + 1; in adjuststack() 449 lua_concat(B->L, B->lvl); in luaL_pushresult() 450 B->lvl = 1; in luaL_pushresult() 466 B->lvl++; /* add new value into B stack */ in luaL_addvalue() 475 B->lvl = 0; in luaL_buffinit()
|
| H A D | lauxlib.h | 68 LUALIB_API void (luaL_where) (lua_State *L, int lvl); 131 int lvl; /* number of strings in the stack (level) */ member
|
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | ip_frag_common.h | 12 #define IP_FRAG_LOG(lvl, fmt, args...) RTE_LOG(lvl, USER1, fmt, ##args) argument 14 #define IP_FRAG_LOG(lvl, fmt, args...) do {} while(0) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/msm/ |
| H A D | edp.txt | 22 - lvl-vdd-supply: phandle to regulator device node which is used to supply power 53 lvl-vdd-supply = <&lvl_vreg>;
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_fm_flow.c | 357 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_eth() local 367 fm_data = &entry->ftm_data.fk_hdrset[lvl]; in enic_fm_copy_item_eth() 382 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_vlan() local 394 if (lvl > 0) in enic_fm_copy_item_vlan() 437 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_ipv4() local 465 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_ipv6() local 493 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_udp() local 521 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_tcp() local 549 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_sctp() local 642 const uint8_t lvl = arg->header_level; in enic_fm_copy_item_raw() local [all …]
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_i2c.c | 158 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ argument 159 if ((lvl) <= (sc)->debug) \ 162 #define DEBUGF(sc, lvl, fmt, args...) \ argument 163 if ((lvl) <= (sc)->debug) \
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | eth_bond_private.h | 38 #define RTE_BOND_LOG(lvl, msg, ...) \ argument 39 rte_log(RTE_LOG_ ## lvl, bond_logtype, \
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_bsc.c | 115 #define DEVICE_DEBUGF(sc, lvl, fmt, args...) \ argument 116 if ((lvl) <= (sc)->sc_debug) \ 119 #define DEBUGF(sc, lvl, fmt, args...) \ argument 120 if ((lvl) <= (sc)->sc_debug) \
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_em_common.c | 381 int lvl = TF_PT_LVL_0; in tf_em_size_page_tbl_lvl() local 388 lvl++; in tf_em_size_page_tbl_lvl() 390 if (lvl == TF_PT_LVL_1) in tf_em_size_page_tbl_lvl() 393 else if (lvl == TF_PT_LVL_2) in tf_em_size_page_tbl_lvl() 402 return lvl; in tf_em_size_page_tbl_lvl()
|