Lines Matching refs:ikcqe
2505 struct iscsi_kcqe *ikcqe = NULL; in bnx2i_indicate_kcqe() local
2508 ikcqe = (struct iscsi_kcqe *) kcqe[i++]; in bnx2i_indicate_kcqe()
2510 if (ikcqe->op_code == in bnx2i_indicate_kcqe()
2512 bnx2i_fastpath_notification(hba, ikcqe); in bnx2i_indicate_kcqe()
2513 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN) in bnx2i_indicate_kcqe()
2514 bnx2i_process_ofld_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()
2515 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN) in bnx2i_indicate_kcqe()
2516 bnx2i_process_update_conn_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()
2517 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_INIT) { in bnx2i_indicate_kcqe()
2518 if (ikcqe->completion_status != in bnx2i_indicate_kcqe()
2520 bnx2i_iscsi_license_error(hba, ikcqe->\ in bnx2i_indicate_kcqe()
2533 } else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_DESTROY_CONN) in bnx2i_indicate_kcqe()
2534 bnx2i_process_conn_destroy_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()
2535 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_ISCSI_ERROR) in bnx2i_indicate_kcqe()
2536 bnx2i_process_iscsi_error(hba, ikcqe); in bnx2i_indicate_kcqe()
2537 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_TCP_ERROR) in bnx2i_indicate_kcqe()
2538 bnx2i_process_tcp_error(hba, ikcqe); in bnx2i_indicate_kcqe()
2541 ikcqe->op_code); in bnx2i_indicate_kcqe()