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

/haiku/src/libs/compat/freebsd_network/
H A Dbus_dma.cpp59 } buffer_type; member in struct:bus_dmamap
199 if (map->buffer_type == bus_dmamap::BUFFER_PROHIBITED) {
203 if (map->buffer_type != bus_dmamap::BUFFER_NONE) {
232 if (map->buffer_type > bus_dmamap::BUFFER_PROHIBITED)
261 (*mapp)->buffer_type = bus_dmamap::BUFFER_PROHIBITED;
405 map->buffer_type = bus_dmamap::BUFFER_TYPE_SIMPLE;
455 map->buffer_type = bus_dmamap::BUFFER_TYPE_MBUF;
491 if (map->buffer_type != bus_dmamap::BUFFER_PROHIBITED)
492 map->buffer_type = bus_dmamap::BUFFER_NONE;
504 switch (map->buffer_type) {
[all...]

Completed in 79 milliseconds