Home
last modified time | relevance | path

Searched refs:db_sglist_length (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c192 if (dbuf->db_sglist_length != numbufs) { in sbd_zvol_alloc_read_bufs()
194 dbuf->db_sglist_length, numbufs); in sbd_zvol_alloc_read_bufs()
225 ASSERT(dbuf->db_sglist_length); in sbd_zvol_rele_read_bufs()
227 dmu_buf_rele_array(zvio->zvio_dbp, (int)dbuf->db_sglist_length, RDTAG); in sbd_zvol_rele_read_bufs()
270 if (dbuf->db_sglist_length != numbufs) { in sbd_zvol_alloc_write_bufs()
272 dbuf->db_sglist_length, numbufs); in sbd_zvol_alloc_write_bufs()
319 for (i = 0; i < dbuf->db_sglist_length; i++) in sbd_zvol_rele_write_bufs_abort()
322 sizeof (arc_buf_t *) * dbuf->db_sglist_length); in sbd_zvol_rele_write_bufs_abort()
361 for (i = 0; i < dbuf->db_sglist_length; i++) { in sbd_zvol_rele_write_bufs()
379 sizeof (arc_buf_t *) * dbuf->db_sglist_length); in sbd_zvol_rele_write_bufs()
H A Dsbd_scsi.c150 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_do_read_xfer()
318 dbuf->db_sglist_length = (uint16_t)nblks; in sbd_do_sgl_read_xfer()
733 iovcnt = dbuf->db_sglist_length; in sbd_copy_rdwr()
971 (dbuf->db_sglist_length == 1)) { in sbd_handle_read()
1181 dbuf->db_sglist_length = (uint16_t)nblks; in sbd_do_sgl_write_xfer()
1346 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_handle_write_xfer_completion()
1723 (dbuf->db_sglist_length > 1)) { in sbd_handle_short_write_xfer_completion()
2331 (ndx < dbuf->db_sglist_length); ndx++) { in sbd_handle_write_same_xfer_completion()
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c542 atomic_add_16(&dbuf->db_sglist_length, 1); in fcoet_process_sol_fcp_data()
546 dbuf->db_sglist_length >= FCOET_GET_SEG_NUM(dbuf)) { in fcoet_process_sol_fcp_data()
899 dbuf->db_sglist_length--; in fcoet_send_sol_fcp_data_done()
900 if ((xch->xch_left_data_size <= 0) || (!dbuf->db_sglist_length)) { in fcoet_send_sol_fcp_data_done()
H A Dfcoet.c912 dbuf->db_sglist_length = 0; in fcoet_dbuf_alloc()
970 dbuf->db_sglist_length = idx + 1; in fcoet_dbuf_alloc()
H A Dfcoet_fc.c236 dbuf->db_sglist_length = 0; in fcoet_xfer_scsi_data()
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c184 db->db_sglist_length = 1; in qlt_dmem_init()
677 numbufs = dbuf->db_sglist_length; in qlt_dma_setup_dbuf()
739 qsgl->handle_count = dbuf->db_sglist_length; in qlt_dma_setup_dbuf()
H A Dqlt.c2472 ASSERT(mcp->dbuf->db_sglist_length == 1); in qlt_alloc_mailbox_command()
/titanic_41/usr/src/uts/common/sys/
H A Dstmf.h88 uint16_t db_sglist_length; member
/titanic_41/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c618 result->db_sglist_length = 1; in pppt_dbuf_alloc()
1220 immed_pbuf->pbuf_stmf_buf->db_sglist_length = 1; in pppt_task_alloc()
/titanic_41/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1475 result->db_sglist_length = 1; in iscsit_dbuf_alloc()
2797 immed_ibuf->ibuf_stmf_buf->db_sglist_length = 1; in iscsit_task_alloc()
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1345 stmf_dbuf->db_sglist_length = 1; in srpt_ioc_ds_alloc_dbuf()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4172 if (sbp->fct_buf->db_sglist_length != 1) { in emlxs_fct_bde_setup()
4175 sbp->fct_buf->db_sglist_length); in emlxs_fct_bde_setup()
H A Demlxs_fct.c4926 db->db_sglist_length = 1;
H A Demlxs_sli4.c2701 if (sbp->fct_buf->db_sglist_length != 1) { in emlxs_sli4_fct_bde_setup()
2704 sbp->fct_buf->db_sglist_length); in emlxs_sli4_fct_bde_setup()
/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6562 for (i = 0; i < dbuf->db_sglist_length; i++) { in stmf_xd_to_dbuf()