Searched refs:pccb_t (Results 1 – 4 of 4) sorted by relevance
38 STATIC void agtiapi_FreeCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);39 STATIC void agtiapi_FreeSMPCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);40 STATIC void agtiapi_FreeTMCCB(struct agtiapi_softc *pmcsc, pccb_t pccb);41 STATIC pccb_t agtiapi_GetCCB(struct agtiapi_softc *pmcsc);44 pccb_t *phead,45 pccb_t *ptail, 77 pccb_t *,78 pccb_t *,
131 } ccb_t, *pccb_t; typedef324 pccb_t ccbSendHead; // CCB send list head325 pccb_t ccbSendTail; // CCB send list tail326 pccb_t ccbDoneHead; // CCB done list head327 pccb_t ccbDoneTail; // CCB done list tail328 pccb_t smpSendHead; // CCB send list head329 pccb_t smpSendTail; // CCB send list tail330 pccb_t smpDoneHead; // CCB done list head331 pccb_t smpDoneTail; // CCB done list tail
1967 STATIC pccb_t agtiapi_GetCCB( struct agtiapi_softc *pmcsc ) in agtiapi_GetCCB()1969 pccb_t pccb; in agtiapi_GetCCB()1976 if ((pccb = (pccb_t)pmcsc->ccbFreeList) != NULL) in agtiapi_GetCCB()2010 pccb_t pccb = agNULL; // call dequeue in agtiapi_QueueCmnd_()2189 pccb_t pccb_curr; in agtiapi_CheckIOTimeout()2190 pccb_t pccb_next; in agtiapi_CheckIOTimeout()2197 pccb = (pccb_t)pmcsc->ccbChainList; in agtiapi_CheckIOTimeout()2574 pccb_t pccb = arg; in agtiapi_PrepareSGListCB()3089 pccb_t pccb_next; in agtiapi_StartIO()3292 pccb_t pccb_next; in agtiapi_StartSMP()[all …]
138 pccb = (pccb_t)((tiIORequest_t *)parm)->osData; in ostiInitiatorEvent()193 pccb = (pccb_t)((tiIORequest_t *)parm)->osData; in ostiInitiatorEvent()817 pccb_t pccb; in ostiNumOfLUNIOCTLreq()