Searched refs:tmf_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.c1423 struct bnx2i_tmf_response *tmf_cqe; local
1426 tmf_cqe = (struct bnx2i_tmf_response *)cqe;
1429 tmf_cqe->itt & ISCSI_TMF_RESPONSE_INDEX);
1435 resp_hdr->opcode = tmf_cqe->op_code;
1436 resp_hdr->max_cmdsn = cpu_to_be32(tmf_cqe->max_cmd_sn);
1437 resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn);
1439 resp_hdr->response = tmf_cqe->response;

Completed in 44 milliseconds