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

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c418 stmf_dbuf_store_t *dbuf_store; local
443 * lport (FC, SRP) then the dbuf_store should stored in the lport
444 * context, otherwise (iSCSI) the dbuf_store should be global.
446 dbuf_store = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0);
447 if (dbuf_store == NULL) {
451 dbuf_store->ds_alloc_data_buf = pppt_dbuf_alloc;
452 dbuf_store->ds_free_data_buf = pppt_dbuf_free;
453 dbuf_store->ds_port_private = NULL;
454 pppt_global.global_dbuf_store = dbuf_store;
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c648 stmf_dbuf_store_t *dbuf_store; local
700 dbuf_store = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0);
701 if (dbuf_store == NULL) {
705 dbuf_store->ds_alloc_data_buf = iscsit_dbuf_alloc;
706 dbuf_store->ds_free_data_buf = iscsit_dbuf_free;
707 dbuf_store->ds_port_private = NULL;
708 iscsit_global.global_dbuf_store = dbuf_store;

Completed in 103 milliseconds