Home
last modified time | relevance | path

Searched defs:pccb (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c163 #define AG_GET_DONE_PCCB(pccb, pmcsc) \ argument
178 #define AG_GET_DONE_SMP_PCCB(pccb, pmcsc) \ argument
194 #define AG_IO_DUMPCCB(pccb) agtiapi_DumpCCB(pccb) argument
196 #define AG_IO_DUMPCCB(pccb) argument
1331 ccb_t *pccb; in agtiapi_IntrHandlerx_() local
1969 pccb_t pccb; in agtiapi_GetCCB() local
2010 pccb_t pccb = agNULL; // call dequeue in agtiapi_QueueCmnd_() local
2099 STATIC void agtiapi_DumpCDB(const char *ptitle, ccb_t *pccb) in agtiapi_DumpCDB()
2187 ccb_t *pccb; in agtiapi_CheckIOTimeout() local
2276 agtiapi_StartTM(struct agtiapi_softc *pCard, ccb_t *pccb) in agtiapi_StartTM()
[all …]
H A Dosapi.c58 ccb_t *pccb; in ostiInitiatorEvent() local
277 ccb_t *pccb; in ostiInitiatorIOCompleted() local
427 ccb_t *pccb; in ostiInitiatorSMPCompleted() local
463 ccb_t *pccb = (ccb_t*)arg; in osti_FastIOCb() local
766 ccb_t *pccb = (ccb_t *) tiIORequest->osData; in ostiSetDeviceQueueDepth() local
817 pccb_t pccb; in ostiNumOfLUNIOCTLreq() local
/freebsd/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c1027 agtiapi_SetupEncryptedIO(struct agtiapi_softc *pCard, ccb_t *pccb, unsigned long long block) in agtiapi_SetupEncryptedIO()
1071 agtiapi_CleanupEncryptedIO(struct agtiapi_softc *pCard, ccb_t *pccb) in agtiapi_CleanupEncryptedIO()
1090 agtiapi_HandleEncryptedIOFailure(ag_device_t *pDev, ccb_t *pccb) in agtiapi_HandleEncryptedIOFailure()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c631 union ccb *pccb = srb->pccb; in arcmsr_report_sense_info() local
739 union ccb *pccb = srb->pccb; in arcmsr_srb_complete() local
993 union ccb *pccb = srb->pccb; in arcmsr_build_srb() local
2764 static int arcmsr_iop_message_xfer(struct AdapterControlBlock *acb, union ccb *pccb) in arcmsr_iop_message_xfer()
2967 union ccb *pccb; in arcmsr_execute_srb() local
3109 union ccb *pccb) in arcmsr_handle_virtual_command()
3117 switch (scsiio_cdb_ptr(&pccb->csio)[0]) { in arcmsr_handle_virtual_command() local
3154 static void arcmsr_action(struct cam_sim *psim, union ccb *pccb) in arcmsr_action()
H A Darcmsr.h1287 union ccb *pccb; /* 512-515 516-519 pointer of freebsd scsi command */ member