Lines Matching refs:Header

303 	printk("queue:%d\n", cp->Header.ReplyQueue);
304 printk("sglist:%d\n", cp->Header.SGList);
305 printk("sgtot:%d\n", cp->Header.SGTotal);
306 printk("Tag:0x%08x/0x%08x\n", cp->Header.Tag.upper,
307 cp->Header.Tag.lower);
309 cp->Header.LUN.LunAddrBytes[0],
310 cp->Header.LUN.LunAddrBytes[1],
311 cp->Header.LUN.LunAddrBytes[2],
312 cp->Header.LUN.LunAddrBytes[3],
313 cp->Header.LUN.LunAddrBytes[4],
314 cp->Header.LUN.LunAddrBytes[5],
315 cp->Header.LUN.LunAddrBytes[6],
316 cp->Header.LUN.LunAddrBytes[7]);
740 if (c->Header.SGTotal > h->max_cmd_sgentries) in complete_scsi_command()
906 c->Header.SGList = (__u8) 1; /* no. SGs contig in this cmd */ in cciss_map_one()
907 c->Header.SGTotal = (__u16) 1; /* total sgs in this cmd list */ in cciss_map_one()
923 c->Header.ReplyQueue = 0; /* unused in simple mode */ in cciss_scsi_do_simple_cmd()
924 memcpy(&c->Header.LUN, scsi3addr, sizeof(c->Header.LUN)); in cciss_scsi_do_simple_cmd()
925 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_do_simple_cmd()
1399 c->Header.SGTotal = (u16) request_nsgs + chained; in cciss_scatter_gather()
1401 c->Header.SGList = h->max_cmd_sgentries; in cciss_scatter_gather()
1403 c->Header.SGList = c->Header.SGTotal; in cciss_scatter_gather()
1456 c->Header.ReplyQueue = 0; /* unused in simple mode */ in cciss_scsi_queue_command_lck()
1457 memcpy(&c->Header.LUN.LunAddrBytes[0], &scsi3addr[0], 8); in cciss_scsi_queue_command_lck()
1458 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_queue_command_lck()
1668 memcpy(lunaddr, &cmd_in_trouble->Header.LUN.LunAddrBytes[0], 8); in cciss_eh_device_reset_handler()
1695 memcpy(lunaddr, &cmd_to_abort->Header.LUN.LunAddrBytes[0], 8); in cciss_eh_abort_handler()
1696 rc = sendcmd_withirq(h, CCISS_ABORT_MSG, &cmd_to_abort->Header.Tag, in cciss_eh_abort_handler()