• Home
  • Raw
  • Download

Lines Matching defs:vp

119 destruct_scsi_pt_obj(struct sg_pt_base * vp)  in destruct_scsi_pt_obj()
128 clear_scsi_pt_obj(struct sg_pt_base * vp) in clear_scsi_pt_obj()
142 set_scsi_pt_cdb(struct sg_pt_base * vp, const unsigned char * cdb, in set_scsi_pt_cdb()
155 set_scsi_pt_sense(struct sg_pt_base * vp, unsigned char * sense, in set_scsi_pt_sense()
169 set_scsi_pt_data_in(struct sg_pt_base * vp, unsigned char * dxferp, in set_scsi_pt_data_in()
186 set_scsi_pt_data_out(struct sg_pt_base * vp, const unsigned char * dxferp, in set_scsi_pt_data_out()
202 set_scsi_pt_packet_id(struct sg_pt_base * vp __attribute__ ((unused)), in set_scsi_pt_packet_id()
208 set_scsi_pt_tag(struct sg_pt_base * vp, uint64_t tag __attribute__ ((unused))) in set_scsi_pt_tag()
216 set_scsi_pt_task_management(struct sg_pt_base * vp, in set_scsi_pt_task_management()
225 set_scsi_pt_task_attr(struct sg_pt_base * vp, in set_scsi_pt_task_attr()
235 set_scsi_pt_flags(struct sg_pt_base * vp __attribute__ ((unused)), in set_scsi_pt_flags()
244 do_scsi_pt(struct sg_pt_base * vp, int fd, int timeout_secs, int verbose) in do_scsi_pt()
290 get_scsi_pt_result_category(const struct sg_pt_base * vp) in get_scsi_pt_result_category()
311 get_scsi_pt_resid(const struct sg_pt_base * vp) in get_scsi_pt_resid()
320 get_scsi_pt_status_response(const struct sg_pt_base * vp) in get_scsi_pt_status_response()
328 get_scsi_pt_sense_buf(const struct sg_pt_base * vp) in get_scsi_pt_sense_buf()
336 get_scsi_pt_sense_len(const struct sg_pt_base * vp) in get_scsi_pt_sense_len()
344 get_scsi_pt_os_err(const struct sg_pt_base * vp) in get_scsi_pt_os_err()
352 get_scsi_pt_os_err_str(const struct sg_pt_base * vp __attribute__ ((unused)), in get_scsi_pt_os_err_str()
367 get_scsi_pt_transport_err(const struct sg_pt_base * vp) in get_scsi_pt_transport_err()
380 const struct sg_pt_base * vp __attribute__ ((unused)), in get_scsi_pt_transport_err_str()
389 get_scsi_pt_duration_ms(const struct sg_pt_base * vp __attribute__ ((unused))) in get_scsi_pt_duration_ms()
395 partial_clear_scsi_pt_obj(struct sg_pt_base * vp) in partial_clear_scsi_pt_obj()
408 bool pt_device_is_nvme(const struct sg_pt_base * vp __attribute__ ((unused))) in pt_device_is_nvme()
423 do_nvm_pt(struct sg_pt_base * vp, int submq, int timeout_secs, int verbose) in do_nvm_pt()
433 get_pt_actual_lengths(const struct sg_pt_base * vp, int * act_dinp, in get_pt_actual_lengths()
464 get_pt_duration_ns(const struct sg_pt_base * vp __attribute__ ((unused))) in get_pt_duration_ns()
472 get_pt_file_handle(const struct sg_pt_base * vp) in get_pt_file_handle()
484 get_pt_nvme_nsid(const struct sg_pt_base * vp) in get_pt_nvme_nsid()
491 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths()
520 get_pt_result(const struct sg_pt_base * vp) in get_pt_result()
526 get_scsi_pt_cdb_buf(const struct sg_pt_base * vp) in get_scsi_pt_cdb_buf()
534 get_scsi_pt_cdb_len(const struct sg_pt_base * vp) in get_scsi_pt_cdb_len()
546 set_pt_file_handle(struct sg_pt_base * vp, int dev_han, int vb) in set_pt_file_handle()
558 set_scsi_pt_transport_err(struct sg_pt_base * vp, int err) in set_scsi_pt_transport_err()
565 set_pt_metadata_xfer(struct sg_pt_base * vp, uint8_t * mdxferp, in set_pt_metadata_xfer()