Lines Matching refs:pduh_p
303 pdu->pdu_hdr.pduh_p.command.CmdSN = htonl(ccb->ccb_CmdSN);
350 pdu->pdu_hdr.pduh_p.command.ExpStatSN = htonl(conn->c_StatSN_buf.ExpSN);
356 ntohl(pdu->pdu_hdr.pduh_p.command.CmdSN),
357 ntohl(pdu->pdu_hdr.pduh_p.command.ExpStatSN)));
497 ntohl(pdu->pdu_hdr.pduh_p.command.CmdSN),
574 ntohl(pdu->pdu_hdr.pduh_p.command.CmdSN),
697 hpdu->pduh_p.login_req.CID = htons(conn->c_id);
698 hpdu->pduh_p.login_req.CmdSN = htonl(ccb->ccb_CmdSN);
824 hpdu->pduh_p.text_req.TargetTransferTag =
825 rx_pdu->pdu_hdr.pduh_p.text_rsp.TargetTransferTag;
828 hpdu->pduh_p.text_req.TargetTransferTag = 0xffffffff;
830 hpdu->pduh_p.text_req.CmdSN = htonl(ccb->ccb_CmdSN);
1062 hpdu->pduh_p.nop_out.TargetTransferTag =
1063 rx_pdu->pdu_hdr.pduh_p.nop_in.TargetTransferTag;
1065 hpdu->pduh_p.nop_out.CmdSN = htonl(sn);
1068 hpdu->pduh_p.nop_out.TargetTransferTag = 0xffffffff;
1071 hpdu->pduh_p.nop_out.CmdSN = htonl(sn);
1110 hpdu->pduh_p.snack.TargetTransferTag = 0xffffffff;
1111 hpdu->pduh_p.snack.BegRun = htonl(BegRun);
1112 hpdu->pduh_p.snack.RunLength = htonl(RunLength);
1150 hpdu->pduh_p.snack.TargetTransferTag = 0xffffffff;
1151 hpdu->pduh_p.snack.BegRun = rx_pdu->pdu_hdr.pduh_p.data_in.DataSN;
1152 hpdu->pduh_p.snack.RunLength = htonl(1);
1157 hpdu->pduh_p.snack.TargetTransferTag = 0xffffffff;
1158 hpdu->pduh_p.snack.BegRun = rx_pdu->pdu_hdr.pduh_p.response.StatSN;
1159 hpdu->pduh_p.snack.RunLength = htonl(1);
1164 hpdu->pduh_p.snack.TargetTransferTag =
1165 rx_pdu->pdu_hdr.pduh_p.data_in.TargetTransferTag;
1166 hpdu->pduh_p.snack.BegRun = tx_ccb->ccb_DataSN_buf.ExpSN;
1167 hpdu->pduh_p.snack.RunLength = 0;
1264 hpdu->pduh_p
1266 hpdu->pduh_p.logout_req.CID = htons(refconn->c_id);
1337 hpdu->pduh_p.task_req.CmdSN = htonl(ccb->ccb_CmdSN);
1340 hpdu->pduh_p.task_req.ReferencedTaskTag = ref_ccb->ccb_ITT;
1341 hpdu->pduh_p.task_req.RefCmdSN = htonl(ref_ccb->ccb_CmdSN);
1342 hpdu->pduh_p.task_req.ExpDataSN = htonl(ref_ccb->ccb_DataSN_buf.ExpSN);
1344 hpdu->pduh_p.task_req.ReferencedTaskTag = 0xffffffff;
1382 offs = ntohl(rx_pdu->pdu_hdr.pduh_p.r2t.BufferOffset);
1383 totlen = ntohl(rx_pdu->pdu_hdr.pduh_p.r2t.DesiredDataTransferLength);
1411 hpdu->pduh_p.data_out.TargetTransferTag =
1412 rx_pdu->pdu_hdr.pduh_p.r2t.TargetTransferTag;
1414 hpdu->pduh_p.data_out.TargetTransferTag = 0xffffffff;
1415 hpdu->pduh_p.data_out.BufferOffset = htonl(offs);
1416 hpdu->pduh_p.data_out.DataSN = htonl(sn);
1478 memcpy(hpdu->pduh_p.command.SCSI_CDB, ccb->ccb_cmd, ccb->ccb_cmdlen);
1482 hpdu->pduh_p.command.ExpectedDataTransferLength = htonl(totlen);
1513 hpdu->pduh_p.command.CmdSN = htonl(ccb->ccb_CmdSN);