2 * Copyright (C) 2005 - 2009 ServerEngines
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License version 2
7 * as published by the Free Software Foundation. The full GNU General
8 * Public License is included in this distribution in the file called COPYING.
10 * Written by: Jayamohan Kallickal (jayamohank@serverengines.com)
12 * Contact Information:
13 * linux-drivers@serverengines.com
16 * 209 N. Fair Oaks Ave
30 void beiscsi_offload_connection(struct beiscsi_conn
*beiscsi_conn
,
31 struct beiscsi_offload_params
*params
);
33 void beiscsi_offload_iscsi(struct beiscsi_hba
*phba
, struct iscsi_conn
*conn
,
34 struct beiscsi_conn
*beiscsi_conn
,
35 unsigned int fw_handle
);
37 struct iscsi_cls_session
*beiscsi_session_create(struct iscsi_endpoint
*ep
,
40 uint32_t initial_cmdsn
);
42 void beiscsi_session_destroy(struct iscsi_cls_session
*cls_session
);
44 struct iscsi_cls_conn
*beiscsi_conn_create(struct iscsi_cls_session
45 *cls_session
, uint32_t cid
);
47 int beiscsi_conn_bind(struct iscsi_cls_session
*cls_session
,
48 struct iscsi_cls_conn
*cls_conn
,
49 uint64_t transport_fd
, int is_leading
);
51 int beiscsi_conn_get_param(struct iscsi_cls_conn
*cls_conn
,
52 enum iscsi_param param
, char *buf
);
54 int beiscsi_get_host_param(struct Scsi_Host
*shost
,
55 enum iscsi_host_param param
, char *buf
);
57 int beiscsi_set_param(struct iscsi_cls_conn
*cls_conn
,
58 enum iscsi_param param
, char *buf
, int buflen
);
60 int beiscsi_conn_start(struct iscsi_cls_conn
*cls_conn
);
62 void beiscsi_conn_stop(struct iscsi_cls_conn
*cls_conn
, int flag
);
64 struct iscsi_endpoint
*beiscsi_ep_connect(struct Scsi_Host
*shost
,
65 struct sockaddr
*dst_addr
,
68 int beiscsi_ep_poll(struct iscsi_endpoint
*ep
, int timeout_ms
);
70 void beiscsi_ep_disconnect(struct iscsi_endpoint
*ep
);
72 void beiscsi_conn_get_stats(struct iscsi_cls_conn
*cls_conn
,
73 struct iscsi_stats
*stats
);