Home
last modified time | relevance | path

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

/linux/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/drivers/s390/cio/
H A DMakefile14 obj-y += ccw_device.o cmf.o
/linux/drivers/edac/
H A Digen6_edac.c1284 void __iomem *cmf; in igen6_mem_slice_setup() local
1306 cmf = ioremap(base, size); in igen6_mem_slice_setup()
1307 if (!cmf) { in igen6_mem_slice_setup()
1312 ms_hash = readq(cmf + offset); in igen6_mem_slice_setup()
1317 iounmap(cmf); in igen6_mem_slice_setup()
/linux/Documentation/driver-api/
H A Ds390-drivers.rst100 .. kernel-doc:: drivers/s390/cio/cmf.c
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h560 uint8_t cmf; member
H A Dlpfc_sli.c8221 int rc, cmf, mi_ver; in lpfc_cmf_setup() local
8275 if (sli4_params->cmf) { in lpfc_cmf_setup()
8278 cmf = bf_get(lpfc_mbx_set_feature_cmf, in lpfc_cmf_setup()
8280 if (rc == MBX_SUCCESS && cmf) { in lpfc_cmf_setup()
8294 rc, cmf); in lpfc_cmf_setup()
8295 sli4_params->cmf = 0; in lpfc_cmf_setup()
8313 sli4_params->cmf = 0; in lpfc_cmf_setup()
8334 sli4_params->cmf = 0; in lpfc_cmf_setup()
8339 sli4_params->cmf = 0; in lpfc_cmf_setup()
8360 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()
3183 if (!phba->sli4_hba.pc_sli4_params.cmf) in lpfc_cmf_stop()
3247 if (!phba->sli4_hba.pc_sli4_params.cmf || in lpfc_cmf_start()
7293 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_sli4_cgn_parm_chg_evt()
H A Dlpfc_bsg.c5425 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_get_cgnbuf_info()