Searched refs:cmf (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | hw_breakpoint.c | 277 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()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | hw_breakpoint.c | 277 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()
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_comp_algs.c | 117 u8 cmf, flg; in parse_zlib_header() local 123 cmf = header_p[1]; in parse_zlib_header() 125 if (cmf >> QAT_RFC_1950_CM_OFFSET > QAT_RFC_1950_CM_DEFLATE_CINFO_32K) in parse_zlib_header() 128 if ((cmf & QAT_RFC_1950_CM_MASK) != QAT_RFC_1950_CM_DEFLATE) in parse_zlib_header()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | Makefile | 14 obj-y += ccw_device.o cmf.o
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | Makefile | 14 obj-y += ccw_device.o cmf.o
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | igen6_edac.c | 1114 void __iomem *cmf; in igen6_mem_slice_setup() local 1136 cmf = ioremap(base, size); in igen6_mem_slice_setup() 1137 if (!cmf) { in igen6_mem_slice_setup() 1138 igen6_printk(KERN_ERR, "Failed to ioremap cmf 0x%llx\n", base); in igen6_mem_slice_setup() 1142 ms_hash = readq(cmf + offset); in igen6_mem_slice_setup() 1147 iounmap(cmf); in igen6_mem_slice_setup()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_sli4.h | 560 uint8_t cmf; member
|
H A D | lpfc_sli.c | 8204 int rc, cmf, mi_ver; in lpfc_cmf_setup() local 8258 if (sli4_params->cmf) { in lpfc_cmf_setup() 8261 cmf = bf_get(lpfc_mbx_set_feature_cmf, in lpfc_cmf_setup() 8263 if (rc == MBX_SUCCESS && cmf) { in lpfc_cmf_setup() 8277 rc, cmf); in lpfc_cmf_setup() 8278 sli4_params->cmf = 0; in lpfc_cmf_setup() 8296 sli4_params->cmf = 0; in lpfc_cmf_setup() 8317 sli4_params->cmf = 0; in lpfc_cmf_setup() 8322 sli4_params->cmf = 0; in lpfc_cmf_setup() 8333 if (sli4_params->cmf in lpfc_cmf_setup() [all...] |
H A D | lpfc_attr.c | 139 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 D | lpfc_init.c | 712 phba->sli4_hba.pc_sli4_params.cmf = in lpfc_sli4_refresh_params() 3194 if (!phba->sli4_hba.pc_sli4_params.cmf) in lpfc_cmf_stop() 3258 if (!phba->sli4_hba.pc_sli4_params.cmf || in lpfc_cmf_start() 5640 * lpfc_cgn_update_tstamp - Update cmf timestamp 7279 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_sli4_cgn_parm_chg_evt()
|
H A D | lpfc_bsg.c | 5421 if (!phba->sli4_hba.pc_sli4_params.cmf) { in lpfc_get_cgnbuf_info()
|
Completed in 51 milliseconds