Home
last modified time | relevance | path

Searched refs:CommandList_t (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_scsi.c78 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 Dcpqary3_ioctl.c32 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 Dcpqary3_mem.c76 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 Dcpqary3_q_mem.h73 CommandList_t *cmdlist_memaddr;
H A Dcpqary3_noe.c113 CommandList_t *cmdlist; in cpqary3_send_NOE_command()
226 CommandList_t *cmdlist; in cpqary3_disable_NOE_command()
H A Dcpqary3.h144 #define MEM2CMD(m) ((CommandList_t *)m->cmdlist_memaddr)
480 uint8_t cpqary3_send_abortcmd(cpqary3_t *, uint16_t, CommandList_t *);
H A Dcpqary3_ciss.h206 } CommandList_t; typedef
H A Dcpqary3_transport.c810 (CommandList_t *)NULL)); in cpqary3_abort()
1198 CommandList_t *cmdlistp; in cpqary3_oscmd_complete()
H A Dcpqary3_util.c594 CommandList_t *cmdlistp; in cpqary3_detect_target_geometry()
H A Dcpqary3_talk2ctlr.c819 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 Dsmrt_ciss.h291 } CommandList_t; typedef
H A Dsmrt.h594 CommandList_t *smcm_va_cmd;
/titanic_50/usr/src/uts/common/io/scsi/adapters/smrt/
H A Dsmrt_commands.c172 contig_size += P2ROUNDUP_TYPED(sizeof (CommandList_t), 32, size_t); in smrt_command_alloc_impl()