Searched refs:agtiapi_alloc_requests (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h27 int agtiapi_alloc_requests(struct agtiapi_softc *);
H A Dagtiapi.c1073 ret = agtiapi_alloc_requests( pmsc );
1075 AGTIAPI_PRINTK( "agtiapi_attach: agtiapi_alloc_requests failure %d\n",
1610 agtiapi_alloc_requests()
1621 int agtiapi_alloc_requests( struct agtiapi_softc *pmcsc ) function
1629 AGTIAPI_PRINTK( "agtiapi_alloc_requests: MAXPHYS 0x%x PAGE_SIZE 0x%x \n",
1631 AGTIAPI_PRINTK( "agtiapi_alloc_requests: nsegs %d rsize %d \n",
1648 AGTIAPI_PRINTK( "agtiapi_alloc_requests: Cannot alloc request DMA tag\n" );
1656 AGTIAPI_PRINTK( "agtiapi_alloc_requests: rsize %d \n", rsize ); // 32, 128
1671 AGTIAPI_PRINTK( "agtiapi_alloc_requests: Cannot alloc request DMA tag\n" );
1679 AGTIAPI_PRINTK( "agtiapi_alloc_requests
[all...]

Completed in 122 milliseconds