Home
last modified time | relevance | path

Searched refs:fct_dbuf_store_t (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.h122 void qlt_dmem_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf);
126 void qlt_dma_teardown_dbuf(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf);
H A Dqlt_dma.c395 qlt_dmem_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf) in qlt_dmem_free()
770 qlt_dma_teardown_dbuf(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf) in qlt_dma_teardown_dbuf()
H A Dqlt.c1890 fct_dbuf_store_t *fds; in qlt_port_start()
1904 fds = (fct_dbuf_store_t *)fct_alloc(FCT_STRUCT_DBUF_STORE, 0, 0); in qlt_port_start()
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c113 static void fcoet_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf);
439 fct_dbuf_store_t *fds; in fcoet_attach_init()
483 fds = (fct_dbuf_store_t *)fct_alloc(FCT_STRUCT_DBUF_STORE, 0, 0); in fcoet_attach_init()
976 fcoet_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf) in fcoet_dbuf_free()
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h209 } fct_dbuf_store_t; typedef
239 fct_dbuf_store_t *port_fds;
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c993 { GET_STRUCT_SIZE(fct_dbuf_store_t),
1102 stmf_free(((fct_dbuf_store_t *)ptr)->fds_ds); in fct_free()
1135 fct_dbuf_store_t *fds = ds->ds_port_private; in fct_teardown_dbuf()
1143 fct_dbuf_store_t *fds; in fct_free_dbuf()
1145 fds = (fct_dbuf_store_t *)ds->ds_port_private; in fct_free_dbuf()
1755 fct_dbuf_store_t *fds; in fct_post_rcvd_cmd()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c83 static void emlxs_fct_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf);
1043 fct_dbuf_store_t *fds; in emlxs_fct_bind_port()
1127 (fct_dbuf_store_t *)MODSYM(fct_alloc) (FCT_STRUCT_DBUF_STORE, 0, in emlxs_fct_bind_port()
5359 emlxs_fct_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *db) in emlxs_fct_dbuf_free()