Home
last modified time | relevance | path

Searched refs:pDevHandle (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas_fp.c929 u_int16_t *pDevHandle = &io_info->devHandle; in mr_spanset_get_phy_params() local
954 *pDevHandle = MR_PdDevHandleGet(pd, map); in mr_spanset_get_phy_params()
963 *pDevHandle = htole16(MR_DEVHANDLE_INVALID); in mr_spanset_get_phy_params()
971 *pDevHandle = MR_PdDevHandleGet(pd, map); in mr_spanset_get_phy_params()
1661 u_int16_t *pDevHandle = &io_info->devHandle; in MR_GetPhyParams() local
1700 *pDevHandle = MR_PdDevHandleGet(pd, map); in MR_GetPhyParams()
1709 *pDevHandle = htole16(MR_DEVHANDLE_INVALID); /* set dev handle as invalid. */ in MR_GetPhyParams()
1719 *pDevHandle = MR_PdDevHandleGet(pd, map); in MR_GetPhyParams()
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c1795 tiDeviceHandle_t *pDevHandle = NULL; // acts as flag as well in agtiapi_cam_action() local
1883 pDevHandle = pmcsc->pDevList[TID].pDevHandle; in agtiapi_cam_action()
1887 if (pDevHandle) in agtiapi_cam_action()
1889 tiINIGetDeviceInfo( &pmcsc->tiRoot, pDevHandle, &devInfo ); in agtiapi_cam_action()
3038 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle)) in agtiapi_PrepareSGListCB()
3730 !(pccb->devHandle = pmcsc->pDevList[TID].pDevHandle) ) in agtiapi_PrepareSMPSGListCB()
5393 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5583 pDevice->pDevHandle = agDev[devIdx]; in agtiapi_GetDevHandle()
5597 if ( ( pDevice->pDevHandle != NULL || in agtiapi_GetDevHandle()
5930 pCard->pDevList[lIdx].pDevHandle = NULL; in agtiapi_clrRmScan()
[all …]
H A Dagtiapi.h195 tiDeviceHandle_t *pDevHandle; member
H A Dosapi.c562 dev = pCard->pDevList[offset].pDevHandle; in ostiMapToDevHandle()