Searched refs:bist (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saport.c | 1280 agsaEncryptBist_t bist; in saEncryptSelftestExecute() local 1282 si_memset(&bist, 0, (sizeof(agsaEncryptBist_t))); in saEncryptSelftestExecute() 1285 bist.r_subop = (type & 0xFF); in saEncryptSelftestExecute() 1287 si_memcpy(&bist.testDiscption,TestDescriptor,length ); in saEncryptSelftestExecute() 1290 ret = mpiEncryptBistCmd( agRoot, queueNum, agContext, &bist ); in saEncryptSelftestExecute()
|
H A D | sampicmd.c | 2548 agsaEncryptBist_t *bist ) in mpiEncryptBistCmd() argument 2581 bist->tag = pRequest->HTag; in mpiEncryptBistCmd() 2585 bist->tag, in mpiEncryptBistCmd() 2586 bist->r_subop, in mpiEncryptBistCmd() 2587 bist->testDiscption[0], in mpiEncryptBistCmd() 2588 bist->testDiscption[1], in mpiEncryptBistCmd() 2589 bist->testDiscption[2], in mpiEncryptBistCmd() 2590 bist->testDiscption[3], in mpiEncryptBistCmd() 2591 bist->testDiscption[4] )); in mpiEncryptBistCmd() 2592 …ret = mpiBuildCmd(agRoot, (bit32 *)bist , MPI_CATEGORY_SAS_SATA, OPC_INB_ENC_TEST_EXECUTE, IOMB_SI… in mpiEncryptBistCmd()
|
H A D | saproto.h | 831 agsaEncryptBist_t *bist );
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.h | 3005 u_int8_t bist; member
|