Searched refs:db_handle (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h170 OCE_READ_REG32((dev)->db_handle, \
174 OCE_WRITE_REG32((dev)->db_handle, \
238 ddi_acc_handle_t db_handle; /* MMIO DoorBell Area */ member in struct:oce_dev
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_hw.c112 0, 0, &reg_accattr, &dev->db_handle);
129 ddi_regs_map_free(&dev->db_handle);
H A Doce_mbx.c151 if (oce_fm_check_acc_handle(dev, dev->db_handle) != DDI_FM_OK) {
198 if (oce_fm_check_acc_handle(dev, dev->db_handle) != DDI_FM_OK) {
221 if (oce_fm_check_acc_handle(dev, dev->db_handle) != DDI_FM_OK) {
H A Doce_tx.c872 if (oce_fm_check_acc_handle(dev, dev->db_handle) != DDI_FM_OK) {
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h91 uint8_t db_handle; /* To track parallel buffers */ member in struct:stmf_data_buf
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic.h125 ddi_put32(adapter->db_handle, (uint32_t *)(ADDRESS), (DATA))
487 ddi_acc_handle_t db_handle; member in struct:unm_adapter_s
H A Dunm_gem.c972 dbsize, &unm_dev_attr, &adapter->db_handle);
1344 ddi_regs_map_free(&(adapter->db_handle));
H A Dunm_nic_main.c365 ddi_regs_map_free(&(adapter->db_handle));
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c3933 dbuf->db_handle = ndx;
3967 dbuf->db_handle = ndx;
3983 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle);
3995 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle);
4532 dbuf->db_handle = 0;
4707 uint8_t cmd = (dbuf->db_handle << 5) | ITASK_CMD_DATA_XFER_DONE;
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c320 dbuf->db_handle = 0;
1183 dbuf->db_handle = 0;
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3391 if (dbuf->db_handle == 0)
3423 req[2] = dbuf->db_handle;

Completed in 3544 milliseconds