2 * Copyright 2017 Broadcom. All Rights Reserved.
3 * The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries.
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 * Contact Information:
11 * linux-drivers@broadcom.com
21 void beiscsi_iface_create_default(struct beiscsi_hba
*phba
);
23 void beiscsi_iface_destroy_default(struct beiscsi_hba
*phba
);
25 int beiscsi_iface_get_param(struct iscsi_iface
*iface
,
26 enum iscsi_param_type param_type
,
27 int param
, char *buf
);
29 int beiscsi_iface_set_param(struct Scsi_Host
*shost
,
30 void *data
, uint32_t count
);
32 umode_t
beiscsi_attr_is_visible(int param_type
, int param
);
34 void beiscsi_offload_connection(struct beiscsi_conn
*beiscsi_conn
,
35 struct beiscsi_offload_params
*params
);
37 void beiscsi_offload_iscsi(struct beiscsi_hba
*phba
, struct iscsi_conn
*conn
,
38 struct beiscsi_conn
*beiscsi_conn
,
39 unsigned int fw_handle
);
41 struct iscsi_cls_session
*beiscsi_session_create(struct iscsi_endpoint
*ep
,
44 uint32_t initial_cmdsn
);
46 void beiscsi_session_destroy(struct iscsi_cls_session
*cls_session
);
48 void beiscsi_session_fail(struct iscsi_cls_session
*cls_session
);
50 struct iscsi_cls_conn
*beiscsi_conn_create(struct iscsi_cls_session
51 *cls_session
, uint32_t cid
);
53 int beiscsi_conn_bind(struct iscsi_cls_session
*cls_session
,
54 struct iscsi_cls_conn
*cls_conn
,
55 uint64_t transport_fd
, int is_leading
);
57 int beiscsi_ep_get_param(struct iscsi_endpoint
*ep
, enum iscsi_param param
,
60 int beiscsi_get_host_param(struct Scsi_Host
*shost
,
61 enum iscsi_host_param param
, char *buf
);
63 int beiscsi_get_macaddr(char *buf
, struct beiscsi_hba
*phba
);
65 int beiscsi_set_param(struct iscsi_cls_conn
*cls_conn
,
66 enum iscsi_param param
, char *buf
, int buflen
);
68 int beiscsi_conn_start(struct iscsi_cls_conn
*cls_conn
);
70 struct iscsi_endpoint
*beiscsi_ep_connect(struct Scsi_Host
*shost
,
71 struct sockaddr
*dst_addr
,
74 int beiscsi_ep_poll(struct iscsi_endpoint
*ep
, int timeout_ms
);
76 void beiscsi_ep_disconnect(struct iscsi_endpoint
*ep
);
78 void beiscsi_conn_get_stats(struct iscsi_cls_conn
*cls_conn
,
79 struct iscsi_stats
*stats
);