Searched refs:T1394_NO_IRM_ALLOC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h293 T1394_NO_IRM_ALLOC = (1 << 0) enumerator in enum:__anon6982
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c84 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) &&
127 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) &&
230 if (!(cec_curr->cec_options & T1394_NO_IRM_ALLOC) &&
H A Dt1394.c1907 /* Test conditions specific to T1394_NO_IRM_ALLOC */
1909 if (props->cec_options & T1394_NO_IRM_ALLOC) {
1910 /* If T1394_NO_IRM_ALLOC, then only one bit should be set */
1920 /* If T1394_NO_IRM_ALLOC, then speeds should be equal */
2444 /* If T1394_NO_IRM_ALLOC is set then don't allocate... do callbacks */
2445 if (cec_curr->cec_options & T1394_NO_IRM_ALLOC) {
2982 /* If T1394_NO_IRM_ALLOC is set then don't free... do callbacks */
2983 if (cec_curr->cec_options & T1394_NO_IRM_ALLOC) {

Completed in 548 milliseconds