Lines Matching refs:idm
54 #include <sys/idm/idm.h>
55 #include <sys/idm/idm_so.h>
56 #include <sys/idm/idm_text.h>
179 idm.idm_sotx_pdu_cache = kmem_cache_create("idm_tx_pdu_cache",
184 idm.idm_sorx_pdu_cache = kmem_cache_create("idm_rx_pdu_cache",
189 idm.idm_so_128k_buf_cache = kmem_cache_create("idm_128k_buf_cache",
206 kmem_cache_destroy(idm.idm_so_128k_buf_cache);
207 kmem_cache_destroy(idm.idm_sotx_pdu_cache);
208 kmem_cache_destroy(idm.idm_sorx_pdu_cache);
1040 /* Set the local and remote addresses in the idm conn handle */
1425 * Just pass the value down to idm layer.
2012 pdu = kmem_cache_alloc(idm.idm_sorx_pdu_cache, KM_SLEEP);
2391 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
2424 idb->idb_buf = kmem_cache_alloc(idm.idm_so_128k_buf_cache,
2426 idb->idb_buf_private = idm.idm_so_128k_buf_cache;
2593 pdu = kmem_cache_alloc(idm.idm_sotx_pdu_cache, KM_SLEEP);
2696 kmem_cache_free(idm.idm_sotx_pdu_cache, pdu);
2722 kmem_cache_free(idm.idm_sorx_pdu_cache, pdu);