Searched refs:targetinfo (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam.c | 282 &(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...] |
H A D | dcam_frame.c | 196 softc_p->sii.si_speed = softc_p->targetinfo.current_max_speed; 373 data |= (softc_p->targetinfo.current_max_speed << 24);
|
/illumos-gate/usr/src/uts/common/sys/1394/targets/dcam1394/ |
H A D | dcam.h | 104 t1394_targetinfo_t targetinfo; member in struct:dcam_state_s
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | t1394.c | 3699 * 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
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 733 uint_t flags, t1394_targetinfo_t *targetinfo);
|
Completed in 85 milliseconds