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

/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c282 &(softc_p->targetinfo)) != DDI_SUCCESS) {
1122 t1394_targetinfo_t targetinfo; local
1141 localinfo->bus_generation, 0, &targetinfo) != DDI_SUCCESS)
1144 if (localinfo->local_nodeID == softc_p->targetinfo.target_nodeID) {
1153 if (targetinfo.target_nodeID != T1394_INVALID_NODEID) {
1154 softc_p->targetinfo.current_max_payload =
1155 targetinfo.current_max_payload;
1157 softc_p->targetinfo.current_max_speed =
1158 targetinfo.current_max_speed;
1160 softc_p->targetinfo
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h104 t1394_targetinfo_t targetinfo; member in struct:dcam_state_s
/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c3699 * Output(s): targetinfo Structure containing max_payload,
3709 uint_t flags, t1394_targetinfo_t *targetinfo)
3749 targetinfo->target_nodeID = T1394_INVALID_NODEID;
3753 targetinfo->target_nodeID =
3760 targetinfo->current_max_speed = (uint_t)s1394_speed_map_get(
3765 targetinfo->current_max_payload = curr;
3769 tnf_uint, payload, targetinfo->current_max_payload,
3770 tnf_uint, speed, targetinfo->current_max_speed,
3771 tnf_uint, nodeid, targetinfo->target_nodeID);
3708 t1394_get_targetinfo(t1394_handle_t t1394_hdl, uint_t bus_generation, uint_t flags, t1394_targetinfo_t *targetinfo) argument

Completed in 61 milliseconds