Lines Matching defs:Resp

182   smpRespDiscover_t         *Resp;
222 Resp = (smpRespDiscover_t *)&(SMPResp->RespData);
223 osti_memset(Resp, 0, sizeof(smpRespDiscover_t));
227 Resp->phyIdentifier = 0;
228 Resp->attachedDeviceType = SAS_EDGE_EXPANDER_DEVICE;
229 Resp->negotiatedPhyLinkRate = 0x9; /* enabled, 1.5G */
230 Resp->attached_Ssp_Stp_Smp_Sata_Initiator = 0;
231 Resp->attached_SataPS_Ssp_Stp_Smp_Sata_Target = 0x2; /* SMP target */
232 Resp->sasAddressHi[3] = 0x01;
233 Resp->sasAddressHi[2] = 0x02;
234 Resp->sasAddressHi[1] = 0x03;
235 Resp->sasAddressHi[0] = 0x04;
236 Resp->sasAddressLo[3] = 0x05;
237 Resp->sasAddressLo[2] = 0x06;
238 Resp->sasAddressLo[1] = 0x07;
239 Resp->sasAddressLo[0] = 0x08;
241 Resp->attachedSasAddressHi[3] = 0x01;
242 Resp->attachedSasAddressHi[2] = 0x01;
243 Resp->attachedSasAddressHi[1] = 0x01;
244 Resp->attachedSasAddressHi[0] = 0x01;
245 Resp->attachedSasAddressLo[3] = 0x02;
246 Resp->attachedSasAddressLo[2] = 0x02;
247 Resp->attachedSasAddressLo[1] = 0x02;
248 Resp->attachedSasAddressLo[0] = 0x02;
250 Resp->attachedPhyIdentifier = 0;
251 Resp->programmedAndHardware_MinPhyLinkRate = 0x8; /* not programmable and 1.5 G */
252 Resp->programmedAndHardware_MaxPhyLinkRate = 0x8; /* not programmable and 1.5 G */
253 Resp->phyChangeCount = 0; /* No broadcast(Change) received */
254 Resp->virtualPhy_partialPathwayTimeout = 0x7; /* no virutal phy and see spec 10.4.3.5, p 404 rev 7 */
255 Resp->routingAttribute = 0;
256 osti_memset(&Resp->reserved13, 0, 5);
257 osti_memset(&Resp->vendorSpecific, 0, 2);
293 smpRespReportGeneral_t *Resp;
332 Resp = (smpRespReportGeneral_t *)&(SMPResp->RespData);
333 osti_memset(Resp, 0, sizeof(smpRespReportGeneral_t));
335 Resp->expanderChangeCount16[0] = 1;
336 Resp->expanderRouteIndexes16[0] = 2;
337 Resp->numOfPhys = 0x5; /* 0x1; */
338 Resp->configuring_configurable = 0;
339 tdhexdump("smp general response", (bit8 *)Resp, sizeof(smpRespReportGeneral_t));