Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c1771 t1394_join_isochinfo_t *join_isoch_info) in t1394_join_isoch_cec() argument
1809 check_mask = join_isoch_info->req_channel_mask & in t1394_join_isoch_cec()
1824 } else if (join_isoch_info->req_max_speed < in t1394_join_isoch_cec()
1826 curr_max_speed = join_isoch_info->req_max_speed; in t1394_join_isoch_cec()
1832 if ((join_isoch_info->jii_options & T1394_TALKER) && in t1394_join_isoch_cec()
1842 ((join_isoch_info->isoch_cec_evts.setup_target == NULL) || in t1394_join_isoch_cec()
1843 (join_isoch_info->isoch_cec_evts.start_target == NULL) || in t1394_join_isoch_cec()
1844 (join_isoch_info->isoch_cec_evts.stop_target == NULL) || in t1394_join_isoch_cec()
1853 member_new->isoch_cec_evts = join_isoch_info->isoch_cec_evts; in t1394_join_isoch_cec()
1855 member_new->cec_mem_options = join_isoch_info->jii_options; in t1394_join_isoch_cec()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dt1394.h618 t1394_join_isochinfo_t *join_isoch_info);