Home
last modified time | relevance | path

Searched refs:DIRECT_REG_WR (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_int_api.h137 DIRECT_REG_WR(sb_info->p_hwfn, sb_info->igu_addr, in ecore_sb_ack()
141 DIRECT_REG_WR(OSAL_NULL, sb_info->igu_addr, val); in ecore_sb_ack()
164 DIRECT_REG_WR(p_hwfn, &((u32 OSAL_IOMEM *)addr)[i], data[i]); in __internal_ram_wr()
H A Dbcm_osal.h186 #define DIRECT_REG_WR(p_hwfn, addr, value) qlnx_direct_reg_wr32(p_hwfn, addr, value) macro
H A Decore_int.c855 DIRECT_REG_WR(p_hwfn, in ecore_int_assertion()
1138 DIRECT_REG_WR(p_hwfn, in ecore_int_deassertion()
1221 DIRECT_REG_WR(p_hwfn, igu_addr, igu_ack.sb_id_and_flags); in ecore_sb_ack_attn()
H A Decore_ll2.c1376 DIRECT_REG_WR(p_hwfn, p_ll2_conn->rx_queue.set_prod_addr, 0x0); in ecore_ll2_establish_connection_rx()
1566 DIRECT_REG_WR(p_hwfn, p_rx->set_prod_addr, *((u32 *)&rx_prod)); in ecore_ll2_post_rx_buffer_notify_fw()
H A Decore_hw.c353 DIRECT_REG_WR(p_hwfn, reg_addr++, *host_addr++); in ecore_memcpy_hw()
H A Decore_dev.c360 DIRECT_REG_WR(p_hwfn, db_entry->db_addr, *(u32 *)(db_entry->db_data)); in ecore_db_recovery_ring()