Searched refs:dcd_transport (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/dada/
H A Ddada_pkt.h87 /* up return from dcd_transport(9F) */
158 * Definitions for what dcd_transport returns
171 #define ata_pkt_transport dcd_transport
174 extern int dcd_transport(struct dcd_pkt *);
176 extern int dcd_transport();
/illumos-gate/usr/src/uts/sun/io/dada/impl/
H A Ddcd_transport.c66 dcd_transport(struct dcd_pkt *pkt) function
H A Ddcd_subr.c98 if (dcd_transport(pkt) != TRAN_ACCEPT) {
/illumos-gate/usr/src/uts/sun/io/dada/conf/
H A Ddcd_confsubr.c250 if (dcd_transport(pkt) != TRAN_ACCEPT) {
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c2042 * if not, there is no real harm done, dcd_transport() will
2073 * increment ncmds before calling dcd_transport because dcdintr
2074 * may be called before we return from dcd_transport!
2152 if ((status = dcd_transport((struct dcd_pkt *)BP_PKT(bp)))
2487 * here because dcd_transport has called us explictly after
2489 * have a recursive call into dcd_transport again.
2552 if ((status = dcd_transport(BP_PKT(bp))) != TRAN_ACCEPT) {
3790 if ((status = dcd_transport(pkt)) != TRAN_ACCEPT) {
4368 if ((rval = dcd_transport(pkt)) == TRAN_ACCEPT) {
4453 if (dcd_transport(pk
[all...]

Completed in 134 milliseconds