Searched refs:resp_cqe (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.c1269 struct bnx2i_cmd_response *resp_cqe; local
1275 resp_cqe = (struct bnx2i_cmd_response *)cqe;
1278 resp_cqe->itt & ISCSI_CMD_RESPONSE_INDEX);
1286 resp_cqe->task_stat.read_stat.num_data_outs;
1291 resp_cqe->task_stat.read_stat.num_data_outs;
1293 resp_cqe->task_stat.read_stat.num_r2ts;
1300 resp_cqe = (struct bnx2i_cmd_response *)cqe;
1301 hdr->opcode = resp_cqe->op_code;
1302 hdr->max_cmdsn = cpu_to_be32(resp_cqe->max_cmd_sn);
1303 hdr->exp_cmdsn = cpu_to_be32(resp_cqe
[all...]

Completed in 60 milliseconds