Home
last modified time | relevance | path

Searched refs:ei (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
De820.c68 struct e820entry *ei = &e820.map[i]; in e820_mapped() local
69 if (type && ei->type != type) in e820_mapped()
71 if (ei->addr >= end || ei->addr + ei->size < start) in e820_mapped()
85 struct e820entry *ei = &e820.map[i]; in find_e820_area() local
86 unsigned long addr = ei->addr, last; in find_e820_area()
87 if (ei->type != E820_RAM) in find_e820_area()
91 if (addr > ei->addr + ei->size) in find_e820_area()
93 while (bad_addr(&addr, size) && addr+size < ei->addr + ei->size) in find_e820_area()
96 if (last > ei->addr + ei->size) in find_e820_area()
112 struct e820entry *ei = &e820.map[i]; in e820_bootmem_free() local
[all …]
/linux-2.4.37.9/drivers/block/
Dcciss_scsi.c648 ErrorInfo_struct *ei; in complete_scsi_command() local
650 ei = cp->err_info; in complete_scsi_command()
681 cmd->result |= (ei->ScsiStatus); in complete_scsi_command()
686 memcpy(cmd->sense_buffer, ei->SenseInfo, in complete_scsi_command()
687 ei->SenseLen > SCSI_SENSE_BUFFERSIZE ? in complete_scsi_command()
689 ei->SenseLen); in complete_scsi_command()
690 cmd->resid = ei->ResidualCnt; in complete_scsi_command()
692 if(ei->CommandStatus != 0) in complete_scsi_command()
694 switch(ei->CommandStatus) in complete_scsi_command()
698 if( ei->ScsiStatus) in complete_scsi_command()
[all …]
/linux-2.4.37.9/arch/ppc64/kernel/
Drtas.c341 struct errinjct_token * ei; in rtas_errinjct() local
346 ei = ei_token_list; in rtas_errinjct()
347 for (i = 0; i < MAX_ERRINJCT_TOKENS && ei->name; i++) { in rtas_errinjct()
348 if (strcmp(ei_token, ei->name) == 0) { in rtas_errinjct()
349 rtas_ei_token = ei->value; in rtas_errinjct()
352 ei++; in rtas_errinjct()
/linux-2.4.37.9/arch/parisc/math-emu/
Ddriver.c45 unsigned int ei : 26; member
/linux-2.4.37.9/drivers/net/
Dne2k-pci.c600 struct ei_device *ei = dev->priv; in ne2k_pci_get_drvinfo() local
601 struct pci_dev *pci_dev = (struct pci_dev *) ei->priv; in ne2k_pci_get_drvinfo()
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S264 ei ; we can get here from an interrupt