Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhippidevice.h43 unsigned short htype,
/linux-2.4.37.9/net/ipv4/
Dipconfig.c496 u8 htype; /* HW address type */ member
689 b->htype = dev->type; in ic_bootp_send_if()
691 b->htype = ARPHRD_IEEE802; in ic_bootp_send_if()
693 b->htype = ARPHRD_ETHER; in ic_bootp_send_if()
696 b->htype = dev->type; /* can cause undefined behavior */ in ic_bootp_send_if()
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c527 unsigned htype; in pcibr_slot_info_init() local
584 htype = do_pcibr_config_get(cfgw, PCI_CFG_HEADER_TYPE, 1); in pcibr_slot_info_init()
594 if (htype & 0x80) { /* MULTIFUNCTION */ in pcibr_slot_info_init()
633 htype = do_pcibr_config_get(cfgw, PCI_CFG_HEADER_TYPE, 1); in pcibr_slot_info_init()
636 htype &= 0x7f; in pcibr_slot_info_init()
637 if (htype != 0x00) { in pcibr_slot_info_init()
640 pcibr_soft->bs_name, slot, func, htype); in pcibr_slot_info_init()
/linux-2.4.37.9/include/asm-alpha/
Dcore_irongate.h96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member