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

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c574 ioc->ioc_stmf_ds = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0);
575 if (ioc->ioc_stmf_ds == NULL) {
579 ioc->ioc_stmf_ds->ds_alloc_data_buf = &srpt_ioc_ds_alloc_dbuf;
580 ioc->ioc_stmf_ds->ds_free_data_buf = &srpt_ioc_ds_free_dbuf;
581 ioc->ioc_stmf_ds->ds_port_private = ioc;
660 if (ioc->ioc_stmf_ds != NULL) {
661 stmf_free(ioc->ioc_stmf_ds);
H A Dsrpt_impl.h367 stmf_dbuf_store_t *ioc_stmf_ds; member in struct:srpt_ioc_s
H A Dsrpt_stp.c358 lport->lport_ds = ioc->ioc_stmf_ds;

Completed in 58 milliseconds