Searched refs:smpDiscoverListReq (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1083 smpReqDiscoverList2_t smpDiscoverListReq; local
1092 osti_memset(&smpDiscoverListReq, 0, sizeof(smpReqDiscoverList2_t));
1094 smpDiscoverListReq.reserved1 = 0;
1095 smpDiscoverListReq.StartingPhyID = 0;
1096 smpDiscoverListReq.MaxNumDiscoverDesc = 40; /* 40 for SHORT FORMAT; 8 for Long Format; SAS2 p630 */
1097 smpDiscoverListReq.byte10 = 0x2; /* phy filter; all but "no device attached" */
1098 smpDiscoverListReq.byte11 = 0x1; /* descriptor type; SHORT FORMAT */
1106 (bit8 *)&smpDiscoverListReq,

Completed in 104 milliseconds