Home
last modified time | relevance | path

Searched refs:devx (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c134 device_t devx = thisCardInst->pPCIDev; in agtiapi_InitResource() local
162 bus_alloc_resource_any( devx, in agtiapi_InitResource()
173 bus_get_resource_start( devx, SYS_RES_MEMORY, in agtiapi_InitResource()
176 bus_get_resource_count( devx, SYS_RES_MEMORY, in agtiapi_InitResource()
200 pci_get_function( devx ); in agtiapi_InitResource()
/freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c723 static int agtiapi_attach( device_t devx ) in agtiapi_attach() argument
726 int thisCard = device_get_unit( devx ); in agtiapi_attach()
753 pmsc = device_get_softc( devx ); in agtiapi_attach()
754 pmsc->my_dev = devx; in agtiapi_attach()
796 pmsc->VidDid = ( pci_get_vendor(devx) << 16 ) | pci_get_device( devx ); in agtiapi_attach()
902 if ( xpt_bus_register( lsim, devx, 0 ) != CAM_SUCCESS ) in agtiapi_attach()
1019 cnt = pci_msix_count(devx); in agtiapi_attach()
1022 error = pci_alloc_msix(devx, &mesgs); in agtiapi_attach()
1031 pmsc->irq[i] = bus_alloc_resource_any( devx, in agtiapi_attach()
1040 if ( (error = bus_setup_intr( devx, pmsc->irq[i], in agtiapi_attach()
[all …]