Home
last modified time | relevance | path

Searched refs:directlyAttached (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c354 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
375 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
407 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
602 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
638 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
656 if (oneDeviceData->directlyAttached == agTRUE) in tdsmIDCompletedCB()
H A Dtdmisc.c845 if (oneDeviceData->directlyAttached == agTRUE) in tiINITaskManagement()
1075 if (oneDeviceData->directlyAttached == agTRUE && in tiINITaskManagement()
1225 if (oneDeviceData->directlyAttached == agTRUE) in tiINITaskManagement()
2013 if (oneDeviceData->directlyAttached == agTRUE) in tiINITransportRecovery()
2057 if (oneDeviceData->directlyAttached == agTRUE) in tiINITransportRecovery()
2225 if (oneDeviceData->directlyAttached == agTRUE) in tdsaPhyControlSend()
2631 if ( !( DEVICE_IS_SMP_TARGET(oneDeviceData) && oneDeviceData->directlyAttached == agTRUE)) in tdsaDeregisterDevicesInPort()
H A Dtddmcmnapi.c922 if ( !( DEVICE_IS_SMP_TARGET(oneDeviceData) && oneDeviceData->directlyAttached == agTRUE)) in tddmReportDevice()
995 if (oneDeviceData->directlyAttached == agTRUE) in tddmReportDevice()
1126 …alid == agTRUE && oneDeviceData->registered == agTRUE && oneDeviceData->directlyAttached == agTRUE) in tdsaUpdateMCN()
1143 …lid == agTRUE && oneDeviceData->registered == agTRUE && oneDeviceData->directlyAttached == agFALSE) in tdsaUpdateMCN()
H A Dossacmnapi.c2536 (oneDeviceData->directlyAttached == agTRUE) && in ossaHwCB()
4498 if (((tdsaDeviceData_t*)safb->oneDeviceData)->directlyAttached == in ossaFastSSPCompleted()
6125 …B: direct %d STP target %d target_ssp_stp_smp %d\n", oneDeviceData->directlyAttached, DEVICE_IS_ST… in ossaDeviceRegistrationCB()
6145 if (oneDeviceData->directlyAttached == agTRUE) in ossaDeviceRegistrationCB()
6171 if (oneDeviceData->directlyAttached == agTRUE) in ossaDeviceRegistrationCB()
6206 if (oneDeviceData->directlyAttached == agTRUE) in ossaDeviceRegistrationCB()
6405 else if (oneDeviceData->directlyAttached == agTRUE && DEVICE_IS_SATA_DEVICE(oneDeviceData)) in ossaDeviceRegistrationCB()
8733 if (oneDeviceData->directlyAttached == agTRUE) in tdIDStartTimerCB()
8749 if (oneDeviceData->directlyAttached == agTRUE) in tdIDStartTimerCB()
8816 if (oneDeviceData->directlyAttached == agTRUE) in tdIDStart()
[all …]
H A Dtdport.c6606 oneDeviceData->directlyAttached = agTRUE; in tdssAddSASToSharedcontext()
6702 oneDeviceData->directlyAttached = agTRUE; in tdssAddSASToSharedcontext()
7852 …eportRemovals: directlyAttached %d registered %d\n", oneDeviceData->directlyAttached, oneDeviceDat… in ttdssReportRemovals()
7884 oneDeviceData->directlyAttached == agTRUE) in ttdssReportRemovals()
H A Dtdinit.c2986 tdsaDeviceData[i].directlyAttached = agFALSE; in tdsaDeviceDataInit()
3105 oneDeviceData->directlyAttached = agFALSE; in tdsaDeviceDataReInit()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsminit.c335 oneDeviceData->directlyAttached = agFALSE; in smDeviceDataReInit()
395 smDeviceData[i].directlyAttached = agFALSE; in smDeviceDataInit()
H A Dsmtypes.h97 bit32 directlyAttached; member
H A Dsmsat.c586 if (oneDeviceData->directlyAttached == agFALSE) in smTaskManagement()
1828 oneDeviceData->directlyAttached = agTRUE; in smAddToSharedcontext()
1832 oneDeviceData->directlyAttached = agFALSE; in smAddToSharedcontext()
1855 oneDeviceData->directlyAttached = agTRUE; in smAddToSharedcontext()
1859 oneDeviceData->directlyAttached = agFALSE; in smAddToSharedcontext()
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h233 bit8 directlyAttached; member
H A Ddmdisc.c3622 if (oneDeviceData->directlyAttached == agFALSE) in dmUpdateAllAdjacent()
3683 if (oneDeviceData->directlyAttached == agTRUE && AdjacentDeviceData->MCNDone == agFALSE) in dmUpdateMCN()
3968 if (oneDeviceData->MCN == 0 && oneDeviceData->directlyAttached == agFALSE) in dmPortSASDeviceAdd()
4096 if (oneDeviceData->MCN == 0 && oneDeviceData->directlyAttached == agFALSE) in dmPortSASDeviceAdd()
4591 oneDeviceData->directlyAttached = agTRUE; in dmRegisterDevice()
4597 oneDeviceData->directlyAttached = agFALSE; in dmRegisterDevice()
5391 DM_DBG3(("dmInternalRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in dmInternalRemovals()
5868 DM_DBG3(("dmReportRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in dmReportRemovals()
5985 DM_DBG3(("dmResetReported: directlyAttached %d\n", oneDeviceData->directlyAttached)); in dmResetReported()
6048 …DM_DBG3(("dmDiscoveryInvalidateDevices: directlyAttached %d\n", oneDeviceData->directlyAttached));… in dmDiscoveryInvalidateDevices()
[all …]
H A Ddminit.c530 dmDeviceData[i].directlyAttached = agFALSE; in dmDeviceDataInit()
576 oneDeviceData->directlyAttached = agFALSE; in dmDeviceDataReInit()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h366 bit8 directlyAttached; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c828 if (DEVICE_IS_SATA_DEVICE(oneDeviceData) && (oneDeviceData->directlyAttached == agTRUE)) in tiINIGetDeviceInfo()
2354 TI_DBG2(("tdssReportRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in tdssReportRemovals()
2416 TI_DBG2(("tdssReportRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in tdssReportRemovals()
2472 oneDeviceData->directlyAttached == agTRUE) in tdssReportRemovals()
2560 TI_DBG3(("tdssInternalRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in tdssInternalRemovals()
2631 TI_DBG2(("tdssDiscoveryErrorRemovals: directlyAttached %d\n", oneDeviceData->directlyAttached)); in tdssDiscoveryErrorRemovals()
H A Ditdcb.c2260 if (oneDeviceData->directlyAttached == agTRUE) in itdssIOSuccessHandler()
4546 if (oneDeviceData->directlyAttached == agTRUE) in itdssIOUnderFlowWithChkConditionHandler()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dossasat.c3714 oneDeviceData->directlyAttached = agTRUE; in tdssAddSATAToSharedcontext()