Searched refs:beiscsi_conn (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h29 void beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn,
33 struct beiscsi_conn *beiscsi_conn,
H A Dbe_iscsi.c136 struct beiscsi_conn *beiscsi_conn; local
148 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid);
153 beiscsi_conn = conn->dd_data;
154 beiscsi_conn->ep = NULL;
155 beiscsi_conn->phba = phba;
156 beiscsi_conn->conn = conn;
159 beiscsi_conn->beiscsi_sess = beiscsi_sess;
177 struct beiscsi_conn *beiscsi_conn local
859 beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
905 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
1013 struct beiscsi_conn *beiscsi_conn; local
[all...]
H A Dbe_main.c224 struct beiscsi_conn *beiscsi_conn; local
251 beiscsi_conn = conn->dd_data;
252 phba = beiscsi_conn->phba;
261 inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid;
284 struct beiscsi_conn *beiscsi_conn; local
303 beiscsi_conn = conn->dd_data;
304 phba = beiscsi_conn->phba;
352 inv_tbl->tbl[nents].cid = beiscsi_conn
1117 be_complete_io(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) argument
1185 be_complete_logout(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) argument
1212 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) argument
1233 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1268 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) argument
1341 hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1424 beiscsi_complete_pdu(struct beiscsi_conn *beiscsi_conn, struct pdu_base *phdr, void *pdata, unsigned int dlen) argument
1496 beiscsi_hdl_get_handle(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, struct i_t_dpdu_cqe *pdpdu_cqe, u8 *header) argument
1604 beiscsi_hdl_fwd_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, u16 cri) argument
1657 beiscsi_hdl_gather_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, struct hd_async_handle *pasync_handle) argument
1781 beiscsi_hdq_process_compl(struct beiscsi_conn *beiscsi_conn, struct i_t_dpdu_cqe *pdpdu_cqe) argument
1874 struct beiscsi_conn *beiscsi_conn; local
2281 struct beiscsi_conn *beiscsi_conn = io_task->conn; local
4209 beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task) argument
4252 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
4294 beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
4372 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
4517 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
4578 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
4636 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
[all...]
H A Dbe_main.h304 struct beiscsi_conn **conn_table;
404 * struct beiscsi_conn - iscsi connection structure
406 struct beiscsi_conn { struct
459 struct beiscsi_conn *conn;
794 void beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn,
H A Dbe_mgmt.h155 struct beiscsi_conn *conn;

Completed in 154 milliseconds