Lines Matching refs:Header

1048 		c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1);  in set_performant_mode()
1051 c->Header.ReplyQueue = reply_queue; in set_performant_mode()
1072 c->busaddr |= 1 | (h->ioaccel1_blockFetchTable[c->Header.SGList] << 1) | in set_ioaccel1_performant_mode()
2306 (le16_to_cpu(c->Header.SGTotal) - h->max_cmd_sg_entries); in hpsa_map_sg_chain_block()
2324 if (le16_to_cpu(c->Header.SGTotal) <= h->max_cmd_sg_entries) in hpsa_unmap_sg_chain_block()
2592 (le16_to_cpu(cp->Header.SGTotal) > h->max_cmd_sg_entries)) in complete_scsi_command()
2640 cp->Header.SGList = scsi_sg_count(cmd); in complete_scsi_command()
2641 cp->Header.SGTotal = cpu_to_le16(cp->Header.SGList); in complete_scsi_command()
2644 cp->Header.tag = c->tag; in complete_scsi_command()
2645 memcpy(cp->Header.LUN.LunAddrBytes, c->CISS_LUN, 8); in complete_scsi_command()
2819 cp->Header.SGList = 0; in hpsa_map_one()
2820 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2827 cp->Header.SGList = 0; in hpsa_map_one()
2828 cp->Header.SGTotal = cpu_to_le16(0); in hpsa_map_one()
2834 cp->Header.SGList = 1; /* no. SGs contig in this cmd */ in hpsa_map_one()
2835 cp->Header.SGTotal = cpu_to_le16(1); /* total sgs in cmd list */ in hpsa_map_one()
2916 const u8 *lun = c->Header.LUN.LunAddrBytes; in hpsa_print_cmd()
3121 match = !memcmp(scsi3addr, &c->Header.LUN.LunAddrBytes, in hpsa_cmd_dev_match()
3122 sizeof(c->Header.LUN.LunAddrBytes)); in hpsa_cmd_dev_match()
4623 cp->Header.SGList = h->max_cmd_sg_entries; in hpsa_scatter_gather()
4624 cp->Header.SGTotal = cpu_to_le16(use_sg + 1); in hpsa_scatter_gather()
4634 cp->Header.SGList = (u8) use_sg; /* no. SGs contig in this cmd */ in hpsa_scatter_gather()
4635 cp->Header.SGTotal = cpu_to_le16(use_sg); /* total sgs in cmd list */ in hpsa_scatter_gather()
4804 c->Header.SGList = use_sg; in hpsa_scsi_ioaccel1_queue_command()
5457 c->Header.ReplyQueue = 0; /* unused in simple mode */ in hpsa_ciss_submit()
5458 memcpy(&c->Header.LUN.LunAddrBytes[0], &dev->scsi3addr[0], 8); in hpsa_ciss_submit()
5459 c->Header.tag = cpu_to_le64((c->cmdindex << DIRECT_LOOKUP_SHIFT)); in hpsa_ciss_submit()
5529 c->Header.tag = cpu_to_le64((u64) (index << DIRECT_LOOKUP_SHIFT)); in hpsa_cmd_init()
6430 c->Header.ReplyQueue = 0; /* unused in simple mode */ in hpsa_passthru_ioctl()
6432 c->Header.SGList = 1; in hpsa_passthru_ioctl()
6433 c->Header.SGTotal = cpu_to_le16(1); in hpsa_passthru_ioctl()
6435 c->Header.SGList = 0; in hpsa_passthru_ioctl()
6436 c->Header.SGTotal = cpu_to_le16(0); in hpsa_passthru_ioctl()
6438 memcpy(&c->Header.LUN, &iocommand->LUN_info, sizeof(c->Header.LUN)); in hpsa_passthru_ioctl()
6545 c->Header.ReplyQueue = 0; in hpsa_big_passthru_ioctl()
6546 c->Header.SGList = (u8) sg_used; in hpsa_big_passthru_ioctl()
6547 c->Header.SGTotal = cpu_to_le16(sg_used); in hpsa_big_passthru_ioctl()
6548 memcpy(&c->Header.LUN, &ioc->LUN_info, sizeof(c->Header.LUN)); in hpsa_big_passthru_ioctl()
6698 c->Header.ReplyQueue = 0; in fill_cmd()
6700 c->Header.SGList = 1; in fill_cmd()
6701 c->Header.SGTotal = cpu_to_le16(1); in fill_cmd()
6703 c->Header.SGList = 0; in fill_cmd()
6704 c->Header.SGTotal = cpu_to_le16(0); in fill_cmd()
6706 memcpy(c->Header.LUN.LunAddrBytes, scsi3addr, 8); in fill_cmd()