Lines Matching refs:cpqary3_t
30 static void cpqary3_cleanup(cpqary3_t *, uint32_t);
31 static uint8_t cpqary3_update_ctlrdetails(cpqary3_t *, uint32_t *);
32 int8_t cpqary3_detect_target_geometry(cpqary3_t *);
191 sizeof (cpqary3_t), MAX_CTLRS); in _init()
284 cpqary3_t *cpqary3p; /* per-controller */ in cpqary3_attach()
490 cpqary3_t *cpqary3p; in cpqary3_detach()
504 cpqary3p = (cpqary3_t *)hba_tran->tran_hba_private; in cpqary3_detach()
532 cpqary3_t *cpqary3p; in cpqary3_ioctl()
558 cpqary3p = (cpqary3_t *)ddi_get_soft_state(cpqary3_state, instance); in cpqary3_ioctl()
616 cpqary3_cleanup(cpqary3_t *cpqary3p, uint32_t status) in cpqary3_cleanup()
753 cpqary3_update_ctlrdetails(cpqary3_t *cpqary3p, uint32_t *cleanstatus) in cpqary3_update_ctlrdetails()