Home
last modified time | relevance | path

Searched defs:softs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c80 #define AAC_DEV(softs, t) (((t) < AAC_MAX_LD) ? \ argument
84 #define AAC_DEVCFG_BEGIN(softs, tgt) \ argument
86 #define AAC_DEVCFG_END(softs, tgt) \ argument
139 #define AAC_MIR_SIZE(softs, acc, mir) \ argument
153 #define PCI_MEM_GET32(softs, off) \ argument
156 #define PCI_MEM_PUT32(softs, off, val) \ argument
160 #define PCI_MEM_GET16(softs, off) \ argument
163 #define PCI_MEM_PUT16(softs, off, val) \ argument
167 #define PCI_MEM_REP_PUT8(softs, off, valp, count) \ argument
172 #define PCI_MEM_REP_GET8(softs, off, valp, count) \ argument
[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()
159 aac_check_revision(struct aac_softstate *softs, intptr_t arg, int mode) in aac_check_revision()
188 aac_send_fib(struct aac_softstate *softs, struct aac_cmd *acp) in aac_send_fib()
217 aac_ioctl_send_fib(struct aac_softstate *softs, intptr_t arg, int mode) in aac_ioctl_send_fib()
309 aac_open_getadapter_fib(struct aac_softstate *softs, intptr_t arg, int mode) in aac_open_getadapter_fib()
357 aac_next_getadapter_fib(struct aac_softstate *softs, intptr_t arg, int mode) in aac_next_getadapter_fib()
401 aac_close_getadapter_fib(struct aac_softstate *softs, intptr_t arg) in aac_close_getadapter_fib()
434 aac_send_raw_srb(struct aac_softstate *softs, dev_t dev, intptr_t arg, int mode) in aac_send_raw_srb()
639 aac_get_pci_info(struct aac_softstate *softs, intptr_t arg, int mode) in aac_get_pci_info()
668 aac_query_disk(struct aac_softstate *softs, intptr_t arg, int mode) in aac_query_disk()
[all …]
H A Daac.h168 #define AAC_P2VTGT(softs, bus, tgt) \ argument
/illumos-gate/usr/src/uts/intel/io/amr/
H A Damr.c309 struct amr_softs *softs; in amr_attach() local
505 struct amr_softs *softs; in amr_detach() local
576 struct amr_softs *softs; in amr_info() local
607 struct amr_softs *softs = (struct amr_softs *)arg; in amr_intr() local
629 amr_setup_mbox(struct amr_softs *softs) in amr_setup_mbox()
714 struct amr_softs *softs = (struct amr_softs *)data; in amr_periodic() local
782 amr_query_controller(struct amr_softs *softs) in amr_query_controller()
926 amr_enquiry(struct amr_softs *softs, size_t bufsize, uint8_t cmd, in amr_enquiry()
967 amr_flush(struct amr_softs *softs) in amr_flush()
996 struct amr_softs *softs = ac->ac_softs; in amr_poll_command() local
[all …]
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h557 uint8_t softs; /* The software state was allocated. */ member