Searched refs:cec_bandwidth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h309 uint_t cec_bandwidth; /* max bytes per cycle */ member in struct:t1394_isoch_cec_props_s
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1932 if ((props->cec_bandwidth <= IEEE1394_BANDWIDTH_MIN) ||
1933 (props->cec_bandwidth > IEEE1394_BANDWIDTH_MAX)) {
1963 cec_new->bandwidth = props->cec_bandwidth;

Completed in 317 milliseconds