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

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c2074 * join_isoch_info This structure provides infomation
2084 * given in the join_isoch_info structure, if the target may
2093 t1394_join_isochinfo_t *join_isoch_info)
2139 check_mask = join_isoch_info->req_channel_mask &
2154 if (join_isoch_info->req_max_speed < cec_curr->filter_min_speed) {
2164 } else if (join_isoch_info->req_max_speed <
2166 curr_max_speed = join_isoch_info->req_max_speed;
2172 if ((join_isoch_info->jii_options & T1394_TALKER) &&
2187 ((join_isoch_info->isoch_cec_evts.setup_target == NULL) ||
2188 (join_isoch_info
2091 t1394_join_isoch_cec(t1394_handle_t t1394_hdl, t1394_isoch_cec_handle_t t1394_isoch_cec_hdl, uint_t flags, t1394_join_isochinfo_t *join_isoch_info) argument
[all...]

Completed in 61 milliseconds