Searched defs:arq_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_async.c247 arq.arq_type = av1394_async_db2arq_type(dbtype);
306 switch (arq.arq_type) {
489 int arq_type; local
493 arq_type = IEC61883_ARQ_FCP_RESP;
496 arq_type = IEC61883_ARQ_FCP_CMD;
499 arq_type = IEC61883_ARQ_BUS_RESET;
504 return (arq_type);
/illumos-gate/usr/src/uts/common/sys/av/
H A Diec61883.h52 int arq_type; /* type */ member in struct:iec61883_arq
61 /* ARQ types (arq_type) */

Completed in 55 milliseconds