#include <linux/list.h>
#include <linux/kfifo.h>
#include <scsi/scsi_cmnd.h>
#include <scsi/scsi_host.h>
#include <scsi/srp.h>
Go to the source code of this file.
|
| int | srp_target_alloc (struct srp_target *, struct device *, size_t, size_t) |
| |
| void | srp_target_free (struct srp_target *) |
| |
| struct iu_entry * | srp_iu_get (struct srp_target *) |
| |
| void | srp_iu_put (struct iu_entry *) |
| |
| int | srp_cmd_queue (struct Scsi_Host *, struct srp_cmd *, void *, u64, u64) |
| |
| int | srp_transfer_data (struct scsi_cmnd *, struct srp_cmd *, srp_rdma_t, int, int) |
| |
- Enumerator:
| V_DIOVER |
|
| V_WRITE |
|
| V_LINKED |
|
| V_FLYING |
|
Definition at line 10 of file libsrp.h.