Searched refs:isci_allocate_dma_buffer (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/isci/
H A Disci.c409 isci_allocate_dma_buffer(device_t device, struct ISCI_MEMORY *memory) function
H A Disci.h254 int isci_allocate_dma_buffer(device_t device, struct ISCI_MEMORY *memory);
H A Disci_controller.c429 error = isci_allocate_dma_buffer(device, uncached_controller_memory);
444 error = isci_allocate_dma_buffer(device, cached_controller_memory);
457 error = isci_allocate_dma_buffer(device, request_memory);

Completed in 189 milliseconds