Home
last modified time | relevance | path

Searched refs:agtiapi_softc (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h25 int agtiapi_alloc_ostimem(struct agtiapi_softc *);
26 int agtiapi_alloc_requests(struct agtiapi_softc *);
41 STATIC pccb_t agtiapi_GetCCB(struct agtiapi_softc *pmcsc);
43 STATIC void agtiapi_QueueCCB( struct agtiapi_softc *pmcsc,
51 STATIC void agtiapi_StartIO(struct agtiapi_softc *pmcsc);
52 STATIC void agtiapi_StartSMP(struct agtiapi_softc *pmcsc);
60 static void agtiapi_scan(struct agtiapi_softc *pmcsc);
72 agBOOLEAN agtiapi_CheckCB( struct agtiapi_softc *pCard,
86 STATIC U32 agtiapi_InitCCBs( struct agtiapi_softc *pCard,
89 STATIC void agtiapi_PrepCCBs( struct agtiapi_softc *pCard,
[all …]
H A Dosapi.c57 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 Dagtiapi.c249 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()
480 struct agtiapi_softc *pmsc; in agtiapi_async()
527 struct agtiapi_softc *pCard; in agtiapi_CharIoctl()
720 struct agtiapi_softc *pmsc; in agtiapi_attach()
1325 struct agtiapi_softc *pCard; in agtiapi_IntrHandlerx_()
1765 struct agtiapi_softc *pmcsc; in agtiapi_cam_action()
2188 struct agtiapi_softc *pmcsc; in agtiapi_CheckIOTimeout()
[all …]
H A Dagtiapi.h129 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-14.2/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.h79 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 Dlxosapi.c62 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 Dlxencrypt.c87 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 Dlxutil.c62 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 Dlxcommon.h599 #define TIROOT_TO_CARD(ptiRoot) ((struct agtiapi_softc *)(ptiRoot->osData))