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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h132 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
H A Dhxge_rxdma.c878 buffer = KMEM_ALLOC(size, KM_NOSLEEP);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h181 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
H A Dnxge_impl.h525 KMEM_ALLOC, /* use kmem_alloc(). */ enumerator in enum:__anon8374
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1542 buffer = KMEM_ALLOC(size, KM_NOSLEEP);
3913 rbrp->rbr_alloc_type = KMEM_ALLOC;
4977 case KMEM_ALLOC:
H A Dnxge_main.c2667 rx_dmap[i].buf_alloc_type = KMEM_ALLOC;
3439 kaddrp = KMEM_ALLOC(length, KM_NOSLEEP);
3742 nxge_free_buf(KMEM_ALLOC, kaddr, buf_size);

Completed in 159 milliseconds