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

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_zvol.c192 if (dbuf->db_sglist_length != numbufs) {
194 dbuf->db_sglist_length, numbufs);
225 ASSERT(dbuf->db_sglist_length);
227 dmu_buf_rele_array(zvio->zvio_dbp, (int)dbuf->db_sglist_length, RDTAG);
270 if (dbuf->db_sglist_length != numbufs) {
272 dbuf->db_sglist_length, numbufs);
319 for (i = 0; i < dbuf->db_sglist_length; i++)
322 sizeof (arc_buf_t *) * dbuf->db_sglist_length);
361 for (i = 0; i < dbuf->db_sglist_length; i++) {
379 sizeof (arc_buf_t *) * dbuf->db_sglist_length);
[all...]
H A Dsbd_scsi.c150 (ndx < dbuf->db_sglist_length); ndx++) {
318 dbuf->db_sglist_length = (uint16_t)nblks;
733 iovcnt = dbuf->db_sglist_length;
971 (dbuf->db_sglist_length == 1)) {
1181 dbuf->db_sglist_length = (uint16_t)nblks;
1346 (ndx < dbuf->db_sglist_length); ndx++) {
1723 (dbuf->db_sglist_length > 1)) {
2331 (ndx < dbuf->db_sglist_length); ndx++) {
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt_dma.c184 db->db_sglist_length = 1;
677 numbufs = dbuf->db_sglist_length;
739 qsgl->handle_count = dbuf->db_sglist_length;
H A Dqlt.c2472 ASSERT(mcp->dbuf->db_sglist_length == 1);
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c542 atomic_add_16(&dbuf->db_sglist_length, 1);
546 dbuf->db_sglist_length >= FCOET_GET_SEG_NUM(dbuf)) {
895 * We decrease db_sglist_length only for READ-type commands.
896 * For INQUIRY, resid could be non-zero, then db_sglist_length will
899 dbuf->db_sglist_length--;
900 if ((xch->xch_left_data_size <= 0) || (!dbuf->db_sglist_length)) {
H A Dfcoet.c912 dbuf->db_sglist_length = 0;
970 dbuf->db_sglist_length = idx + 1;
H A Dfcoet_fc.c236 dbuf->db_sglist_length = 0;
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf.h88 uint16_t db_sglist_length; member in struct:stmf_data_buf
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c618 result->db_sglist_length = 1;
1220 immed_pbuf->pbuf_stmf_buf->db_sglist_length = 1;
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1490 result->db_sglist_length = 1;
2813 immed_ibuf->ibuf_stmf_buf->db_sglist_length = 1;
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ioc.c1345 stmf_dbuf->db_sglist_length = 1;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c4172 if (sbp->fct_buf->db_sglist_length != 1) {
4175 sbp->fct_buf->db_sglist_length);
H A Demlxs_fct.c4926 db->db_sglist_length = 1;
H A Demlxs_sli4.c2701 if (sbp->fct_buf->db_sglist_length != 1) {
2704 sbp->fct_buf->db_sglist_length);
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c6559 for (i = 0; i < dbuf->db_sglist_length; i++) {

Completed in 155 milliseconds