Searched refs:seg_length (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 206 sgl->seg_length = (uint32_t)seglen; in sbd_zvol_alloc_read_bufs() 302 sgl->seg_length = (uint32_t)seglen; in sbd_zvol_alloc_write_bufs()
|
H A D | sbd_scsi.c | 168 iolen = min(len - buflen, dbuf->db_sglist[ndx].seg_length); in sbd_do_read_xfer() 798 tiov->iov_len = MIN(resid, dbuf->db_sglist[i].seg_length); in sbd_copy_rdwr() 1448 dbuf->db_sglist[ndx].seg_length); in sbd_handle_write_xfer_completion() 1750 dbuf->db_sglist[ndx].seg_length); in sbd_handle_short_read_transfers() 2490 dbuf->db_sglist[ndx].seg_length); in sbd_handle_write_same_xfer_completion()
|
H A D | ats_copy_mgr.c | 361 dbuf->db_sglist[ndx].seg_length); in sbd_handle_ats_xfer_completion()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_removal.c | 1233 uint64_t seg_length; in spa_vdev_copy_impl() local 1237 seg_length = MIN(rs_get_end(rs, rt) - rs_get_start(rs, in spa_vdev_copy_impl() 1256 seg_length = rs_get_end(rs, rt) - in spa_vdev_copy_impl() 1261 range_tree_add(segs, rs_get_start(rs, rt), seg_length); in spa_vdev_copy_impl() 1263 rs_get_start(rs, rt), seg_length); in spa_vdev_copy_impl()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/ |
H A D | pppt.c | 620 result->db_sglist[0].seg_length = size; in pppt_dbuf_alloc() 643 dbuf->db_sglist[0].seg_length); in pppt_dbuf_free() 677 dbuf->db_sglist[0].seg_length, in pppt_lport_xfer_data()
|
H A D | pppt_msg.c | 372 pbuf->pbuf_stmf_buf->db_sglist[0].seg_length = in pppt_msg_scsi_cmd()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 183 db->db_sglist[0].seg_length = db->db_buf_size = bsize; in qlt_dmem_init() 701 (size_t)sglp->seg_length, in qlt_dma_setup_dbuf()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stmf.h | 80 uint32_t seg_length; member
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 936 dbuf->db_sglist[idx].seg_length = sge_size; in fcoet_dbuf_alloc() 965 dbuf->db_sglist[idx].seg_length = sge_size; in fcoet_dbuf_alloc()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 1495 result->db_sglist[0].seg_length = in iscsit_dbuf_alloc() 2158 ibuf->ibuf_stmf_buf->db_sglist[0].seg_length = in iscsit_post_scsi_cmd()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ioc.c | 1347 stmf_dbuf->db_sglist[0].seg_length = size; in srpt_ioc_ds_alloc_dbuf()
|
/illumos-gate/usr/src/uts/common/io/comstar/stmf/ |
H A D | stmf.c | 6846 s = min(xd->size_left, dbuf->db_sglist[i].seg_length); in stmf_xd_to_dbuf() 6914 if (dbuf && (dbuf->db_sglist[0].seg_length < 36)) { in stmf_dlun0_new_task() 6923 if ((dbuf == NULL) || (dbuf->db_sglist[0].seg_length < sz)) { in stmf_dlun0_new_task()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 4938 db->db_sglist[0].seg_length = mp->size; in emlxs_fct_stmf_alloc()
|