Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h38 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 *,
H A Dagtiapi.h131 } ccb_t, *pccb_t; typedef
324 pccb_t ccbSendHead; // CCB send list head
325 pccb_t ccbSendTail; // CCB send list tail
326 pccb_t ccbDoneHead; // CCB done list head
327 pccb_t ccbDoneTail; // CCB done list tail
328 pccb_t smpSendHead; // CCB send list head
329 pccb_t smpSendTail; // CCB send list tail
330 pccb_t smpDoneHead; // CCB done list head
331 pccb_t smpDoneTail; // CCB done list tail
H A Dagtiapi.c1967 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 …]
H A Dosapi.c138 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()