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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2183 struct iscsi_kcqe *ikcqe = NULL; local
2186 ikcqe = (struct iscsi_kcqe *) kcqe[i++];
2188 if (ikcqe->op_code ==
2190 bnx2i_fastpath_notification(hba, ikcqe);
2191 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_OFFLOAD_CONN)
2192 bnx2i_process_ofld_cmpl(hba, ikcqe);
2193 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_UPDATE_CONN)
2194 bnx2i_process_update_conn_cmpl(hba, ikcqe);
2195 else if (ikcqe->op_code == ISCSI_KCQE_OPCODE_INIT) {
2196 if (ikcqe
[all...]

Completed in 21 milliseconds