Lines Matching defs:vp
196 destruct_scsi_pt_obj(struct sg_pt_base * vp) in destruct_scsi_pt_obj()
205 clear_scsi_pt_obj(struct sg_pt_base * vp) in clear_scsi_pt_obj()
222 partial_clear_scsi_pt_obj(struct sg_pt_base * vp) in partial_clear_scsi_pt_obj()
238 set_scsi_pt_cdb(struct sg_pt_base * vp, const uint8_t * cdb, in set_scsi_pt_cdb()
248 get_scsi_pt_cdb_len(const struct sg_pt_base * vp) in get_scsi_pt_cdb_len()
256 get_scsi_pt_cdb_buf(const struct sg_pt_base * vp) in get_scsi_pt_cdb_buf()
264 set_scsi_pt_sense(struct sg_pt_base * vp, uint8_t * sense, in set_scsi_pt_sense()
279 set_scsi_pt_data_in(struct sg_pt_base * vp, uint8_t * dxferp, in set_scsi_pt_data_in()
295 set_scsi_pt_data_out(struct sg_pt_base * vp, const uint8_t * dxferp, in set_scsi_pt_data_out()
310 set_scsi_pt_packet_id(struct sg_pt_base * vp, int pack_id) in set_scsi_pt_packet_id()
315 set_scsi_pt_tag(struct sg_pt_base * vp, uint64_t tag) in set_scsi_pt_tag()
323 set_scsi_pt_task_management(struct sg_pt_base * vp, int tmf_code) in set_scsi_pt_task_management()
331 set_scsi_pt_task_attr(struct sg_pt_base * vp, int attrib, int priority) in set_scsi_pt_task_attr()
347 release_sim(struct sg_pt_base *vp, int device_fd, int verbose) { in release_sim()
376 do_scsi_pt(struct sg_pt_base * vp, int device_fd, int time_secs, int verbose) in do_scsi_pt()
481 get_scsi_pt_result_category(const struct sg_pt_base * vp) in get_scsi_pt_result_category()
499 get_scsi_pt_resid(const struct sg_pt_base * vp) in get_scsi_pt_resid()
507 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths()
528 get_pt_actual_lengths(const struct sg_pt_base * vp, int * act_dinp, in get_pt_actual_lengths()
550 get_scsi_pt_status_response(const struct sg_pt_base * vp) in get_scsi_pt_status_response()
558 get_scsi_pt_sense_len(const struct sg_pt_base * vp) in get_scsi_pt_sense_len()
568 get_scsi_pt_sense_buf(const struct sg_pt_base * vp) in get_scsi_pt_sense_buf()
576 get_scsi_pt_duration_ms(const struct sg_pt_base * vp) in get_scsi_pt_duration_ms()
586 get_pt_duration_ns(const struct sg_pt_base * vp __attribute__ ((unused))) in get_pt_duration_ns()
592 get_scsi_pt_transport_err(const struct sg_pt_base * vp) in get_scsi_pt_transport_err()
600 get_scsi_pt_os_err(const struct sg_pt_base * vp) in get_scsi_pt_os_err()
608 pt_device_is_nvme(const struct sg_pt_base * vp) in pt_device_is_nvme()
616 get_scsi_pt_transport_err_str(const struct sg_pt_base * vp, int max_b_len, in get_scsi_pt_transport_err_str()
632 get_scsi_pt_os_err_str(const struct sg_pt_base * vp, int max_b_len, char * b) in get_scsi_pt_os_err_str()
645 do_nvm_pt(struct sg_pt_base * vp, int submq, int timeout_secs, int verbose) in do_nvm_pt()
666 get_pt_file_handle(const struct sg_pt_base * vp) in get_pt_file_handle()
677 get_pt_nvme_nsid(const struct sg_pt_base * vp) in get_pt_nvme_nsid()
684 get_pt_result(const struct sg_pt_base * vp) in get_pt_result()
695 set_pt_file_handle(struct sg_pt_base * vp, int dev_han, int vb) in set_pt_file_handle()
708 set_scsi_pt_transport_err(struct sg_pt_base * vp, int err) in set_scsi_pt_transport_err()
715 set_pt_metadata_xfer(struct sg_pt_base * vp, uint8_t * mdxferp, in set_pt_metadata_xfer()