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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h30 void beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn,
34 struct beiscsi_conn *beiscsi_conn,
H A Dbe_iscsi.c120 struct beiscsi_conn *beiscsi_conn; local
130 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid);
135 beiscsi_conn = conn->dd_data;
136 beiscsi_conn->ep = NULL;
137 beiscsi_conn->phba = phba;
138 beiscsi_conn->conn = conn;
141 beiscsi_conn->beiscsi_sess = beiscsi_sess;
146 * beiscsi_bindconn_cid - Bind the beiscsi_conn with phba connection table
147 * @beiscsi_conn
151 beiscsi_bindconn_cid(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, unsigned int cid) argument
180 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
225 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
396 beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
430 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
708 struct beiscsi_conn *beiscsi_conn; local
[all...]
H A Dbe_main.c71 struct beiscsi_conn *beiscsi_conn; local
96 beiscsi_conn = conn->dd_data;
97 phba = beiscsi_conn->phba;
100 cid = beiscsi_conn->beiscsi_conn_cid;
142 struct beiscsi_conn *beiscsi_conn; local
159 beiscsi_conn = conn->dd_data;
160 phba = beiscsi_conn->phba;
161 cid = beiscsi_conn
936 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, unsigned short cid, struct pdu_base *ppdu, unsigned long pdu_len, void *pbuffer, unsigned long buf_len) argument
1135 be_complete_io(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1205 be_complete_logout(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1237 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1261 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1292 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1313 hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1393 hwi_get_async_handle(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, struct hwi_async_pdu_context *pasync_ctx, struct i_t_dpdu_cqe *pdpdu_cqe, unsigned int *pcq_index) argument
1654 hwi_flush_default_pdu_buffer(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, struct i_t_dpdu_cqe *pdpdu_cqe) argument
1678 hwi_fwd_async_msg(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct hwi_async_pdu_context *pasync_ctx, unsigned short cri) argument
1721 hwi_gather_async_pdu(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct async_pdu_handle *pasync_handle) argument
1785 hwi_process_default_pdu_ring(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct i_t_dpdu_cqe *pdpdu_cqe) argument
1856 struct beiscsi_conn *beiscsi_conn; local
2131 struct beiscsi_conn *beiscsi_conn = io_task->conn; local
3672 beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
3779 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3890 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3935 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3996 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
[all...]
H A Dbe_mgmt.h232 struct beiscsi_conn *conn;
H A Dbe_main.h311 struct beiscsi_conn *conn_table[BE2_MAX_SESSIONS * 2];
357 * struct beiscsi_conn - iscsi connection structure
359 struct beiscsi_conn { struct
411 struct beiscsi_conn *conn;
486 /* void hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/be2iscsi/
H A Dbe_iscsi.h30 void beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn,
34 struct beiscsi_conn *beiscsi_conn,
H A Dbe_iscsi.c120 struct beiscsi_conn *beiscsi_conn; local
130 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid);
135 beiscsi_conn = conn->dd_data;
136 beiscsi_conn->ep = NULL;
137 beiscsi_conn->phba = phba;
138 beiscsi_conn->conn = conn;
141 beiscsi_conn->beiscsi_sess = beiscsi_sess;
146 * beiscsi_bindconn_cid - Bind the beiscsi_conn with phba connection table
147 * @beiscsi_conn
151 beiscsi_bindconn_cid(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, unsigned int cid) argument
180 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
225 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
396 beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
430 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
708 struct beiscsi_conn *beiscsi_conn; local
[all...]
H A Dbe_main.c71 struct beiscsi_conn *beiscsi_conn; local
96 beiscsi_conn = conn->dd_data;
97 phba = beiscsi_conn->phba;
100 cid = beiscsi_conn->beiscsi_conn_cid;
142 struct beiscsi_conn *beiscsi_conn; local
159 beiscsi_conn = conn->dd_data;
160 phba = beiscsi_conn->phba;
161 cid = beiscsi_conn
936 beiscsi_process_async_pdu(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, unsigned short cid, struct pdu_base *ppdu, unsigned long pdu_len, void *pbuffer, unsigned long buf_len) argument
1135 be_complete_io(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1205 be_complete_logout(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1237 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1261 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1292 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct sol_cqe *psol) argument
1313 hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) argument
1393 hwi_get_async_handle(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, struct hwi_async_pdu_context *pasync_ctx, struct i_t_dpdu_cqe *pdpdu_cqe, unsigned int *pcq_index) argument
1654 hwi_flush_default_pdu_buffer(struct beiscsi_hba *phba, struct beiscsi_conn *beiscsi_conn, struct i_t_dpdu_cqe *pdpdu_cqe) argument
1678 hwi_fwd_async_msg(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct hwi_async_pdu_context *pasync_ctx, unsigned short cri) argument
1721 hwi_gather_async_pdu(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct async_pdu_handle *pasync_handle) argument
1785 hwi_process_default_pdu_ring(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct i_t_dpdu_cqe *pdpdu_cqe) argument
1856 struct beiscsi_conn *beiscsi_conn; local
2131 struct beiscsi_conn *beiscsi_conn = io_task->conn; local
3672 beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) argument
3779 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3890 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3935 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
3996 struct beiscsi_conn *beiscsi_conn = conn->dd_data; local
[all...]
H A Dbe_mgmt.h232 struct beiscsi_conn *conn;
H A Dbe_main.h311 struct beiscsi_conn *conn_table[BE2_MAX_SESSIONS * 2];
357 * struct beiscsi_conn - iscsi connection structure
359 struct beiscsi_conn { struct
411 struct beiscsi_conn *conn;
486 /* void hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn,

Completed in 140 milliseconds