/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 136 struct beiscsi_conn *beiscsi_conn; in beiscsi_conn_create() local 148 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid); in beiscsi_conn_create() 153 beiscsi_conn = conn->dd_data; in beiscsi_conn_create() 154 beiscsi_conn->ep = NULL; in beiscsi_conn_create() 155 beiscsi_conn->phba = phba; in beiscsi_conn_create() 156 beiscsi_conn->conn = conn; in beiscsi_conn_create() 159 beiscsi_conn->beiscsi_sess = beiscsi_sess; in beiscsi_conn_create() 177 struct beiscsi_conn *beiscsi_conn in beiscsi_conn_bind() local 859 beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) beiscsi_set_params_for_offld() argument 905 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_conn_start() local 1013 struct beiscsi_conn *beiscsi_conn; beiscsi_free_ep() local 1307 struct beiscsi_conn *beiscsi_conn; beiscsi_ep_disconnect() local [all...] |
H A D | be_iscsi.h | 29 void beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, 33 struct beiscsi_conn *beiscsi_conn,
|
H A D | be_main.c | 222 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_abort() local 242 beiscsi_conn = conn->dd_data; in beiscsi_eh_abort() 243 phba = beiscsi_conn->phba; in beiscsi_eh_abort() 252 inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_abort() 275 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_device_reset() local 294 beiscsi_conn = conn->dd_data; in beiscsi_eh_device_reset() 295 phba = beiscsi_conn->phba; in beiscsi_eh_device_reset() 335 inv_tbl->tbl[nents].cid = beiscsi_conn in beiscsi_eh_device_reset() 1100 be_complete_io(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_io() argument 1168 be_complete_logout(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_logout() argument 1195 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_tmf() argument 1216 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) hwi_complete_drvr_msgs() argument 1251 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_nopin_resp() argument 1324 hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) hwi_complete_cmd() argument 1407 beiscsi_complete_pdu(struct beiscsi_conn *beiscsi_conn, struct pdu_base *phdr, void *pdata, unsigned int dlen) beiscsi_complete_pdu() argument 1479 beiscsi_hdl_get_handle(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, struct i_t_dpdu_cqe *pdpdu_cqe, u8 *header) beiscsi_hdl_get_handle() argument 1587 beiscsi_hdl_fwd_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, u16 cri) beiscsi_hdl_fwd_pdu() argument 1640 beiscsi_hdl_gather_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, struct hd_async_handle *pasync_handle) beiscsi_hdl_gather_pdu() argument 1764 beiscsi_hdq_process_compl(struct beiscsi_conn *beiscsi_conn, struct i_t_dpdu_cqe *pdpdu_cqe) beiscsi_hdq_process_compl() argument 1857 struct beiscsi_conn *beiscsi_conn; beiscsi_process_cq() local 2265 struct beiscsi_conn *beiscsi_conn = io_task->conn; hwi_write_buffer() local 4215 beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task) beiscsi_free_mgmt_task_handles() argument 4258 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_cleanup_task() local 4300 beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) beiscsi_offload_connection() argument 4378 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_alloc_pdu() local 4526 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_iotask_v2() local 4587 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_iotask() local 4645 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_mtask() local [all...] |
H A D | be_main.h | 305 struct beiscsi_conn **conn_table; 405 * struct beiscsi_conn - iscsi connection structure 407 struct beiscsi_conn { struct 460 struct beiscsi_conn *conn; 795 void beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn,
|
H A D | be_mgmt.h | 155 struct beiscsi_conn *conn;
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_iscsi.c | 136 struct beiscsi_conn *beiscsi_conn; in beiscsi_conn_create() local 148 cls_conn = iscsi_conn_setup(cls_session, sizeof(*beiscsi_conn), cid); in beiscsi_conn_create() 153 beiscsi_conn = conn->dd_data; in beiscsi_conn_create() 154 beiscsi_conn->ep = NULL; in beiscsi_conn_create() 155 beiscsi_conn->phba = phba; in beiscsi_conn_create() 156 beiscsi_conn->conn = conn; in beiscsi_conn_create() 159 beiscsi_conn->beiscsi_sess = beiscsi_sess; in beiscsi_conn_create() 177 struct beiscsi_conn *beiscsi_conn in beiscsi_conn_bind() local 859 beiscsi_set_params_for_offld(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) beiscsi_set_params_for_offld() argument 905 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_conn_start() local 1013 struct beiscsi_conn *beiscsi_conn; beiscsi_free_ep() local [all...] |
H A D | be_iscsi.h | 29 void beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, 33 struct beiscsi_conn *beiscsi_conn,
|
H A D | be_main.c | 224 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_abort() local 251 beiscsi_conn = conn->dd_data; in beiscsi_eh_abort() 252 phba = beiscsi_conn->phba; in beiscsi_eh_abort() 261 inv_tbl.cid = beiscsi_conn->beiscsi_conn_cid; in beiscsi_eh_abort() 284 struct beiscsi_conn *beiscsi_conn; in beiscsi_eh_device_reset() local 303 beiscsi_conn = conn->dd_data; in beiscsi_eh_device_reset() 304 phba = beiscsi_conn->phba; in beiscsi_eh_device_reset() 352 inv_tbl->tbl[nents].cid = beiscsi_conn in beiscsi_eh_device_reset() 1117 be_complete_io(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_io() argument 1185 be_complete_logout(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_logout() argument 1212 be_complete_tmf(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_tmf() argument 1233 hwi_complete_drvr_msgs(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) hwi_complete_drvr_msgs() argument 1268 be_complete_nopin_resp(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task, struct common_sol_cqe *csol_cqe) be_complete_nopin_resp() argument 1341 hwi_complete_cmd(struct beiscsi_conn *beiscsi_conn, struct beiscsi_hba *phba, struct sol_cqe *psol) hwi_complete_cmd() argument 1424 beiscsi_complete_pdu(struct beiscsi_conn *beiscsi_conn, struct pdu_base *phdr, void *pdata, unsigned int dlen) beiscsi_complete_pdu() 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) beiscsi_hdl_get_handle() argument 1604 beiscsi_hdl_fwd_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, u16 cri) beiscsi_hdl_fwd_pdu() argument 1657 beiscsi_hdl_gather_pdu(struct beiscsi_conn *beiscsi_conn, struct hd_async_context *pasync_ctx, struct hd_async_handle *pasync_handle) beiscsi_hdl_gather_pdu() argument 1781 beiscsi_hdq_process_compl(struct beiscsi_conn *beiscsi_conn, struct i_t_dpdu_cqe *pdpdu_cqe) beiscsi_hdq_process_compl() argument 1874 struct beiscsi_conn *beiscsi_conn; beiscsi_process_cq() local 2281 struct beiscsi_conn *beiscsi_conn = io_task->conn; hwi_write_buffer() local 4209 beiscsi_free_mgmt_task_handles(struct beiscsi_conn *beiscsi_conn, struct iscsi_task *task) beiscsi_free_mgmt_task_handles() argument 4252 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_cleanup_task() local 4294 beiscsi_offload_connection(struct beiscsi_conn *beiscsi_conn, struct beiscsi_offload_params *params) beiscsi_offload_connection() argument 4372 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_alloc_pdu() local 4517 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_iotask_v2() local 4578 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_iotask() local 4636 struct beiscsi_conn *beiscsi_conn = conn->dd_data; beiscsi_mtask() local [all...] |
H A D | be_main.h | 304 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 D | be_mgmt.h | 155 struct beiscsi_conn *conn;
|