Lines Matching refs:dataseg
219 struct dataseg { struct
242 struct dataseg dataseg[IOCB_SEGS]; member
272 struct dataseg dataseg[CONTINUATION_SEGS]; member
798 struct dataseg * ds; in isp1020_queuecommand()
871 ds = cmd->dataseg; in isp1020_queuecommand()
911 ds = cont->dataseg; in isp1020_queuecommand()
934 cmd->dataseg[0].d_base = in isp1020_queuecommand()
937 cmd->dataseg[0].d_base_hi = in isp1020_queuecommand()
940 cmd->dataseg[0].d_count = in isp1020_queuecommand()
944 cmd->dataseg[0].d_base = 0; in isp1020_queuecommand()
946 cmd->dataseg[0].d_base_hi = 0; in isp1020_queuecommand()
948 cmd->dataseg[0].d_count = 0; in isp1020_queuecommand()