Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_int.c1434 struct cau_sb_entry sb_entry; in ecore_int_cau_conf_sb() local
1436 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, p_hwfn->rel_pf_id, in ecore_int_cau_conf_sb()
1446 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry, in ecore_int_cau_conf_sb()
1457 sb_entry); in ecore_int_cau_conf_sb()
2538 struct cau_sb_entry sb_entry; in ecore_int_set_timer_res() local
2548 (u64)(osal_uintptr_t)&sb_entry, 2, 0); in ecore_int_set_timer_res()
2555 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES1, timer_res); in ecore_int_set_timer_res()
2557 SET_FIELD(sb_entry.params, CAU_SB_ENTRY_TIMER_RES0, timer_res); in ecore_int_set_timer_res()
2560 (u64)(osal_uintptr_t)&sb_entry, in ecore_int_set_timer_res()
H A Decore_dev.c1308 struct cau_sb_entry sb_entry; in ecore_init_cau_rt_data() local
1320 ecore_init_cau_sb_entry(p_hwfn, &sb_entry, in ecore_init_cau_rt_data()
1324 sb_entry); in ecore_init_cau_rt_data()