Searched refs:pbuf_stmf_buf (Results 1 – 3 of 3) sorted by relevance
369 pbuf->pbuf_stmf_buf->db_data_size = scmd->icsc_immed_data_len; in pppt_msg_scsi_cmd()370 pbuf->pbuf_stmf_buf->db_buf_size = scmd->icsc_immed_data_len; in pppt_msg_scsi_cmd()371 pbuf->pbuf_stmf_buf->db_relative_offset = 0; in pppt_msg_scsi_cmd()372 pbuf->pbuf_stmf_buf->db_sglist[0].seg_length = in pppt_msg_scsi_cmd()374 pbuf->pbuf_stmf_buf->db_sglist[0].seg_addr = in pppt_msg_scsi_cmd()377 stmf_post_task(task, pbuf->pbuf_stmf_buf); in pppt_msg_scsi_cmd()
594 pbuf->pbuf_stmf_buf = result; in pppt_dbuf_alloc()712 dbuf = pppt_buf->pbuf_stmf_buf; in pppt_xfer_read_complete()1216 immed_pbuf->pbuf_stmf_buf = (stmf_data_buf_t *)(immed_pbuf + 1); in pppt_task_alloc()1218 bzero(immed_pbuf->pbuf_stmf_buf, sizeof (stmf_data_buf_t)); in pppt_task_alloc()1219 immed_pbuf->pbuf_stmf_buf->db_port_private = immed_pbuf; in pppt_task_alloc()1220 immed_pbuf->pbuf_stmf_buf->db_sglist_length = 1; in pppt_task_alloc()1221 immed_pbuf->pbuf_stmf_buf->db_flags = DB_DIRECTION_FROM_RPORT | in pppt_task_alloc()
143 stmf_data_buf_t *pbuf_stmf_buf; member