Searched refs:agSASIdentify (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampicmd.c | 759 agsaSASIdentify_t *agSASIdentify, in mpiPhyStartCmd() argument 778 pValue = (bit32 *)agSASIdentify; in mpiPhyStartCmd() 807 SA_ASSERT(((agSASIdentify->sasAddressHi[0] || agSASIdentify->sasAddressHi[1] || in mpiPhyStartCmd() 808 agSASIdentify->sasAddressHi[2] || agSASIdentify->sasAddressHi[3] || in mpiPhyStartCmd() 809 agSASIdentify->sasAddressLo[0] || agSASIdentify->sasAddressLo[1] || in mpiPhyStartCmd() 810 agSASIdentify->sasAddressLo[2] || agSASIdentify->sasAddressLo[3])), "SAS Address Zero"); in mpiPhyStartCmd() 813 … agSASIdentify->sasAddressHi[0],agSASIdentify->sasAddressHi[1], in mpiPhyStartCmd() 814 … agSASIdentify->sasAddressHi[2],agSASIdentify->sasAddressHi[3], in mpiPhyStartCmd() 815 … agSASIdentify->sasAddressLo[0],agSASIdentify->sasAddressLo[1], in mpiPhyStartCmd() 816 … agSASIdentify->sasAddressLo[2],agSASIdentify->sasAddressLo[3])); in mpiPhyStartCmd()
|
H A D | saphy.c | 65 agsaSASIdentify_t *agSASIdentify in saPhyStart() argument 77 SA_ASSERT((agNULL != agSASIdentify), ""); in saPhyStart() 81 SA_IDFRM_GET_SAS_ADDRESSHI(agSASIdentify), in saPhyStart() 82 SA_IDFRM_GET_SAS_ADDRESSLO(agSASIdentify))); in saPhyStart() 137 ret = mpiPhyStartCmd(agRoot, pRequest->HTag, phyId, agPhyConfig, agSASIdentify, queueNum); in saPhyStart()
|
H A D | saproto.h | 262 agsaSASIdentify_t *agSASIdentify, 627 agsaSASIdentify_t *agSASIdentify,
|
H A D | saint.c | 2071 agsaSASIdentify_t *agSASIdentify, in siEventPhyUpRcvd() argument 2086 remoteIdentify = *agSASIdentify; in siEventPhyUpRcvd()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 124 agsaSASIdentify_t *agSASIdentify
|