Lines Matching refs:cpu_to_le32

447 	response.version = cpu_to_le32(version);  in check_revision()
449 response.build = cpu_to_le32(AAC_DRIVER_BUILD); in check_revision()
451 response.build = cpu_to_le32(9999); in check_revision()
503 srbfib->hw_fib_va->header.XferState &= ~cpu_to_le32(FastResponseCapable); in aac_send_raw_srb()
537 srbcmd->function = cpu_to_le32(SRBF_ExecuteScsi); // Force this in aac_send_raw_srb()
538 srbcmd->channel = cpu_to_le32(user_srbcmd->channel); in aac_send_raw_srb()
539 srbcmd->id = cpu_to_le32(user_srbcmd->id); in aac_send_raw_srb()
540 srbcmd->lun = cpu_to_le32(user_srbcmd->lun); in aac_send_raw_srb()
541 srbcmd->timeout = cpu_to_le32(user_srbcmd->timeout); in aac_send_raw_srb()
542 srbcmd->flags = cpu_to_le32(flags); in aac_send_raw_srb()
544 srbcmd->cdb_size = cpu_to_le32(user_srbcmd->cdb_size); in aac_send_raw_srb()
631 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff); in aac_send_raw_srb()
632 psg->sg[i].addr[1] = cpu_to_le32(addr>>32); in aac_send_raw_srb()
634 psg->sg[i].count = cpu_to_le32(upsg->sg[i].count); in aac_send_raw_srb()
684 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff); in aac_send_raw_srb()
685 psg->sg[i].addr[1] = cpu_to_le32(addr>>32); in aac_send_raw_srb()
687 psg->sg[i].count = cpu_to_le32(usg->sg[i].count); in aac_send_raw_srb()
691 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
693 psg->count = cpu_to_le32(sg_indx+1); in aac_send_raw_srb()
737 psg->sg[i].addr = cpu_to_le32(addr & 0xffffffff); in aac_send_raw_srb()
739 psg->sg[i].count = cpu_to_le32(usg->sg[i].count); in aac_send_raw_srb()
775 psg->sg[i].addr = cpu_to_le32(addr); in aac_send_raw_srb()
777 psg->sg[i].count = cpu_to_le32(upsg->sg[i].count); in aac_send_raw_srb()
780 srbcmd->count = cpu_to_le32(byte_count); in aac_send_raw_srb()
782 psg->count = cpu_to_le32(sg_indx+1); in aac_send_raw_srb()