Searched refs:fct_dbuf_store_t (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.h | 122 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 D | qlt_dma.c | 395 qlt_dmem_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf) in qlt_dmem_free() 767 qlt_dma_teardown_dbuf(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf) in qlt_dma_teardown_dbuf()
|
H A D | qlt.c | 1095 fct_dbuf_store_t *fds; in qlt_port_start() 1108 fds = (fct_dbuf_store_t *)fct_alloc(FCT_STRUCT_DBUF_STORE, 0, 0); in qlt_port_start()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fct.h | 208 } fct_dbuf_store_t; typedef 238 fct_dbuf_store_t *port_fds;
|
/titanic_44/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 113 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()
|
/titanic_44/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 974 { GET_STRUCT_SIZE(fct_dbuf_store_t), 1083 stmf_free(((fct_dbuf_store_t *)ptr)->fds_ds); in fct_free() 1116 fct_dbuf_store_t *fds = ds->ds_port_private; in fct_teardown_dbuf() 1124 fct_dbuf_store_t *fds; in fct_free_dbuf() 1126 fds = (fct_dbuf_store_t *)ds->ds_port_private; in fct_free_dbuf() 1736 fct_dbuf_store_t *fds; in fct_post_rcvd_cmd()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 81 static void emlxs_fct_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *dbuf); 1040 fct_dbuf_store_t *fds; 1124 (fct_dbuf_store_t *)MODSYM(fct_alloc) (FCT_STRUCT_DBUF_STORE, 0, 5345 emlxs_fct_dbuf_free(fct_dbuf_store_t *fds, stmf_data_buf_t *db)
|