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.c84 #define AAC_DEVCFG_BEGIN(softs, tgt) \ argument
86 #define AAC_DEVCFG_END(softs, tgt) \ argument
153 #define PCI_MEM_GET32(softs, off) \ argument
160 #define PCI_MEM_GET16(softs, off) \ argument
189 #define AAC_ENABLE_INTR(softs) { \ argument
197 #define AAC_DISABLE_INTR(softs) { \ argument
206 #define AAC_FWSTATUS_GET(softs) \ argument
208 #define AAC_MAILBOX_GET(softs, mb) \ argument
6854 struct aac_softstate *softs; in aac_open() local
6909 struct aac_softstate *softs; in aac_ioctl() local
[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()
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()
705 aac_delete_disk(struct aac_softstate *softs, intptr_t arg, int mode) in aac_delete_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
967 amr_flush(struct amr_softs *softs) in amr_flush()
1080 amr_setup_sg(struct amr_softs *softs) in amr_setup_sg()
1479 struct amr_softs *softs; in amr_tran_tgt_init() local
1496 struct amr_softs *softs; in amr_tran_start() local
1713 struct amr_softs *softs; in amr_tran_reset() local
1783 struct amr_softs *softs; in amr_tran_getcap() local
1846 struct amr_softs *softs; in amr_tran_init_pkt() 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