Lines Matching refs:Header

305 	printk("queue:%d\n", cp->Header.ReplyQueue);
306 printk("sglist:%d\n", cp->Header.SGList);
307 printk("sgtot:%d\n", cp->Header.SGTotal);
308 printk("Tag:0x%08x/0x%08x\n", cp->Header.Tag.upper,
309 cp->Header.Tag.lower);
311 cp->Header.LUN.LunAddrBytes[0],
312 cp->Header.LUN.LunAddrBytes[1],
313 cp->Header.LUN.LunAddrBytes[2],
314 cp->Header.LUN.LunAddrBytes[3],
315 cp->Header.LUN.LunAddrBytes[4],
316 cp->Header.LUN.LunAddrBytes[5],
317 cp->Header.LUN.LunAddrBytes[6],
318 cp->Header.LUN.LunAddrBytes[7]);
742 if (c->Header.SGTotal > h->max_cmd_sgentries) in complete_scsi_command()
908 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */ in cciss_map_one()
909 c->Header.SGTotal = (__u16) 1; /* total sgs in this cmd list */ in cciss_map_one()
925 c->Header.ReplyQueue = 0; /* unused in simple mode */ in cciss_scsi_do_simple_cmd()
926 memcpy(&c->Header.LUN, scsi3addr, sizeof(c->Header.LUN)); in cciss_scsi_do_simple_cmd()
927 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_do_simple_cmd()
1406 c->Header.SGTotal = (u16) request_nsgs + chained; in cciss_scatter_gather()
1408 c->Header.SGList = h->max_cmd_sgentries; in cciss_scatter_gather()
1410 c->Header.SGList = c->Header.SGTotal; in cciss_scatter_gather()
1463 c->Header.ReplyQueue = 0; /* unused in simple mode */ in cciss_scsi_queue_command_lck()
1464 memcpy(&c->Header.LUN.LunAddrBytes[0], &scsi3addr[0], 8); in cciss_scsi_queue_command_lck()
1465 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_queue_command_lck()
1675 memcpy(lunaddr, &cmd_in_trouble->Header.LUN.LunAddrBytes[0], 8); in cciss_eh_device_reset_handler()
1702 memcpy(lunaddr, &cmd_to_abort->Header.LUN.LunAddrBytes[0], 8); in cciss_eh_abort_handler()
1703 rc = sendcmd_withirq(h, CCISS_ABORT_MSG, &cmd_to_abort->Header.Tag, in cciss_eh_abort_handler()