Home
last modified time | relevance | path

Searched refs:p_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.c1340 struct cau_sb_entry *p_sb_entry, in ecore_init_cau_sb_entry() argument
1347 OSAL_MEMSET(p_sb_entry, 0, sizeof(*p_sb_entry)); in ecore_init_cau_sb_entry()
1349 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_PF_NUMBER, pf_id); in ecore_init_cau_sb_entry()
1350 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_NUMBER, vf_number); in ecore_init_cau_sb_entry()
1351 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_VF_VALID, vf_valid); in ecore_init_cau_sb_entry()
1352 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_SB_TIMESET0, 0x7F); in ecore_init_cau_sb_entry()
1353 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_SB_TIMESET1, 0x7F); in ecore_init_cau_sb_entry()
1372 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_TIMER_RES0, timer_res); in ecore_init_cau_sb_entry()
1380 SET_FIELD(p_sb_entry->params, CAU_SB_ENTRY_TIMER_RES1, timer_res); in ecore_init_cau_sb_entry()
1382 SET_FIELD(p_sb_entry->data, CAU_SB_ENTRY_STATE0, cau_state); in ecore_init_cau_sb_entry()
[all …]
H A Decore_int.h280 struct cau_sb_entry *p_sb_entry, u8 pf_id,