Home
last modified time | relevance | path

Searched refs:mbar (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h320 (uint8_t *)(ha->mbar + (ofst)))
323 (uint16_t *)(ha->mbar + (ofst)))
326 (uint32_t *)(ha->mbar + (ofst)))
329 (uint64_t *)(ha->mbar + (ofst)))
333 (uint8_t *)(ha->mbar + (ofst)), \
337 (uint16_t *)(ha->mbar + (ofst)), \
341 (uint32_t *)(ha->mbar + (ofst)), \
345 (uint64_t *)(ha->mbar + (ofst)), \
1743 caddr_t mbar; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c741 const char *mbar; in pmcs_reset_phy() local
799 mbar = "SMP PHY CONTROL/HARD RESET"; in pmcs_reset_phy()
803 mbar = "SMP PHY CONTROL/LINK RESET"; in pmcs_reset_phy()
809 __func__, mbar, pptr->parent->path, pptr->phynum); in pmcs_reset_phy()
821 mbar = "LOCAL PHY LINK RESET"; in pmcs_reset_phy()
824 mbar = "LOCAL PHY HARD RESET"; in pmcs_reset_phy()
828 "%s: sending %s to %s", __func__, mbar, pptr->path); in pmcs_reset_phy()
879 "%s: %s action returned %s for %s", __func__, mbar, es, in pmcs_reset_phy()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1243 ddi_regs_map_setup(dip, 3, &ha->mbar, in ql_attach()
1280 ddi_regs_map_setup(dip, 3, &ha->mbar, in ql_attach()
19163 if (ql_map_mem_bar(ha, &ha->mbar_dev_handle, &ha->mbar, in ql_multi_queue_support()