Home
last modified time | relevance | path

Searched refs:targetinfo (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c282 &(softc_p->targetinfo)) != DDI_SUCCESS) { in dcam_attach()
1122 t1394_targetinfo_t targetinfo; in dcam_bus_reset_notify() local
1141 localinfo->bus_generation, 0, &targetinfo) != DDI_SUCCESS) in dcam_bus_reset_notify()
1144 if (localinfo->local_nodeID == softc_p->targetinfo.target_nodeID) { in dcam_bus_reset_notify()
1153 if (targetinfo.target_nodeID != T1394_INVALID_NODEID) { in dcam_bus_reset_notify()
1154 softc_p->targetinfo.current_max_payload = in dcam_bus_reset_notify()
1155 targetinfo.current_max_payload; in dcam_bus_reset_notify()
1157 softc_p->targetinfo.current_max_speed = in dcam_bus_reset_notify()
1158 targetinfo.current_max_speed; in dcam_bus_reset_notify()
1160 softc_p->targetinfo.target_nodeID = in dcam_bus_reset_notify()
[all …]
H A Ddcam_frame.c196 softc_p->sii.si_speed = softc_p->targetinfo.current_max_speed; in dcam_frame_rcv_init()
373 data |= (softc_p->targetinfo.current_max_speed << 24); in dcam_frame_rcv_init()
/titanic_50/usr/src/uts/common/sys/1394/targets/dcam1394/
H A Ddcam.h104 t1394_targetinfo_t targetinfo; member
/titanic_50/usr/src/uts/common/io/1394/
H A Dt1394.c3709 uint_t flags, t1394_targetinfo_t *targetinfo) in t1394_get_targetinfo() argument
3749 targetinfo->target_nodeID = T1394_INVALID_NODEID; in t1394_get_targetinfo()
3753 targetinfo->target_nodeID = in t1394_get_targetinfo()
3760 targetinfo->current_max_speed = (uint_t)s1394_speed_map_get( in t1394_get_targetinfo()
3765 targetinfo->current_max_payload = curr; in t1394_get_targetinfo()
3769 tnf_uint, payload, targetinfo->current_max_payload, in t1394_get_targetinfo()
3770 tnf_uint, speed, targetinfo->current_max_speed, in t1394_get_targetinfo()
3771 tnf_uint, nodeid, targetinfo->target_nodeID); in t1394_get_targetinfo()
/titanic_50/usr/src/uts/common/sys/1394/
H A Dt1394.h733 uint_t flags, t1394_targetinfo_t *targetinfo);