Searched refs:CommandList_t (Results 1 – 13 of 13) sorted by relevance
/titanic_50/usr/src/uts/common/io/cpqary3/ |
H A D | cpqary3_scsi.c | 78 CommandList_t *cmdlistp; in cpqary3_build_cmdlist() 111 DTRACE_PROBE1(build_cmdlist_tape, CommandList_t *, cmdlistp); in cpqary3_build_cmdlist() 125 CommandList_t *, cmdlistp); in cpqary3_build_cmdlist() 181 CommandList_t *cmdlist2abortp) in cpqary3_send_abortcmd() 183 CommandList_t *cmdlistp; in cpqary3_send_abortcmd() 289 CommandList_t *cmdlistp; in cpqary3_flush_cache() 361 CommandList_t *cmdlistp; in cpqary3_probe4LVs() 401 DTRACE_PROBE2(rll_cmd_send, CommandList_t *, cmdlistp, in cpqary3_probe4LVs() 601 CommandList_t *cmdlistp; in cpqary3_probe4Tapes() 646 CommandList_t *, cmdlistp, cpqary3_cmdpvt_t *, cpqary3_cmdpvtp); in cpqary3_probe4Tapes()
|
H A D | cpqary3_ioctl.c | 32 static void cpqary3_ioctl_fil_bmic(CommandList_t *, cpqary3_bmic_pass_t *); 33 static void cpqary3_ioctl_fil_bmic_sas(CommandList_t *, cpqary3_bmic_pass_t *); 36 static void cpqary3_ioctl_fil_scsi(CommandList_t *, cpqary3_scsi_pass_t *); 324 CommandList_t *cmdlist = NULL; in cpqary3_ioctl_send_bmiccmd() 433 cpqary3_ioctl_fil_bmic(CommandList_t *cmdlist, in cpqary3_ioctl_fil_bmic() 593 CommandList_t *cmdlist = NULL; in cpqary3_ioctl_send_scsicmd() 723 cpqary3_ioctl_fil_scsi(CommandList_t *cmdlist, in cpqary3_ioctl_fil_scsi() 774 cpqary3_ioctl_fil_bmic_sas(CommandList_t *cmdlist, in cpqary3_ioctl_fil_bmic_sas()
|
H A D | cpqary3_mem.c | 76 CommandList_t *cmdlist_memaddr; in cpqary3_meminit() 140 ptr->cmdlist_memaddr = (CommandList_t *)NULL; in cpqary3_meminit() 165 size_of_cmdlist = sizeof (CommandList_t); in cpqary3_meminit() 283 cmdlist_memaddr = (CommandList_t *)mempool_addr; in cpqary3_meminit() 292 cmdlist_memaddr = (CommandList_t *) in cpqary3_meminit() 354 bzero(memp->cmdlist_memaddr, sizeof (CommandList_t)); in cpqary3_cmdlist_occupy()
|
H A D | cpqary3_q_mem.h | 73 CommandList_t *cmdlist_memaddr;
|
H A D | cpqary3_noe.c | 113 CommandList_t *cmdlist; in cpqary3_send_NOE_command() 226 CommandList_t *cmdlist; in cpqary3_disable_NOE_command()
|
H A D | cpqary3.h | 144 #define MEM2CMD(m) ((CommandList_t *)m->cmdlist_memaddr) 480 uint8_t cpqary3_send_abortcmd(cpqary3_t *, uint16_t, CommandList_t *);
|
H A D | cpqary3_ciss.h | 206 } CommandList_t; typedef
|
H A D | cpqary3_transport.c | 810 (CommandList_t *)NULL)); in cpqary3_abort() 1198 CommandList_t *cmdlistp; in cpqary3_oscmd_complete()
|
H A D | cpqary3_util.c | 594 CommandList_t *cmdlistp; in cpqary3_detect_target_geometry()
|
H A D | cpqary3_talk2ctlr.c | 819 size_of_cmdlist = ((sizeof (CommandList_t) + 31) / 32) * 32; in cpqary3_init_ctlr()
|
/titanic_50/usr/src/uts/common/sys/scsi/adapters/smrt/ |
H A D | smrt_ciss.h | 291 } CommandList_t; typedef
|
H A D | smrt.h | 594 CommandList_t *smcm_va_cmd;
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_commands.c | 172 contig_size += P2ROUNDUP_TYPED(sizeof (CommandList_t), 32, size_t); in smrt_command_alloc_impl()
|