Searched refs:dmapool_put_page (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_config.h | 45 #define dmapool_put_page hptnr_dmapool_put_page macro
|
H A D | ldm.h | 160 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
|
H A D | hptnr_osm_bsd.c | 203 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p)); in hpt_alloc_mem() 247 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus); in hpt_free_mem()
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_config.h | 42 #define dmapool_put_page hptrr_dmapool_put_page macro
|
H A D | ldm.h | 159 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
|
H A D | hptrr_osm_bsd.c | 205 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p)); in hpt_alloc_mem() 249 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus); in hpt_free_mem()
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_config.h | 44 #define dmapool_put_page hpt27xx_dmapool_put_page macro
|
H A D | ldm.h | 160 void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
|
H A D | hpt27xx_osm_bsd.c | 199 dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p)); in hpt_alloc_mem() 243 dmapool_put_page((PVBUS)vbus_ext->vbus, p, bus); in hpt_free_mem()
|