Lines Matching refs:cqe

1355 				struct cqe *cqe)  in bnx2i_process_scsi_cmd_resp()  argument
1365 resp_cqe = (struct bnx2i_cmd_response *)cqe; in bnx2i_process_scsi_cmd_resp()
1400 resp_cqe = (struct bnx2i_cmd_response *)cqe; in bnx2i_process_scsi_cmd_resp()
1452 struct cqe *cqe) in bnx2i_process_login_resp() argument
1461 login = (struct bnx2i_login_response *) cqe; in bnx2i_process_login_resp()
1520 struct cqe *cqe) in bnx2i_process_text_resp() argument
1529 text = (struct bnx2i_text_response *) cqe; in bnx2i_process_text_resp()
1581 struct cqe *cqe) in bnx2i_process_tmf_resp() argument
1588 tmf_cqe = (struct bnx2i_tmf_response *)cqe; in bnx2i_process_tmf_resp()
1620 struct cqe *cqe) in bnx2i_process_logout_resp() argument
1627 logout = (struct bnx2i_logout_response *) cqe; in bnx2i_process_logout_resp()
1666 struct cqe *cqe) in bnx2i_process_nopin_local_cmpl() argument
1672 nop_in = (struct bnx2i_nop_in_msg *)cqe; in bnx2i_process_nopin_local_cmpl()
1707 struct cqe *cqe) in bnx2i_process_nopin_mesg() argument
1715 nop_in = (struct bnx2i_nop_in_msg *)cqe; in bnx2i_process_nopin_mesg()
1759 struct cqe *cqe) in bnx2i_process_async_mesg() argument
1767 async_cqe = (struct bnx2i_async_msg *)cqe; in bnx2i_process_async_mesg()
1809 struct cqe *cqe) in bnx2i_process_reject_mesg() argument
1815 reject = (struct bnx2i_reject_msg *) cqe; in bnx2i_process_reject_mesg()
1846 struct cqe *cqe) in bnx2i_process_cmd_cleanup_resp() argument
1852 cmd_clean_rsp = (struct bnx2i_cleanup_response *)cqe; in bnx2i_process_cmd_cleanup_resp()
1888 &work->cqe); in bnx2i_percpu_io_thread()
1917 struct bnx2i_nop_in_msg *cqe) in bnx2i_queue_scsi_cmd_resp() argument
1928 cqe->itt & ISCSI_CMD_RESPONSE_INDEX); in bnx2i_queue_scsi_cmd_resp()
1954 memcpy(&bnx2i_work->cqe, cqe, sizeof(struct cqe)); in bnx2i_queue_scsi_cmd_resp()
1964 bnx2i_process_scsi_cmd_resp(session, bnx2i_conn, (struct cqe *)cqe); in bnx2i_queue_scsi_cmd_resp()