tmf_pdu_header   1460 drivers/scsi/qedi/qedi_fw.c 	struct iscsi_tmf_request_hdr tmf_pdu_header;
tmf_pdu_header   1493 drivers/scsi/qedi/qedi_fw.c 	memset(&tmf_pdu_header, 0, sizeof(tmf_pdu_header));
tmf_pdu_header   1497 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.itt = qedi_set_itt(tid, get_itt(mtask->itt));
tmf_pdu_header   1498 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.cmd_sn = be32_to_cpu(tmf_hdr->cmdsn);
tmf_pdu_header   1501 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.lun.lo = be32_to_cpu(scsi_lun[0]);
tmf_pdu_header   1502 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.lun.hi = be32_to_cpu(scsi_lun[1]);
tmf_pdu_header   1513 drivers/scsi/qedi/qedi_fw.c 		tmf_pdu_header.rtt =
tmf_pdu_header   1517 drivers/scsi/qedi/qedi_fw.c 		tmf_pdu_header.rtt = ISCSI_RESERVED_TAG;
tmf_pdu_header   1520 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.opcode = tmf_hdr->opcode;
tmf_pdu_header   1521 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.function = tmf_hdr->flags;
tmf_pdu_header   1522 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.hdr_second_dword = ntoh24(tmf_hdr->dlength);
tmf_pdu_header   1523 drivers/scsi/qedi/qedi_fw.c 	tmf_pdu_header.ref_cmd_sn = be32_to_cpu(tmf_hdr->refcmdsn);
tmf_pdu_header   1538 drivers/scsi/qedi/qedi_fw.c 					       &tmf_pdu_header);