Home
last modified time | relevance | path

Searched refs:cpqary3_submit (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_noe.c202 rv = cpqary3_submit(ctlr, memp->cmdlist_phyaddr); in cpqary3_send_NOE_command()
263 rv = cpqary3_submit(ctlr, memp->cmdlist_phyaddr); in cpqary3_disable_NOE_command()
H A Dcpqary3.h470 int32_t cpqary3_submit(cpqary3_t *, uint32_t);
H A Dcpqary3_transport.c639 if (EIO == cpqary3_submit(ctlr, memp->cmdlist_phyaddr)) { in cpqary3_transport()
1053 if (EIO == cpqary3_submit(ctlr, memp->cmdlist_phyaddr)) { in cpqary3_handle_flag_nointr()
H A Dcpqary3_util.c520 if (EIO == cpqary3_submit(cpqary3p, memp->cmdlist_phyaddr)) { in cpqary3_synccmd_send()
H A Dcpqary3_talk2ctlr.c288 cpqary3_submit(cpqary3_t *cpqary3p, uint32_t cmd_phyaddr) in cpqary3_submit() function