Home
last modified time | relevance | path

Searched refs:softs (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c78 #define AAC_DEV(softs, t) (((t) < AAC_MAX_LD) ? \ argument
79 &(softs)->containers[(t)].dev : \
80 ((t) < AAC_MAX_DEV(softs)) ? \
81 &(softs)->nondasds[AAC_PD(t)].dev : NULL)
82 #define AAC_DEVCFG_BEGIN(softs, tgt) \ argument
83 aac_devcfg((softs), (tgt), 1)
84 #define AAC_DEVCFG_END(softs, tgt) \ argument
85 aac_devcfg((softs), (tgt), 0)
137 #define AAC_MIR_SIZE(softs, acc, mir) \ argument
138 (((softs)->flags & AAC_FLAGS_LBA_64BIT) ? \
[all …]
H A Daac_ioctl.c97 aac_do_ioctl(struct aac_softstate *softs, dev_t dev, int cmd, intptr_t arg, in aac_do_ioctl() argument
104 AACDB_PRINT_IOCTL(softs, "FSACTL_MINIPORT_REV_CHECK"); in aac_do_ioctl()
105 status = aac_check_revision(softs, arg, mode); in aac_do_ioctl()
108 AACDB_PRINT_IOCTL(softs, "FSACTL_SEND_LARGE_FIB"); in aac_do_ioctl()
111 AACDB_PRINT_IOCTL(softs, "FSACTL_SEND_LARGE_FIB"); in aac_do_ioctl()
113 status = aac_ioctl_send_fib(softs, arg, mode); in aac_do_ioctl()
116 AACDB_PRINT_IOCTL(softs, "FSACTL_OPEN_GET_ADAPTER_FIB"); in aac_do_ioctl()
117 status = aac_open_getadapter_fib(softs, arg, mode); in aac_do_ioctl()
120 AACDB_PRINT_IOCTL(softs, "FSACTL_GET_NEXT_ADAPTER_FIB"); in aac_do_ioctl()
121 status = aac_next_getadapter_fib(softs, arg, mode); in aac_do_ioctl()
[all …]
H A Daac.h168 #define AAC_P2VTGT(softs, bus, tgt) \ argument
169 ((softs)->tgt_max * (bus) + (tgt) + AAC_MAX_LD)
/titanic_50/usr/src/uts/intel/io/amr/
H A Damr.c117 static void amr_done(struct amr_softs *softs);
124 static int amr_setup_mbox(struct amr_softs *softs);
125 static int amr_setup_sg(struct amr_softs *softs);
130 static int amr_query_controller(struct amr_softs *softs);
131 static void *amr_enquiry(struct amr_softs *softs, size_t bufsize,
133 static int amr_flush(struct amr_softs *softs);
138 static void amr_rw_command(struct amr_softs *softs,
309 struct amr_softs *softs; in amr_attach() local
333 softs = ddi_get_soft_state(amr_softstatep, instance); in amr_attach()
334 softs->state |= AMR_STATE_SOFT_STATE_SETUP; in amr_attach()
[all …]
/titanic_50/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h554 uint8_t softs; /* The software state was allocated. */ member
H A Dmr_sas.c509 instance->unroll.softs = 1; in mrsas_attach()