Home
last modified time | relevance | path

Searched refs:stmf_dbuf (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1304 stmf_data_buf_t *stmf_dbuf; in srpt_ioc_ds_alloc_dbuf() local
1325 stmf_dbuf = stmf_alloc(STMF_STRUCT_DATA_BUF, sizeof (srpt_ds_dbuf_t), in srpt_ioc_ds_alloc_dbuf()
1327 if (stmf_dbuf == NULL) { in srpt_ioc_ds_alloc_dbuf()
1332 dbuf = stmf_dbuf->db_port_private; in srpt_ioc_ds_alloc_dbuf()
1333 dbuf->db_stmf_buf = stmf_dbuf; in srpt_ioc_ds_alloc_dbuf()
1340 stmf_dbuf->db_buf_size = size; in srpt_ioc_ds_alloc_dbuf()
1341 stmf_dbuf->db_data_size = size; in srpt_ioc_ds_alloc_dbuf()
1342 stmf_dbuf->db_relative_offset = 0; in srpt_ioc_ds_alloc_dbuf()
1343 stmf_dbuf->db_flags = 0; in srpt_ioc_ds_alloc_dbuf()
1344 stmf_dbuf->db_xfer_status = 0; in srpt_ioc_ds_alloc_dbuf()
[all …]
H A Dsrpt_ch.c518 srpt_ch_data_comp(srpt_channel_t *ch, stmf_data_buf_t *stmf_dbuf, in srpt_ch_data_comp() argument
525 ASSERT(stmf_dbuf != NULL); in srpt_ch_data_comp()
527 dbuf = (srpt_ds_dbuf_t *)stmf_dbuf->db_port_private; in srpt_ch_data_comp()
580 stmf_dbuf->db_xfer_status = STMF_SUCCESS; in srpt_ch_data_comp()
585 ibt_send_wr_t, 0, uint32_t, stmf_dbuf->db_data_size, in srpt_ch_data_comp()
587 uint32_t, (stmf_dbuf->db_flags & DB_DIRECTION_TO_RPORT) ? 1 : 0); in srpt_ch_data_comp()
589 if ((stmf_dbuf->db_flags & DB_SEND_STATUS_GOOD) != 0) { in srpt_ch_data_comp()
594 stmf_dbuf->db_xfer_status = STMF_FAILURE; in srpt_ch_data_comp()
596 stmf_data_xfer_done(dbuf->db_iu->iu_stmf_task, stmf_dbuf, 0); in srpt_ch_data_comp()