FreeBSD kernel pms device code
lxproto.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void agtiapi_DelayMSec (U32)
 
void agtiapi_DelaySec (U32)
 
void agtiapi_DisplayRsc (ag_card_info_t *)
 
agBOOLEAN agtiapi_InitResource (ag_card_info_t *)
 
agBOOLEAN agtiapi_typhAlloc (ag_card_info_t *)
 
int agtiapi_ScopeDMARes (ag_card_info_t *)
 
void agtiapi_ReleasePCIMem (ag_card_info_t *)
 
STATIC agBOOLEAN agtiapi_MemAlloc (ag_card_info_t *thisCardInst, void **VirtAlloc, vm_paddr_t *pDmaAddr, void **VirtAddr, U32 *pPhysAddrUp, U32 *pPhysAddrLow, U32 MemSize, U32 Type, U32 Align)
 
void agtiapi_MemFree (ag_card_info_t *)
 
U32 agtiapi_PCIMemSize (device_t, U32, U32)
 
void agtiapi_Probe (void)
 
int agtiapi_ProbeCard (device_t, ag_card_info_t *, int)
 
void agtiapi_Setup (S08 *, S32 *)
 

Function Documentation

◆ agtiapi_DelayMSec()

void agtiapi_DelayMSec ( U32  MiliSeconds)

Definition at line 44 of file lxutil.c.

Referenced by agtiapi_CheckCB(), agtiapi_DiscoverTgt(), and agtiapi_InitCardHW().

Here is the caller graph for this function:

◆ agtiapi_DelaySec()

void agtiapi_DelaySec ( U32  )

◆ agtiapi_DisplayRsc()

void agtiapi_DisplayRsc ( ag_card_info_t )

◆ agtiapi_InitResource()

◆ agtiapi_MemAlloc()

STATIC agBOOLEAN agtiapi_MemAlloc ( ag_card_info_t thisCardInst,
void **  VirtAlloc,
vm_paddr_t *  pDmaAddr,
void **  VirtAddr,
U32 pPhysAddrUp,
U32 pPhysAddrLow,
U32  MemSize,
U32  Type,
U32  Align 
)

◆ agtiapi_MemFree()

◆ agtiapi_PCIMemSize()

U32 agtiapi_PCIMemSize ( device_t  ,
U32  ,
U32   
)

◆ agtiapi_Probe()

void agtiapi_Probe ( void  )

◆ agtiapi_ProbeCard()

int agtiapi_ProbeCard ( device_t  dev,
ag_card_info_t thisCardInst,
int  thisCard 
)

◆ agtiapi_ReleasePCIMem()

void agtiapi_ReleasePCIMem ( ag_card_info_t pCardInfo)

Definition at line 587 of file lxutil.c.

References NULL, and _ag_card_info::pPCIDev.

Referenced by agtiapi_ReleaseHBA().

Here is the caller graph for this function:

◆ agtiapi_ScopeDMARes()

◆ agtiapi_Setup()

void agtiapi_Setup ( S08 ,
S32  
)

◆ agtiapi_typhAlloc()

agBOOLEAN agtiapi_typhAlloc ( ag_card_info_t thisCardInst)