tmf_cqe          1567 drivers/scsi/bnx2i/bnx2i_hwi.c 	struct bnx2i_tmf_response *tmf_cqe;
tmf_cqe          1570 drivers/scsi/bnx2i/bnx2i_hwi.c 	tmf_cqe = (struct bnx2i_tmf_response *)cqe;
tmf_cqe          1573 drivers/scsi/bnx2i/bnx2i_hwi.c 				 tmf_cqe->itt & ISCSI_TMF_RESPONSE_INDEX);
tmf_cqe          1579 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->opcode = tmf_cqe->op_code;
tmf_cqe          1580 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->max_cmdsn = cpu_to_be32(tmf_cqe->max_cmd_sn);
tmf_cqe          1581 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->exp_cmdsn = cpu_to_be32(tmf_cqe->exp_cmd_sn);
tmf_cqe          1583 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->response = tmf_cqe->response;