Searched refs:ilt_hw_entry (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_cxt.c | 1784 u64 ilt_hw_entry = 0; in ecore_ilt_init_pf() local 1790 SET_FIELD(ilt_hw_entry, ILT_ENTRY_VALID, 1ULL); in ecore_ilt_init_pf() 1791 SET_FIELD(ilt_hw_entry, ILT_ENTRY_PHY_ADDR, in ecore_ilt_init_pf() 1801 STORE_RT_REG_AGG(p_hwfn, rt_offst, ilt_hw_entry); in ecore_ilt_init_pf() 2403 u64 ilt_hw_entry; in ecore_cxt_dynamic_ilt_alloc() local 2500 ilt_hw_entry = 0; in ecore_cxt_dynamic_ilt_alloc() 2501 SET_FIELD(ilt_hw_entry, ILT_ENTRY_VALID, 1ULL); in ecore_cxt_dynamic_ilt_alloc() 2502 SET_FIELD(ilt_hw_entry, in ecore_cxt_dynamic_ilt_alloc() 2507 ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&ilt_hw_entry, in ecore_cxt_dynamic_ilt_alloc() 2508 reg_offset, sizeof(ilt_hw_entry) / sizeof(u32), in ecore_cxt_dynamic_ilt_alloc() [all …]
|