Symbol: amr_softs
usr/src/uts/intel/io/amr/amr.c
1080
amr_setup_sg(struct amr_softs *softs)
usr/src/uts/intel/io/amr/amr.c
117
static void amr_done(struct amr_softs *softs);
usr/src/uts/intel/io/amr/amr.c
1214
struct amr_softs *softs = ac->ac_softs;
usr/src/uts/intel/io/amr/amr.c
124
static int amr_setup_mbox(struct amr_softs *softs);
usr/src/uts/intel/io/amr/amr.c
125
static int amr_setup_sg(struct amr_softs *softs);
usr/src/uts/intel/io/amr/amr.c
130
static int amr_query_controller(struct amr_softs *softs);
usr/src/uts/intel/io/amr/amr.c
131
static void *amr_enquiry(struct amr_softs *softs, size_t bufsize,
usr/src/uts/intel/io/amr/amr.c
133
static int amr_flush(struct amr_softs *softs);
usr/src/uts/intel/io/amr/amr.c
138
static void amr_rw_command(struct amr_softs *softs,
usr/src/uts/intel/io/amr/amr.c
1440
amr_setup_tran(dev_info_t *dip, struct amr_softs *softp)
usr/src/uts/intel/io/amr/amr.c
1479
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
1483
softs = (struct amr_softs *)
usr/src/uts/intel/io/amr/amr.c
1496
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
1506
softs = (struct amr_softs *)(ap->a_hba_tran->tran_hba_private);
usr/src/uts/intel/io/amr/amr.c
163
static int amr_setup_tran(dev_info_t *dip, struct amr_softs *softp);
usr/src/uts/intel/io/amr/amr.c
1713
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
1717
softs = (struct amr_softs *)(ap->a_hba_tran->tran_hba_private);
usr/src/uts/intel/io/amr/amr.c
1783
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
1791
softs = ((struct amr_softs *)(ap->a_hba_tran)->tran_hba_private);
usr/src/uts/intel/io/amr/amr.c
1846
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
1850
softs = (struct amr_softs *)(ap->a_hba_tran->tran_hba_private);
usr/src/uts/intel/io/amr/amr.c
1985
amr_rw_command(struct amr_softs *softs, struct scsi_pkt *pkt, int target)
usr/src/uts/intel/io/amr/amr.c
2081
struct amr_softs *softs = (struct amr_softs *)softp;
usr/src/uts/intel/io/amr/amr.c
2179
amr_done(struct amr_softs *softs)
usr/src/uts/intel/io/amr/amr.c
251
static struct amr_softs *amr_softstatep;
usr/src/uts/intel/io/amr/amr.c
260
sizeof (struct amr_softs), 0);
usr/src/uts/intel/io/amr/amr.c
309
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
505
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
576
struct amr_softs *softs;
usr/src/uts/intel/io/amr/amr.c
607
struct amr_softs *softs = (struct amr_softs *)arg;
usr/src/uts/intel/io/amr/amr.c
629
amr_setup_mbox(struct amr_softs *softs)
usr/src/uts/intel/io/amr/amr.c
714
struct amr_softs *softs = (struct amr_softs *)data;
usr/src/uts/intel/io/amr/amr.c
782
amr_query_controller(struct amr_softs *softs)
usr/src/uts/intel/io/amr/amr.c
926
amr_enquiry(struct amr_softs *softs, size_t bufsize, uint8_t cmd,
usr/src/uts/intel/io/amr/amr.c
967
amr_flush(struct amr_softs *softs)
usr/src/uts/intel/io/amr/amr.c
996
struct amr_softs *softs = ac->ac_softs;
usr/src/uts/intel/io/amr/amrvar.h
127
struct amr_softs *ac_softs;