Searched refs:HXGE_REG_WR32 (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_vir.c | 53 HXGE_REG_WR32(handle, LD_GRP_CTRL + LD_NUM_OFFSET(ld), gnum.value); in hpi_fzc_ldg_num_set() 133 HXGE_REG_WR32(handle, offset, (uint32_t)ldf_mask); in hpi_intr_mask_set() 168 HXGE_REG_WR32(handle, LD_INTR_MGMT + LDSV_OFFSET(ldg), mgm.value); in hpi_intr_ldg_mgmt_set() 195 HXGE_REG_WR32(handle, LD_INTR_TIM_RES, tm.value); in hpi_fzc_ldg_timer_res_set() 224 HXGE_REG_WR32(handle, SID + LDG_SID_OFFSET(sid.ldg), sd.value); in hpi_fzc_sid_set() 247 HXGE_REG_WR32(handle, DEV_ERR_MASK, dev_mask.value); in hpi_fzc_sys_err_mask_set()
|
H A D | hxge_common_impl.h | 222 #define HXGE_REG_WR32(handle, offset, val) { \ macro
|
H A D | hxge_main.c | 722 HXGE_REG_WR32(hxgep->hpi_handle, BLOCK_RESET, 0x0000001E); in hxge_unattach() 4475 HXGE_REG_WR32(hxgep->hpi_msi_handle, i * 16, data0); in hxge_msix_init() 4476 HXGE_REG_WR32(hxgep->hpi_msi_handle, i * 16 + 4, data1); in hxge_msix_init() 4477 HXGE_REG_WR32(hxgep->hpi_msi_handle, i * 16 + 8, data2); in hxge_msix_init() 4478 HXGE_REG_WR32(hxgep->hpi_msi_handle, i * 16 + 12, 0); in hxge_msix_init()
|
H A D | hxge_hw.c | 241 HXGE_REG_WR32(handle, PEU_INTR_MASK, 0xffffffff); in hxge_peu_handle_sys_errors()
|
H A D | hxge_virtual.c | 655 HXGE_REG_WR32(hxgep->hpi_handle, PEU_INTR_MASK, parity_err_mask.value); in hxge_ldgv_init()
|
H A D | hxge_pfc.c | 660 HXGE_REG_WR32(hxgep->hpi_handle, BLOCK_RESET, reset_reg.value); in hxge_pfc_config_init()
|
H A D | hxge_txdma.c | 99 HXGE_REG_WR32(hxgep->hpi_handle, BLOCK_RESET, reset_reg.value); in hxge_init_txdma_channels() 2855 HXGE_REG_WR32(handle, BLOCK_RESET, reset_reg.value); in hxge_tx_port_fatal_err_recover()
|
H A D | hxge_rxdma.c | 123 HXGE_REG_WR32(hxgep->hpi_handle, BLOCK_RESET, reset_reg.value); in hxge_init_rxdma_channels() 3710 HXGE_REG_WR32(hxgep->hpi_handle, BLOCK_RESET, reset_reg.value); in hxge_rx_port_fatal_err_recover()
|