Searched refs:modePage (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | saport.c | 1153 bit32 modePage, in saSetControllerConfig() argument 1169 …SA_DBG2(("saSetControllerConfig: queueNum %d modePage 0x%x length %d\n",queueNum,modePage,length )… in saSetControllerConfig() 1172 …if (((modePage == AGSA_INTERRUPT_CONFIGURATION_PAGE) && (length != sizeof(agsaInterruptConfigPag… in saSetControllerConfig() 1173 …((modePage == AGSA_ENCRYPTION_DEK_CONFIG_PAGE) && (length != sizeof(agsaEncryptDekConfigPage_t)… in saSetControllerConfig() 1174 …((modePage == AGSA_ENCRYPTION_CONTROL_PARM_PAGE) && (length != sizeof(agsaEncryptControlParamPage… in saSetControllerConfig() 1175 …((modePage == AGSA_ENCRYPTION_HMAC_CONFIG_PAGE) && (length != sizeof(agsaEncryptHMACConfigPage_t… in saSetControllerConfig() 1176 …((modePage == AGSA_SAS_PROTOCOL_TIMER_CONFIG_PAGE) && (length != sizeof(agsaSASProtocolTimerConfig… in saSetControllerConfig() 1178 …ntrollerConfig: AGSA_RC_FAILURE queueNum %d modePage 0x%x length %d\n",queueNum,modePage,length )); in saSetControllerConfig() 1181 else if(modePage == AGSA_ENCRYPTION_GENERAL_CONFIG_PAGE) in saSetControllerConfig() 1207 …nfig: AGSA_RC_FAILURE (sending) queueNum %d modePage 0x%x length %d\n",queueNum,modePage,length )); in saSetControllerConfig() [all …]
|
H A D | sampirsp.c | 6997 agMode.modePage = (void *) &pIomb->configPage[0]; in mpiGetControllerConfigRsp()
|
/freebsd/sys/dev/pms/RefTisa/tisa/api/ |
H A D | tiapi.h | 162 bit32 modePage, 170 bit32 modePage,
|
H A D | titypes.h | 342 void *modePage; member
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | saapi.h | 591 bit32 modePage, 601 bit32 modePage,
|
H A D | sa.h | 3320 void *modePage; member
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdport.c | 5243 bit32 modePage, in tiCOMSetControllerConfig() argument 5268 …if ( ((modePage == TI_INTERRUPT_CONFIGURATION_PAGE) && (length != sizeof(tiInterruptConfigPage_t… in tiCOMSetControllerConfig() 5269 …((modePage == TI_ENCRYPTION_GENERAL_CONFIG_PAGE) && (length != sizeof(tiEncryptGeneralPage_t ))) … in tiCOMSetControllerConfig() 5270 …((modePage == TI_ENCRYPTION_DEK_CONFIG_PAGE) && (length != sizeof(tiEncryptDekConfigPage_t))) … in tiCOMSetControllerConfig() 5271 …((modePage == TI_ENCRYPTION_CONTROL_PARM_PAGE) && (length != sizeof(tiEncryptControlParamPage_t )… in tiCOMSetControllerConfig() 5272 …((modePage == TI_ENCRYPTION_HMAC_CONFIG_PAGE) && (length != sizeof(tiEncryptHMACConfigPage_t ))) … in tiCOMSetControllerConfig() 5273 …((modePage == TI_SAS_PROTOCOL_TIMER_CONFIG_PAGE) && (length != sizeof(tiSASProtocolTimerConfigurat… in tiCOMSetControllerConfig() 5279 returnCode = saSetControllerConfig(agRoot, 0, modePage, length, buffer, context); in tiCOMSetControllerConfig() 5318 bit32 modePage, in tiCOMGetControllerConfig() argument 5340 TI_DBG1(("tiCOMGetControllerConfig: modePage 0x%x context %p\n",modePage,context )); in tiCOMGetControllerConfig() [all …]
|
H A D | ossacmnapi.c | 3261 pModePage = (bit32 *) pModeEvent->modePage; in ossaHwCB() 3285 pModeEvent->modePage, in ossaHwCB()
|