Searched refs:htype (Results 1 – 4 of 4) sorted by relevance
43 unsigned short htype,
496 u8 htype; /* HW address type */ member689 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()
527 unsigned htype; in pcibr_slot_info_init() local584 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()
96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member