Home
last modified time | relevance | path

Searched refs:nlm_read_cms_reg (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/nlm/hal/
H A Dfmn.c201 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_per_queue_level_intr()
216 val = nlm_read_cms_reg(base, CMS_OUTPUTQ_CONFIG(qid)); in nlm_cms_per_queue_timer_intr()
247 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_illegal_dst_error_intr()
256 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_timeout_error_intr()
265 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_biu_error_resp_intr()
274 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_uncorrectable_ecc_error_intr()
283 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_spill_correctable_ecc_error_intr()
292 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_outputq_uncorrectable_ecc_error_intr()
301 val = nlm_read_cms_reg(base, CMS_MSG_CONFIG); in nlm_cms_outputq_correctable_ecc_error_intr()
308 return nlm_read_cms_reg(base, CMS_MSG_ERR); in nlm_cms_network_error_status()
[all …]
H A Dfmn.h146 #define nlm_read_cms_reg(b, r) nlm_read_reg64_xkphys(b,r) macro