Home
last modified time | relevance | path

Searched refs:cmf (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/arch/sh/kernel/
H A Dhw_breakpoint.c277 unsigned int cmf, resume_mask; in hw_breakpoint_handler() local
282 cmf = sh_ubc->triggered_mask(); in hw_breakpoint_handler()
283 if (unlikely(!cmf)) in hw_breakpoint_handler()
300 if (likely(!(cmf & event_mask))) in hw_breakpoint_handler()
348 if (cmf == 0) in hw_breakpoint_handler()
/linux-6.15/drivers/s390/cio/
H A DMakefile14 obj-y += ccw_device.o cmf.o
/linux-6.15/drivers/edac/
H A Digen6_edac.c1319 void __iomem *cmf; in igen6_mem_slice_setup() local
1341 cmf = ioremap(base, size); in igen6_mem_slice_setup()
1342 if (!cmf) { in igen6_mem_slice_setup()
1347 ms_hash = readq(cmf + offset); in igen6_mem_slice_setup()
1352 iounmap(cmf); in igen6_mem_slice_setup()
/linux-6.15/Documentation/driver-api/
H A Ds390-drivers.rst100 .. kernel-doc:: drivers/s390/cio/cmf.c
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli4.h560 uint8_t cmf; member
H A Dlpfc_sli.c8206 int rc, cmf, mi_ver; in lpfc_cmf_setup() local
8260 if (sli4_params->cmf) { in lpfc_cmf_setup()
8263 cmf = bf_get(lpfc_mbx_set_feature_cmf, in lpfc_cmf_setup()
8265 if (rc == MBX_SUCCESS && cmf) { in lpfc_cmf_setup()
8279 rc, cmf); in lpfc_cmf_setup()
8280 sli4_params->cmf = 0; in lpfc_cmf_setup()
8298 sli4_params->cmf = 0; in lpfc_cmf_setup()
8319 sli4_params->cmf = 0; in lpfc_cmf_setup()
8324 sli4_params->cmf = 0; in lpfc_cmf_setup()
8345 sli4_params->cmf = 0; in lpfc_cmf_setup()
[all …]
H A Dlpfc_attr.c139 phba->sli4_hba.pc_sli4_params.cmf, phba->cmf_timer_cnt); in lpfc_cmf_info_show()
144 if (!phba->sli4_hba.pc_sli4_params.cmf) in lpfc_cmf_info_show()
H A Dlpfc_init.c714 phba->sli4_hba.pc_sli4_params.cmf = in lpfc_sli4_refresh_params()
3185 if (!phba->sli4_hba.pc_sli4_params.cmf) in lpfc_cmf_stop()
3249 if (!phba->sli4_hba.pc_sli4_params.cmf || in lpfc_cmf_start()
7276 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_sli4_cgn_parm_chg_evt()
H A Dlpfc_bsg.c5623 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_get_cgnbuf_info()