Home
last modified time | relevance | path

Searched refs:mci (Results 1 – 25 of 1620) sorted by relevance

12345678910>>...65

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dcache.c667 mci->mci_picache_way_size = mci->mci_picache_size / mci->mci_picache_ways; in mips_config_cache_prehistoric()
677 mci->mci_pdcache_way_size = mci->mci_pdcache_size / mci->mci_pdcache_ways; in mips_config_cache_prehistoric()
850 mci->mci_sdcache_way_size = mci->mci_sdcache_size / mci->mci_sdcache_ways; in mips_config_cache_prehistoric()
1086 mci->mci_pdcache_way_size * mci->mci_pdcache_ways; in mips_config_cache_modern()
1110 mci->mci_pdcache_way_size * mci->mci_pdcache_ways; in mips_config_cache_modern()
1143 mci->mci_picache_way_size * mci->mci_picache_ways; in mips_config_cache_modern()
1158 mci->mci_picache_way_size * mci->mci_picache_ways, in mips_config_cache_modern()
1169 mci->mci_pdcache_way_size * mci->mci_pdcache_ways, in mips_config_cache_modern()
1340 mci->mci_sicache_ways = mci->mci_sdcache_ways; in mips_config_cache_modern()
1341 mci->mci_sicache_size = mci->mci_sdcache_size; in mips_config_cache_modern()
[all …]
/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Dmci.c113 (unsigned long) mci, mci->mci_host,
221 (unsigned long) mci, mci->mci_host,
244 mci->mci_in = mci->mci_out = NULL;
425 mci->mci_exitstat, mci->mci_errno);
535 mci = (MCI *) sm_malloc_x(sizeof(*mci));
538 memset((char *) mci, '\0', sizeof(*mci));
540 mci->mci_macro.mac_rpool = mci->mci_rpool;
702 sep, mci->mci_errno, mci->mci_herrno,
703 mci->mci_exitstat, mci->mci_state, (int) mci->mci_pid, sep);
707 mci->mci_maxsize, mci->mci_phase,
[all …]
H A Dusersmtp.c507 mci->mci_saslcap = str_union(mci->mci_saslcap,
528 mci->mci_flags, mci->mci_saslcap);
866 MCI *mci; in getauth()
1096 MCI *mci; local
1579 MCI *mci;
1914 MCI *mci;
1925 result = getauth(mci, e, &(mci->mci_sai));
1981 mci->mci_saslcap, mci->mci_rpool);
2021 MCI *mci;
2328 r = smtprcptstat(mci->mci_nextaddr, m, mci, e);
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/edac/
H A Dedac_mc.c64 struct mem_ctl_info *mci = dimm->mci; in edac_dimm_info_location() local
131 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci()
133 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
136 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
284 csr->mci = mci; in edac_mc_alloc_csrows()
317 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
335 dimm->mci = mci; in edac_mc_alloc_dimms()
426 mci = edac_align_ptr(&ptr, sizeof(*mci), 1); in edac_mc_alloc()
554 mci->edac_check(mci); in edac_mc_workq_function()
740 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
[all …]
H A Dppc4xx_edac.c814 ppc4xx_edac_check(mci); in ppc4xx_edac_isr()
1020 mci->pdev = &op->dev; in ppc4xx_edac_mc_init()
1022 dev_set_drvdata(mci->pdev, mci); in ppc4xx_edac_mc_init()
1024 pdata = mci->pvt_info; in ppc4xx_edac_mc_init()
1117 mci); in ppc4xx_edac_register_irq()
1131 mci); in ppc4xx_edac_register_irq()
1150 free_irq(sec_irq, mci); in ppc4xx_edac_register_irq()
1153 free_irq(ded_irq, mci); in ppc4xx_edac_register_irq()
1283 if (mci == NULL) { in ppc4xx_edac_probe()
1327 edac_mc_free(mci); in ppc4xx_edac_probe()
[all …]
H A Dpasemi_edac.c132 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
161 edac_mc_printk(mci, KERN_ERR, in pasemi_edac_init_csrows()
208 if (mci == NULL) in pasemi_edac_probe()
216 mci->pdev = &pdev->dev; in pasemi_edac_probe()
223 mci->mod_name = MODULE_NAME; in pasemi_edac_probe()
227 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
230 mci->scrub_mode = in pasemi_edac_probe()
246 if (edac_mc_add_mc(mci)) in pasemi_edac_probe()
253 edac_mc_free(mci); in pasemi_edac_probe()
261 if (!mci) in pasemi_edac_remove()
[all …]
H A Damd76x_edac.c107 pdev = to_pci_dev(mci->pdev); in amd76x_get_error_info()
150 mci->ctl_name, ""); in amd76x_process_error_info()
165 mci->ctl_name, ""); in amd76x_process_error_info()
236 struct mem_ctl_info *mci; in amd76x_probe1() local
254 if (mci == NULL) in amd76x_probe1()
258 mci->pdev = &pdev->dev; in amd76x_probe1()
261 mci->edac_cap = ems_mode ? in amd76x_probe1()
275 if (edac_mc_add_mc(mci)) { in amd76x_probe1()
296 edac_mc_free(mci); in amd76x_probe1()
320 struct mem_ctl_info *mci; in amd76x_remove_one() local
[all …]
H A Dr82600_edac.c185 mci->ctl_name, ""); in r82600_process_error_info()
197 mci->ctl_name, ""); in r82600_process_error_info()
270 struct mem_ctl_info *mci; in r82600_probe1() local
292 if (mci == NULL) in r82600_probe1()
296 mci->pdev = &pdev->dev; in r82600_probe1()
312 mci, eapr); in r82600_probe1()
317 mci->ctl_name = "R82600"; in r82600_probe1()
327 if (edac_mc_add_mc(mci)) { in r82600_probe1()
354 edac_mc_free(mci); in r82600_probe1()
370 struct mem_ctl_info *mci; in r82600_remove_one() local
[all …]
H A Dcell_edac.c158 dev_dbg(mci->pdev, in cell_edac_init_csrows()
171 struct mem_ctl_info *mci; in cell_edac_probe() local
210 if (mci == NULL) in cell_edac_probe()
212 priv = mci->pvt_info; in cell_edac_probe()
216 mci->pdev = &pdev->dev; in cell_edac_probe()
221 mci->ctl_name = "MIC"; in cell_edac_probe()
224 cell_edac_init_csrows(mci); in cell_edac_probe()
227 rc = edac_mc_add_mc(mci); in cell_edac_probe()
230 edac_mc_free(mci); in cell_edac_probe()
240 if (mci) in cell_edac_remove()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/edac/
H A Dedac_mc.c64 struct mem_ctl_info *mci = dimm->mci; in edac_dimm_info_location() local
131 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci()
133 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
136 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
284 csr->mci = mci; in edac_mc_alloc_csrows()
317 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
335 dimm->mci = mci; in edac_mc_alloc_dimms()
426 mci = edac_align_ptr(&ptr, sizeof(*mci), 1); in edac_mc_alloc()
554 mci->edac_check(mci); in edac_mc_workq_function()
740 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
[all …]
H A Dppc4xx_edac.c814 ppc4xx_edac_check(mci); in ppc4xx_edac_isr()
1020 mci->pdev = &op->dev; in ppc4xx_edac_mc_init()
1022 dev_set_drvdata(mci->pdev, mci); in ppc4xx_edac_mc_init()
1024 pdata = mci->pvt_info; in ppc4xx_edac_mc_init()
1117 mci); in ppc4xx_edac_register_irq()
1131 mci); in ppc4xx_edac_register_irq()
1150 free_irq(sec_irq, mci); in ppc4xx_edac_register_irq()
1153 free_irq(ded_irq, mci); in ppc4xx_edac_register_irq()
1283 if (mci == NULL) { in ppc4xx_edac_probe()
1327 edac_mc_free(mci); in ppc4xx_edac_probe()
[all …]
H A Dpasemi_edac.c132 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
161 edac_mc_printk(mci, KERN_ERR, in pasemi_edac_init_csrows()
208 if (mci == NULL) in pasemi_edac_probe()
216 mci->pdev = &pdev->dev; in pasemi_edac_probe()
223 mci->mod_name = MODULE_NAME; in pasemi_edac_probe()
227 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
230 mci->scrub_mode = in pasemi_edac_probe()
246 if (edac_mc_add_mc(mci)) in pasemi_edac_probe()
253 edac_mc_free(mci); in pasemi_edac_probe()
261 if (!mci) in pasemi_edac_remove()
[all …]
H A Damd76x_edac.c107 pdev = to_pci_dev(mci->pdev); in amd76x_get_error_info()
150 mci->ctl_name, ""); in amd76x_process_error_info()
165 mci->ctl_name, ""); in amd76x_process_error_info()
236 struct mem_ctl_info *mci; in amd76x_probe1() local
254 if (mci == NULL) in amd76x_probe1()
258 mci->pdev = &pdev->dev; in amd76x_probe1()
261 mci->edac_cap = ems_mode ? in amd76x_probe1()
275 if (edac_mc_add_mc(mci)) { in amd76x_probe1()
296 edac_mc_free(mci); in amd76x_probe1()
320 struct mem_ctl_info *mci; in amd76x_remove_one() local
[all …]
H A Dr82600_edac.c185 mci->ctl_name, ""); in r82600_process_error_info()
197 mci->ctl_name, ""); in r82600_process_error_info()
270 struct mem_ctl_info *mci; in r82600_probe1() local
292 if (mci == NULL) in r82600_probe1()
296 mci->pdev = &pdev->dev; in r82600_probe1()
312 mci, eapr); in r82600_probe1()
317 mci->ctl_name = "R82600"; in r82600_probe1()
327 if (edac_mc_add_mc(mci)) { in r82600_probe1()
354 edac_mc_free(mci); in r82600_probe1()
370 struct mem_ctl_info *mci; in r82600_remove_one() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/edac/
H A Dedac_mc.c64 struct mem_ctl_info *mci = dimm->mci; in edac_dimm_info_location() local
131 mci->nr_csrows, mci->csrows); in edac_mc_dump_mci()
133 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
136 mci->mod_name, mci->ctl_name); in edac_mc_dump_mci()
284 csr->mci = mci; in edac_mc_alloc_csrows()
317 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()
335 dimm->mci = mci; in edac_mc_alloc_dimms()
426 mci = edac_align_ptr(&ptr, sizeof(*mci), 1); in edac_mc_alloc()
554 mci->edac_check(mci); in edac_mc_workq_function()
740 mci->mod_name, mci->ctl_name, mci->dev_name, in edac_mc_add_mc_with_groups()
[all …]
H A Dppc4xx_edac.c814 ppc4xx_edac_check(mci); in ppc4xx_edac_isr()
1020 mci->pdev = &op->dev; in ppc4xx_edac_mc_init()
1022 dev_set_drvdata(mci->pdev, mci); in ppc4xx_edac_mc_init()
1024 pdata = mci->pvt_info; in ppc4xx_edac_mc_init()
1117 mci); in ppc4xx_edac_register_irq()
1131 mci); in ppc4xx_edac_register_irq()
1150 free_irq(sec_irq, mci); in ppc4xx_edac_register_irq()
1153 free_irq(ded_irq, mci); in ppc4xx_edac_register_irq()
1283 if (mci == NULL) { in ppc4xx_edac_probe()
1327 edac_mc_free(mci); in ppc4xx_edac_probe()
[all …]
H A Dpasemi_edac.c132 csrow = mci->csrows[index]; in pasemi_edac_init_csrows()
161 edac_mc_printk(mci, KERN_ERR, in pasemi_edac_init_csrows()
208 if (mci == NULL) in pasemi_edac_probe()
216 mci->pdev = &pdev->dev; in pasemi_edac_probe()
223 mci->mod_name = MODULE_NAME; in pasemi_edac_probe()
227 mci->ctl_page_to_phys = NULL; in pasemi_edac_probe()
230 mci->scrub_mode = in pasemi_edac_probe()
246 if (edac_mc_add_mc(mci)) in pasemi_edac_probe()
253 edac_mc_free(mci); in pasemi_edac_probe()
261 if (!mci) in pasemi_edac_remove()
[all …]
H A Damd76x_edac.c107 pdev = to_pci_dev(mci->pdev); in amd76x_get_error_info()
150 mci->ctl_name, ""); in amd76x_process_error_info()
165 mci->ctl_name, ""); in amd76x_process_error_info()
236 struct mem_ctl_info *mci; in amd76x_probe1() local
254 if (mci == NULL) in amd76x_probe1()
258 mci->pdev = &pdev->dev; in amd76x_probe1()
261 mci->edac_cap = ems_mode ? in amd76x_probe1()
275 if (edac_mc_add_mc(mci)) { in amd76x_probe1()
296 edac_mc_free(mci); in amd76x_probe1()
320 struct mem_ctl_info *mci; in amd76x_remove_one() local
[all …]
H A Dr82600_edac.c185 mci->ctl_name, ""); in r82600_process_error_info()
197 mci->ctl_name, ""); in r82600_process_error_info()
270 struct mem_ctl_info *mci; in r82600_probe1() local
292 if (mci == NULL) in r82600_probe1()
296 mci->pdev = &pdev->dev; in r82600_probe1()
312 mci, eapr); in r82600_probe1()
317 mci->ctl_name = "R82600"; in r82600_probe1()
327 if (edac_mc_add_mc(mci)) { in r82600_probe1()
354 edac_mc_free(mci); in r82600_probe1()
370 struct mem_ctl_info *mci; in r82600_remove_one() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c127 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_query() local
142 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_response() local
157 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_wlan_channels() local
173 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_bt_status_query() local
204 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_halt_bt_gpm() local
227 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_prep_interface() local
293 if (mci->is_2g && !mci->update_2g5g && MCI_ANT_ARCH_PA_LNA_SHARED(mci)) { in ar9003_mci_prep_interface()
323 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_set_full_sleep() local
559 mci->bt_ver_major, mci->bt_ver_minor); in ar9003_mci_process_gpm_extra()
1527 if (mci->gpm_idx >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
[all …]
H A Dmci.c104 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_adjust_aggr_limit() local
123 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_update_scheme() local
155 } else if (mci->num_pan || mci->num_other_acl) { in ath_mci_update_scheme()
259 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_set_concur_txprio() local
265 if (!mci->num_pan && !mci->num_other_acl) in ath_mci_set_concur_txprio()
300 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_profile() local
334 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_status() local
456 mci->gpm_buf.bf_addr = mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()
457 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()
729 struct ath_mci_profile *mci = &btcoex->mci; in ath9k_mci_stomp_audio() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c127 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_query() local
142 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_response() local
157 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_wlan_channels() local
173 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_bt_status_query() local
204 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_halt_bt_gpm() local
227 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_prep_interface() local
293 if (mci->is_2g && !mci->update_2g5g && MCI_ANT_ARCH_PA_LNA_SHARED(mci)) { in ar9003_mci_prep_interface()
323 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_set_full_sleep() local
559 mci->bt_ver_major, mci->bt_ver_minor); in ar9003_mci_process_gpm_extra()
1527 if (mci->gpm_idx >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
[all …]
H A Dmci.c104 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_adjust_aggr_limit() local
123 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_update_scheme() local
155 } else if (mci->num_pan || mci->num_other_acl) { in ath_mci_update_scheme()
259 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_set_concur_txprio() local
265 if (!mci->num_pan && !mci->num_other_acl) in ath_mci_set_concur_txprio()
300 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_profile() local
334 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_status() local
456 mci->gpm_buf.bf_addr = mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()
457 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()
729 struct ath_mci_profile *mci = &btcoex->mci; in ath9k_mci_stomp_audio() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c127 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_query() local
142 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_version_response() local
157 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_wlan_channels() local
173 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_bt_status_query() local
204 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_send_coex_halt_bt_gpm() local
227 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_prep_interface() local
293 if (mci->is_2g && !mci->update_2g5g && MCI_ANT_ARCH_PA_LNA_SHARED(mci)) { in ar9003_mci_prep_interface()
323 struct ath9k_hw_mci *mci = &ah->btcoex_hw.mci; in ar9003_mci_set_full_sleep() local
559 mci->bt_ver_major, mci->bt_ver_minor); in ar9003_mci_process_gpm_extra()
1527 if (mci->gpm_idx >= mci->gpm_len) in ar9003_mci_get_next_gpm_offset()
[all …]
H A Dmci.c104 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_adjust_aggr_limit() local
123 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_update_scheme() local
155 } else if (mci->num_pan || mci->num_other_acl) { in ath_mci_update_scheme()
259 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_set_concur_txprio() local
265 if (!mci->num_pan && !mci->num_other_acl) in ath_mci_set_concur_txprio()
300 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_profile() local
334 struct ath_mci_profile *mci = &btcoex->mci; in ath_mci_process_status() local
456 mci->gpm_buf.bf_addr = mci->sched_buf.bf_addr + mci->sched_buf.bf_len; in ath_mci_setup()
457 mci->gpm_buf.bf_paddr = mci->sched_buf.bf_paddr + mci->sched_buf.bf_len; in ath_mci_setup()
729 struct ath_mci_profile *mci = &btcoex->mci; in ath9k_mci_stomp_audio() local
[all …]

12345678910>>...65