Home | History | Annotate | Download | only in netboot

Lines Matching full:short

110 typedef unsigned short u16;
111 typedef signed short s16;
187 short wait = 100;
331 short dataval = (cmd & (1 << cmd_len)) ? EE_WRITE_1 : EE_WRITE_0;
368 * unsigned short t: ethernet protocol type.
369 * unsigned short s: size of the data-part of the packet.
379 unsigned short type;
381 unsigned short status;
481 struct nic *eepro100_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *p)
483 unsigned short sum = 0;
486 unsigned short value;
492 unsigned short eeprom[16];
510 unsigned short value = do_eeprom_cmd(read_cmd | (i << 16), 27);