Home
last modified time | relevance | path

Searched refs:bnx2i_conn (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c184 * @bnx2i_conn: iscsi connection on which RQ event occurred
193 void bnx2i_get_rq_buf(struct bnx2i_conn *bnx2i_conn, char *ptr, int len) in bnx2i_get_rq_buf() argument
195 if (!bnx2i_conn->ep->qp.rqe_left) in bnx2i_get_rq_buf()
198 bnx2i_conn->ep->qp.rqe_left--; in bnx2i_get_rq_buf()
199 memcpy(ptr, (u8 *) bnx2i_conn->ep->qp.rq_cons_qe, len); in bnx2i_get_rq_buf()
200 if (bnx2i_conn->ep->qp.rq_cons_qe == bnx2i_conn->ep->qp.rq_last_qe) { in bnx2i_get_rq_buf()
201 bnx2i_conn->ep->qp.rq_cons_qe = bnx2i_conn in bnx2i_get_rq_buf()
231 bnx2i_put_rq_buf(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_put_rq_buf() argument
268 bnx2i_ring_sq_dbell(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_ring_sq_dbell() argument
291 bnx2i_ring_dbell_update_sq_params(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_ring_dbell_update_sq_params() argument
329 bnx2i_send_iscsi_login(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task) bnx2i_send_iscsi_login() argument
382 bnx2i_send_iscsi_tmf(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *mtask) bnx2i_send_iscsi_tmf() argument
456 bnx2i_send_iscsi_text(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *mtask) bnx2i_send_iscsi_text() argument
504 bnx2i_send_iscsi_scsicmd(struct bnx2i_conn *bnx2i_conn, struct bnx2i_cmd *cmd) bnx2i_send_iscsi_scsicmd() argument
530 bnx2i_send_iscsi_nopout(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task, char *datap, int data_len, int unsol) bnx2i_send_iscsi_nopout() argument
588 bnx2i_send_iscsi_logout(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task) bnx2i_send_iscsi_logout() argument
631 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_update_iscsi_conn() local
1336 bnx2i_process_scsi_cmd_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_scsi_cmd_resp() argument
1433 bnx2i_process_login_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_login_resp() argument
1501 bnx2i_process_text_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_text_resp() argument
1562 bnx2i_process_tmf_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_tmf_resp() argument
1601 bnx2i_process_logout_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_logout_resp() argument
1647 bnx2i_process_nopin_local_cmpl(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_nopin_local_cmpl() argument
1672 bnx2i_unsol_pdu_adjust_rq(struct bnx2i_conn *bnx2i_conn) bnx2i_unsol_pdu_adjust_rq() argument
1688 bnx2i_process_nopin_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_nopin_mesg() argument
1740 bnx2i_process_async_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_async_mesg() argument
1790 bnx2i_process_reject_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_reject_mesg() argument
1827 bnx2i_process_cmd_cleanup_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_cmd_cleanup_resp() argument
1900 bnx2i_queue_scsi_cmd_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct bnx2i_nop_in_msg *cqe) bnx2i_queue_scsi_cmd_resp() argument
1955 bnx2i_process_new_cqes(struct bnx2i_conn *bnx2i_conn) bnx2i_process_new_cqes() argument
2089 struct bnx2i_conn *bnx2i_conn; bnx2i_fastpath_notification() local
2155 bnx2i_recovery_que_add_conn(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_recovery_que_add_conn() argument
2174 struct bnx2i_conn *bnx2i_conn; bnx2i_process_tcp_error() local
2207 struct bnx2i_conn *bnx2i_conn; bnx2i_process_iscsi_error() local
[all...]
H A Dbnx2i_iscsi.c231 * @bnx2i_conn: pointer to iscsi connection
239 struct bnx2i_conn *bnx2i_conn, in bnx2i_bind_conn_to_iscsi_cid()
243 iscsi_conn_printk(KERN_ALERT, bnx2i_conn->cls_conn->dd_data, in bnx2i_bind_conn_to_iscsi_cid()
248 hba->cid_que.conn_cid_tbl[iscsi_cid] = bnx2i_conn; in bnx2i_bind_conn_to_iscsi_cid()
258 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba, in bnx2i_get_conn_from_id()
336 mem_size = hba->max_active_conns * sizeof(struct bnx2i_conn *); in bnx2i_setup_free_cid_que()
930 * @bnx2i_conn: iscsi connection pointer
935 struct bnx2i_conn *bnx2i_conn) in bnx2i_conn_free_login_resources()
238 bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn, u32 iscsi_cid) bnx2i_bind_conn_to_iscsi_cid() argument
934 bnx2i_conn_free_login_resources(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_conn_free_login_resources() argument
975 bnx2i_conn_alloc_login_resources(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_conn_alloc_login_resources() argument
1047 bnx2i_iscsi_prep_generic_pdu_bd(struct bnx2i_conn *bnx2i_conn) bnx2i_iscsi_prep_generic_pdu_bd() argument
1082 struct bnx2i_conn *bnx2i_conn = cmd->conn; bnx2i_iscsi_send_generic_request() local
1159 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_cleanup_task() local
1189 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_mtask_xmit() local
1225 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_task_xmit() local
1359 struct bnx2i_conn *bnx2i_conn; bnx2i_conn_create() local
1409 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_bind() local
1484 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_destroy() local
1611 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_start() local
2124 struct bnx2i_conn *bnx2i_conn = NULL; bnx2i_ep_disconnect() local
[all...]
H A Dbnx2i.h259 struct bnx2i_conn *conn;
269 * struct bnx2i_conn - iscsi connection structure
283 struct bnx2i_conn { struct
329 struct bnx2i_conn **conn_cid_tbl;
751 struct bnx2i_conn *conn;
773 struct bnx2i_conn *bnx2i_conn; member
815 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba,
828 void bnx2i_get_rq_buf(struct bnx2i_conn *conn, char *ptr, int len);
829 void bnx2i_put_rq_buf(struct bnx2i_conn *con
[all...]
H A Dbnx2i_init.c447 work->bnx2i_conn, &work->cqe); in bnx2i_cpu_offline()
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c184 * @bnx2i_conn: iscsi connection on which RQ event occurred
193 void bnx2i_get_rq_buf(struct bnx2i_conn *bnx2i_conn, char *ptr, int len) in bnx2i_get_rq_buf() argument
195 if (!bnx2i_conn->ep->qp.rqe_left) in bnx2i_get_rq_buf()
198 bnx2i_conn->ep->qp.rqe_left--; in bnx2i_get_rq_buf()
199 memcpy(ptr, (u8 *) bnx2i_conn->ep->qp.rq_cons_qe, len); in bnx2i_get_rq_buf()
200 if (bnx2i_conn->ep->qp.rq_cons_qe == bnx2i_conn->ep->qp.rq_last_qe) { in bnx2i_get_rq_buf()
201 bnx2i_conn->ep->qp.rq_cons_qe = bnx2i_conn in bnx2i_get_rq_buf()
231 bnx2i_put_rq_buf(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_put_rq_buf() argument
268 bnx2i_ring_sq_dbell(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_ring_sq_dbell() argument
291 bnx2i_ring_dbell_update_sq_params(struct bnx2i_conn *bnx2i_conn, int count) bnx2i_ring_dbell_update_sq_params() argument
329 bnx2i_send_iscsi_login(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task) bnx2i_send_iscsi_login() argument
382 bnx2i_send_iscsi_tmf(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *mtask) bnx2i_send_iscsi_tmf() argument
456 bnx2i_send_iscsi_text(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *mtask) bnx2i_send_iscsi_text() argument
504 bnx2i_send_iscsi_scsicmd(struct bnx2i_conn *bnx2i_conn, struct bnx2i_cmd *cmd) bnx2i_send_iscsi_scsicmd() argument
530 bnx2i_send_iscsi_nopout(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task, char *datap, int data_len, int unsol) bnx2i_send_iscsi_nopout() argument
588 bnx2i_send_iscsi_logout(struct bnx2i_conn *bnx2i_conn, struct iscsi_task *task) bnx2i_send_iscsi_logout() argument
631 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_update_iscsi_conn() local
1336 bnx2i_process_scsi_cmd_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_scsi_cmd_resp() argument
1433 bnx2i_process_login_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_login_resp() argument
1501 bnx2i_process_text_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_text_resp() argument
1562 bnx2i_process_tmf_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_tmf_resp() argument
1601 bnx2i_process_logout_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_logout_resp() argument
1647 bnx2i_process_nopin_local_cmpl(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_nopin_local_cmpl() argument
1672 bnx2i_unsol_pdu_adjust_rq(struct bnx2i_conn *bnx2i_conn) bnx2i_unsol_pdu_adjust_rq() argument
1688 bnx2i_process_nopin_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_nopin_mesg() argument
1740 bnx2i_process_async_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_async_mesg() argument
1790 bnx2i_process_reject_mesg(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_reject_mesg() argument
1827 bnx2i_process_cmd_cleanup_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct cqe *cqe) bnx2i_process_cmd_cleanup_resp() argument
1900 bnx2i_queue_scsi_cmd_resp(struct iscsi_session *session, struct bnx2i_conn *bnx2i_conn, struct bnx2i_nop_in_msg *cqe) bnx2i_queue_scsi_cmd_resp() argument
1955 bnx2i_process_new_cqes(struct bnx2i_conn *bnx2i_conn) bnx2i_process_new_cqes() argument
2089 struct bnx2i_conn *bnx2i_conn; bnx2i_fastpath_notification() local
2155 bnx2i_recovery_que_add_conn(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_recovery_que_add_conn() argument
2174 struct bnx2i_conn *bnx2i_conn; bnx2i_process_tcp_error() local
2207 struct bnx2i_conn *bnx2i_conn; bnx2i_process_iscsi_error() local
[all...]
H A Dbnx2i_iscsi.c231 * @bnx2i_conn: pointer to iscsi connection
239 struct bnx2i_conn *bnx2i_conn, in bnx2i_bind_conn_to_iscsi_cid()
243 iscsi_conn_printk(KERN_ALERT, bnx2i_conn->cls_conn->dd_data, in bnx2i_bind_conn_to_iscsi_cid()
248 hba->cid_que.conn_cid_tbl[iscsi_cid] = bnx2i_conn; in bnx2i_bind_conn_to_iscsi_cid()
258 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba, in bnx2i_get_conn_from_id()
336 mem_size = hba->max_active_conns * sizeof(struct bnx2i_conn *); in bnx2i_setup_free_cid_que()
930 * @bnx2i_conn: iscsi connection pointer
935 struct bnx2i_conn *bnx2i_conn) in bnx2i_conn_free_login_resources()
238 bnx2i_bind_conn_to_iscsi_cid(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn, u32 iscsi_cid) bnx2i_bind_conn_to_iscsi_cid() argument
934 bnx2i_conn_free_login_resources(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_conn_free_login_resources() argument
975 bnx2i_conn_alloc_login_resources(struct bnx2i_hba *hba, struct bnx2i_conn *bnx2i_conn) bnx2i_conn_alloc_login_resources() argument
1047 bnx2i_iscsi_prep_generic_pdu_bd(struct bnx2i_conn *bnx2i_conn) bnx2i_iscsi_prep_generic_pdu_bd() argument
1082 struct bnx2i_conn *bnx2i_conn = cmd->conn; bnx2i_iscsi_send_generic_request() local
1159 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_cleanup_task() local
1189 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_mtask_xmit() local
1225 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_task_xmit() local
1359 struct bnx2i_conn *bnx2i_conn; bnx2i_conn_create() local
1409 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_bind() local
1484 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_destroy() local
1611 struct bnx2i_conn *bnx2i_conn = conn->dd_data; bnx2i_conn_start() local
2124 struct bnx2i_conn *bnx2i_conn = NULL; bnx2i_ep_disconnect() local
[all...]
H A Dbnx2i.h259 struct bnx2i_conn *conn;
269 * struct bnx2i_conn - iscsi connection structure
283 struct bnx2i_conn { struct
329 struct bnx2i_conn **conn_cid_tbl;
751 struct bnx2i_conn *conn;
773 struct bnx2i_conn *bnx2i_conn; member
815 struct bnx2i_conn *bnx2i_get_conn_from_id(struct bnx2i_hba *hba,
828 void bnx2i_get_rq_buf(struct bnx2i_conn *conn, char *ptr, int len);
829 void bnx2i_put_rq_buf(struct bnx2i_conn *con
[all...]
H A Dbnx2i_init.c447 work->bnx2i_conn, &work->cqe); in bnx2i_cpu_offline()

Completed in 11 milliseconds