Home
last modified time | relevance | path

Searched refs:filter_max_speed (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1430 cec_new->filter_max_speed = sii->si_speed; in t1394_alloc_isoch_single()
1431 cec_new->filter_current_speed = cec_new->filter_max_speed; in t1394_alloc_isoch_single()
1655 cec_new->filter_max_speed = props->cec_max_speed; in t1394_alloc_isoch_cec()
1656 cec_new->filter_current_speed = cec_new->filter_max_speed; in t1394_alloc_isoch_cec()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h794 uint_t filter_max_speed; member