| /illumos-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_zcp.c | 38 uint64_t val = 0; local 51 NXGE_REG_RD64(handle, ZCP_CONFIG_REG, &val); 54 val |= ZC_ENABLE; 56 val &= ~ECC_CHK_DIS; 58 val &= ~PAR_CHK_DIS; 60 val &= ~DIS_BUFF_RN; 62 val &= ~DIS_BUFF_RQ_IF; 65 val &= ~ZC_ENABLE; 67 val |= ECC_CHK_DIS; 69 val | 118 uint64_t val = 0; local 166 uint64_t val; local 177 uint64_t val; local 188 uint64_t val = 0; local 209 npi_zcp_set_bam_region(npi_handle_t handle, zcp_buf_region_t region, zcp_bam_region_reg_t *region_attr) argument 241 npi_zcp_set_dst_region(npi_handle_t handle, zcp_buf_region_t region, uint16_t row_idx) argument 244 uint64_t val = 0; local 287 tte_sflow_attr_t val; local 412 tte_dflow_attr_t val; local 527 zcp_ram_unit_t val; local 685 zcp_mem_read(npi_handle_t handle, uint16_t flow_id, uint8_t ram_sel, uint16_t cfifo_entryn, zcp_ram_unit_t *val) argument 725 zcp_mem_write(npi_handle_t handle, uint16_t flow_id, uint8_t ram_sel, uint32_t byte_en, uint16_t cfifo_entryn, zcp_ram_unit_t *val) argument [all...] |
| H A D | npi_vir.c | 699 * to FZC region to function zero. 763 uint8_t fn, region, id, tn, rn; local 766 region = dma_bind.sub_vir_region; 771 DMA_BIND_VADDR_VALIDATE(fn, region, id, status); 801 DMA_BIND_REG_OFFSET(fn, region, id), bind.value); 812 uint8_t function, region, slot; local 817 region = dma_bind.sub_vir_region; 820 DMA_BIND_VADDR_VALIDATE(function, region, slot, status); 825 offset = DMA_BIND_REG_OFFSET(function, region, slot); 893 uint64_t val; local 1187 uint64_t val; local 1223 uint64_t val; local 1275 uint64_t val; local 1380 uint64_t val; local [all...] |
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
| H A D | qlge_dbg.c | 832 ql_get_flash_table_region_info(qlge_t *qlge, uint32_t region, uint32_t *addr, argument 837 switch (region) { 891 cmn_err(CE_WARN, "%s(%d): Unknown region code %x!", 892 __func__, qlge->instance, region); 972 uint32_t addr, size, region; local 1175 region = pheader->option[0]; 1177 region, &addr, &size); 1178 QL_PRINT(DBG_GLD, ("write data to region 0x%x," 1180 region, addr, size)); 1314 region 2373 uint32_t val; local 2415 uint32_t val; local [all...] |
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_download.c | 2129 emlxs_cfl_download(emlxs_hba_t *hba, uint32_t region, caddr_t buffer, argument 2179 /* Check the region number */ 2180 if ((region > 2) && (region != 0xff)) { 2182 "Invalid region id: 0x%x", region); 2230 /* Check if default region is requested */ 2231 if (region == 0xff) { 2234 * default PCI region 2239 region 3434 uint8_t val; member in struct:_flash_t [all...] |
| /illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
| H A D | t4fw_interface.h | 711 __be32 val; member in struct:fw_flowc_mnemval 2939 __be32 val; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_addrval 2995 __be16 region; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_le 2997 __u32 val[12]; member in struct:fw_ldst_cmd::fw_ldst::fw_ldst_le 3110 __be32 val; member in struct:fw_reset_cmd 3501 __be32 val; member in struct:fw_params_cmd::fw_params_param 7176 __u8 val[6]; member in struct:fw_error_cmd::fw_error::fw_error_acl
|