Linux Kernel
3.7.1
|
#include <linux/slab.h>
#include <linux/random.h>
#include "iscsi_target_core.h"
#include "iscsi_target_util.h"
#include "iscsi_target_tpg.h"
#include "iscsi_target_seq_pdu_list.h"
Go to the source code of this file.
Macros | |
#define | OFFLOAD_BUF_SIZE 32768 |
Functions | |
int | iscsit_build_pdu_and_seq_lists (struct iscsi_cmd *cmd, u32 immediate_data_length) |
struct iscsi_pdu * | iscsit_get_pdu_holder (struct iscsi_cmd *cmd, u32 offset, u32 length) |
struct iscsi_pdu * | iscsit_get_pdu_holder_for_seq (struct iscsi_cmd *cmd, struct iscsi_seq *seq) |
struct iscsi_seq * | iscsit_get_seq_holder (struct iscsi_cmd *cmd, u32 offset, u32 length) |
#define OFFLOAD_BUF_SIZE 32768 |
Definition at line 30 of file iscsi_target_seq_pdu_list.c.
Definition at line 498 of file iscsi_target_seq_pdu_list.c.
Definition at line 573 of file iscsi_target_seq_pdu_list.c.
|
read |
Definition at line 597 of file iscsi_target_seq_pdu_list.c.