Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
HDlxutil.c133 device_t devx = thisCardInst->pPCIDev; in agtiapi_InitResource() local
161 bus_alloc_resource_any( devx, in agtiapi_InitResource()
172 bus_get_resource_start( devx, SYS_RES_MEMORY, in agtiapi_InitResource()
175 bus_get_resource_count( devx, SYS_RES_MEMORY, in agtiapi_InitResource()
199 pci_get_function( devx ); in agtiapi_InitResource()
/freebsd-13-stable/sys/dev/pms/freebsd/driver/ini/src/
HDagtiapi.c715 static int agtiapi_attach( device_t devx ) in agtiapi_attach() argument
718 int thisCard = device_get_unit( devx ); in agtiapi_attach()
729 AGTIAPI_PRINTK("agtiapi_attach: start dev %p thisCard %d\n", devx, thisCard); in agtiapi_attach()
732 AGTIAPI_PRINTK( "agtiapi_attach: deviceID: 0x%x\n", pci_get_devid( devx ) ); in agtiapi_attach()
745 pmsc = device_get_softc( devx ); in agtiapi_attach()
746 pmsc->my_dev = devx; in agtiapi_attach()
788 pmsc->VidDid = ( pci_get_vendor(devx) << 16 ) | pci_get_device( devx ); in agtiapi_attach()
894 if ( xpt_bus_register( lsim, devx, 0 ) != CAM_SUCCESS ) in agtiapi_attach()
1006 cnt = pci_msix_count(devx); in agtiapi_attach()
1009 error = pci_alloc_msix(devx, &mesgs); in agtiapi_attach()
[all …]