Searched refs:ikcqe (Results 1 – 1 of 1) sorted by relevance
2479 struct iscsi_kcqe *ikcqe = NULL; in bnx2i_indicate_kcqe() local2482 ikcqe = (struct iscsi_kcqe *) kcqe[i++]; in bnx2i_indicate_kcqe()2484 if (ikcqe->op_code == in bnx2i_indicate_kcqe()2486 bnx2i_fastpath_notification(hba, ikcqe); in bnx2i_indicate_kcqe()2487 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN) in bnx2i_indicate_kcqe()2488 bnx2i_process_ofld_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()2489 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN) in bnx2i_indicate_kcqe()2490 bnx2i_process_update_conn_cmpl(hba, ikcqe); in bnx2i_indicate_kcqe()2491 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_INIT) { in bnx2i_indicate_kcqe()2492 if (ikcqe->completion_status != in bnx2i_indicate_kcqe()[all …]