Searched refs:agtiapi_softc (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiproto.h | 24 int agtiapi_QueueCmnd_(struct agtiapi_softc *, union ccb * ); 25 int agtiapi_alloc_ostimem(struct agtiapi_softc *); 26 int agtiapi_alloc_requests(struct agtiapi_softc *); 27 static int agtiapi_PrepareSGList(struct agtiapi_softc *, ccb_t *); 32 static int agtiapi_PrepareSMPSGList(struct agtiapi_softc *pmcsc, ccb_t *); 37 int agtiapi_eh_HostReset( struct agtiapi_softc *pmcsc, union ccb *cmnd ); 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); [all …]
|
H A D | osapi.c | 57 struct agtiapi_softc *pCard = TIROOT_TO_CARD( ptiRoot ); in ostiInitiatorEvent() 276 struct agtiapi_softc *pCard; in ostiInitiatorIOCompleted() 355 struct agtiapi_softc *pCard; in ostidisableEncryption() 373 struct agtiapi_softc *pCard = TIROOT_TO_CARD(root); in ostiGetDevHandleFromSasAddr() 426 struct agtiapi_softc *pCard; in ostiInitiatorSMPCompleted() 515 struct agtiapi_softc *pCard = TIROOT_TO_CARD(ptiRoot); in ostiSingleThreadedEnter() 535 struct agtiapi_softc *pCard = TIROOT_TO_CARD(ptiRoot); in ostiSingleThreadedLeave() 548 struct agtiapi_softc *pCard; in ostiMapToDevHandle() 819 struct agtiapi_softc *pCard = TIROOT_TO_CARD(root); in ostiNumOfLUNIOCTLreq()
|
H A D | agtiapi.c | 249 struct agtiapi_softc *sc; in agtiapi_open() 259 struct agtiapi_softc *sc; in agtiapi_close() 269 struct agtiapi_softc *sc; in agtiapi_read() 280 struct agtiapi_softc *sc; in agtiapi_write() 289 int agtiapi_getdevlist( struct agtiapi_softc *pCard, in agtiapi_getdevlist() 441 int agtiapi_getCardInfo ( struct agtiapi_softc *pCard, in agtiapi_getCardInfo() 480 struct agtiapi_softc *pmsc; in agtiapi_async() 483 pmsc = (struct agtiapi_softc*)callback_arg; in agtiapi_async() 527 struct agtiapi_softc *pCard; in agtiapi_CharIoctl() 720 struct agtiapi_softc *pmsc; in agtiapi_attach() [all …]
|
H A D | agtiapi.h | 129 struct agtiapi_softc *pmcsc; 257 struct agtiapi_softc { struct 396 int agtiapi_getdevlist( struct agtiapi_softc *pCard, argument 398 int agtiapi_getCardInfo ( struct agtiapi_softc *pCard,
|
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxencrypt.h | 79 struct agtiapi_softc *pCard; 93 int agtiapi_SetupEncryption(struct agtiapi_softc *pCard); 94 int agtiapi_SetupEncryptionPools(struct agtiapi_softc *pCard); 95 void agtiapi_CleanupEncryption(struct agtiapi_softc *pCard); 96 void agtiapi_CleanupEncryptionPools(struct agtiapi_softc *pCard); 97 int agtiapi_SetupEncryptedIO(struct agtiapi_softc *pCard, ccb_t *pccb, unsigned long long block); 98 void agtiapi_CleanupEncryptedIO(struct agtiapi_softc *pCard, ccb_t *pccb);
|
H A D | lxosapi.c | 62 struct agtiapi_softc *pCard; in ostiAllocMemory() 123 struct agtiapi_softc *pCard; in ostiIOCTLWaitForSignal() 137 struct agtiapi_softc *pCard; in ostiIOCTLWaitForComplete() 326 struct agtiapi_softc *pCard; in ostiFreeMemory() 546 struct agtiapi_softc *pCard; in ostiIOCTLSetSignal() 561 struct agtiapi_softc *pCard; in ostiIOCTLComplete() 596 struct agtiapi_softc *pCard; in ostiPortEvent()
|
H A D | lxencrypt.c | 87 struct agtiapi_softc *pCard = (struct agtiapi_softc *) shost->hostdata; in set_dek_table_entry() 603 agtiapi_SetupEncryption(struct agtiapi_softc *pCard) in agtiapi_SetupEncryption() 634 agtiapi_SetupEncryptionPools(struct agtiapi_softc *pCard) in agtiapi_SetupEncryptionPools() 691 agtiapi_CleanupEncryption(struct agtiapi_softc *pCard) in agtiapi_CleanupEncryption() 725 agtiapi_CleanupEncryptionPools(struct agtiapi_softc *pCard) in agtiapi_CleanupEncryptionPools() 779 agtiapi_EncryptionIoctl(struct agtiapi_softc *pCard, IoctlEncrypt_t *pIoctlPayload) in agtiapi_EncryptionIoctl() 1027 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()
|
H A D | lxutil.c | 62 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_typhAlloc() 132 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_InitResource() 492 struct agtiapi_softc *pmsc = thisCardInst->pCard; in agtiapi_ScopeDMARes() 644 struct agtiapi_softc *pmsc = thisCardInst->pCard; // get card reference in agtiapi_MemAlloc() 699 struct agtiapi_softc *pmsc = pCardInfo->pCard; // get card reference in agtiapi_MemFree()
|
H A D | lxcommon.h | 599 #define TIROOT_TO_CARD(ptiRoot) ((struct agtiapi_softc *)(ptiRoot->osData))
|