Searched refs:devx (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/pms/freebsd/driver/common/ |
H A D | lxutil.c | 133 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/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 716 static int agtiapi_attach( device_t devx ) in agtiapi_attach() argument 719 int thisCard = device_get_unit( devx ); in agtiapi_attach() 730 AGTIAPI_PRINTK("agtiapi_attach: start dev %p thisCard %d\n", devx, thisCard); in agtiapi_attach() 733 AGTIAPI_PRINTK( "agtiapi_attach: deviceID: 0x%x\n", pci_get_devid( devx ) ); in agtiapi_attach() 746 pmsc = device_get_softc( devx ); in agtiapi_attach() 747 pmsc->my_dev = devx; in agtiapi_attach() 789 pmsc->VidDid = ( pci_get_vendor(devx) << 16 ) | pci_get_device( devx ); in agtiapi_attach() 895 if ( xpt_bus_register( lsim, devx, 0 ) != CAM_SUCCESS ) in agtiapi_attach() 1008 cnt = pci_msix_count(devx); in agtiapi_attach() 1011 error = pci_alloc_msix(devx, &mesgs); in agtiapi_attach() [all …]
|