Searched refs:ioc_stmf_ds (Results 1 – 3 of 3) sorted by relevance
574 ioc->ioc_stmf_ds = stmf_alloc(STMF_STRUCT_DBUF_STORE, 0, 0); in srpt_ioc_init()575 if (ioc->ioc_stmf_ds == NULL) { in srpt_ioc_init()579 ioc->ioc_stmf_ds->ds_alloc_data_buf = &srpt_ioc_ds_alloc_dbuf; in srpt_ioc_init()580 ioc->ioc_stmf_ds->ds_free_data_buf = &srpt_ioc_ds_free_dbuf; in srpt_ioc_init()581 ioc->ioc_stmf_ds->ds_port_private = ioc; in srpt_ioc_init()660 if (ioc->ioc_stmf_ds != NULL) { in srpt_ioc_fini()661 stmf_free(ioc->ioc_stmf_ds); in srpt_ioc_fini()
367 stmf_dbuf_store_t *ioc_stmf_ds; member
358 lport->lport_ds = ioc->ioc_stmf_ds; in srpt_stp_alloc_port()