Searched refs:iomap_dev_handle (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_api.h | 240 (uint8_t)ddi_get8(ha->iomap_dev_handle, (uint8_t *)(addr)) 242 (uint16_t)ddi_get16(ha->iomap_dev_handle, (uint16_t *)(addr)) 244 (uint32_t)ddi_get32(ha->iomap_dev_handle, (uint32_t *)(addr)) 247 ddi_put8(ha->iomap_dev_handle, (uint8_t *)addr, (uint8_t)(data)) 249 ddi_put16(ha->iomap_dev_handle, (uint16_t *)addr, (uint16_t)(data)) 251 ddi_put32(ha->iomap_dev_handle, (uint32_t *)addr, (uint32_t)(data)) 1514 ddi_acc_handle_t iomap_dev_handle; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1018 ha->iomap_dev_handle = ha->dev_handle; in ql_attach() 1024 &ql_dev_acc_attr, &ha->iomap_dev_handle) != in ql_attach() 1575 ddi_regs_map_free(&ha->iomap_dev_handle); in ql_attach() 1915 if (ha->iomap_dev_handle != ha->dev_handle) { in ql_detach() 1916 ddi_regs_map_free(&ha->iomap_dev_handle); in ql_detach()
|