Lines Matching refs:scsi_task_t

94 void sbd_handle_short_write_xfer_completion(scsi_task_t *task,
96 void sbd_handle_short_write_transfers(scsi_task_t *task,
98 void sbd_handle_mode_select_xfer(scsi_task_t *task, uint8_t *buf,
100 void sbd_handle_mode_select(scsi_task_t *task, stmf_data_buf_t *dbuf);
101 void sbd_handle_identifying_info(scsi_task_t *task, stmf_data_buf_t *dbuf);
103 static void sbd_handle_unmap_xfer(scsi_task_t *task, uint8_t *buf,
105 static void sbd_handle_unmap(scsi_task_t *task, stmf_data_buf_t *dbuf);
107 extern void sbd_pgr_initialize_it(scsi_task_t *, sbd_it_data_t *);
108 extern int sbd_pgr_reservation_conflict(scsi_task_t *);
111 extern void sbd_handle_pgr_in_cmd(scsi_task_t *, stmf_data_buf_t *);
112 extern void sbd_handle_pgr_out_cmd(scsi_task_t *, stmf_data_buf_t *);
113 extern void sbd_handle_pgr_out_data(scsi_task_t *, stmf_data_buf_t *);
116 static void sbd_handle_write_same(scsi_task_t *task,
338 uint64_t, offset, scsi_task_t *, task);
344 uint64_t, offset, int, ret, scsi_task_t *, task);
624 uint64_t, zvio->zvio_offset, scsi_task_t *, task);
641 uint64_t, zvio->zvio_offset, int, ret, scsi_task_t *, task);
720 sbd_copy_rdwr(scsi_task_t *task, uint64_t laddr, stmf_data_buf_t *dbuf,
770 scsi_task_t *, task);
777 scsi_task_t *, task);
783 scsi_task_t *, task);
791 scsi_task_t *, task);
1397 sbd_zcopy_write_useful(scsi_task_t *task, uint64_t laddr, uint32_t len,
1586 sbd_handle_short_read_transfers(scsi_task_t *task, stmf_data_buf_t *dbuf,
1657 sbd_handle_short_write_transfers(scsi_task_t *task,
1710 sbd_handle_short_write_xfer_completion(scsi_task_t *task,
1991 sbd_handle_mode_select(scsi_task_t *task, stmf_data_buf_t *dbuf)
2017 sbd_handle_mode_select_xfer(scsi_task_t *task, uint8_t *buf, uint32_t buflen)
2423 sbd_handle_write_same(scsi_task_t *task, struct stmf_data_buf *initial_dbuf)
2547 sbd_handle_unmap(scsi_task_t *task, stmf_data_buf_t *dbuf)
2573 sbd_handle_unmap_xfer(scsi_task_t *task, uint8_t *buf, uint32_t buflen)
3523 scsi_task_t *task;
3536 task = (scsi_task_t *)arg;