Searched refs:db_buf_size (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt_msg.c370 pbuf->pbuf_stmf_buf->db_buf_size = scmd->icsc_immed_data_len;
H A Dpppt.c616 result->db_buf_size = size;
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h85 uint32_t db_buf_size; /* Total size of this buffer */ member in struct:stmf_data_buf
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c146 len = scmd->len > dbuf->db_buf_size ? dbuf->db_buf_size : scmd->len;
315 dbuf->db_buf_size = xfer_len;
970 if ((dbuf->db_buf_size >= len) && fast_path &&
1051 len = scmd->len > dbuf->db_buf_size ? dbuf->db_buf_size :
1178 dbuf->db_buf_size = xfer_len;
2410 len = scmd->len > dbuf->db_buf_size ? dbuf->db_buf_size :
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c183 db->db_sglist[0].seg_length = db->db_buf_size = bsize;
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1340 stmf_dbuf->db_buf_size = size;
1371 dbuf->db_buf_size);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c910 dbuf->db_buf_size = size;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1488 result->db_buf_size = bsize;
2151 ibuf->ibuf_stmf_buf->db_buf_size = rx_pdu->isp_datalen;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c4925 db->db_buf_size = mp->size;

Completed in 113 milliseconds