Searched refs:hw_type (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Dccio-rm-dma.c59 (((id)->hw_type == HPHW_IOA) && ((id)->hversion == U2_IOA_RUNWAY)) || \
60 (((id)->hw_type == HPHW_BCPORT) && ((id)->hversion == U2_BC_GSC)) \
64 (((id)->hw_type == HPHW_IOA) && ((id)->hversion == UTURN_IOA_RUNWAY)) || \
65 (((id)->hw_type == HPHW_BCPORT) && ((id)->hversion == UTURN_BC_GSC)) \
H A Dwax.c122 if (parent->id.hw_type != HPHW_IOA) {
H A Dgsc.c197 if (padev->id.hw_type == HPHW_FAULTY)
H A Dsba_iommu.c1884 char t = sba_dev->id.hw_type;
1905 char t = sba_dev->id.hw_type;
1947 char t = sba_dev->id.hw_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_queue.h30 unsigned short hw_type; /* Hardware type */ member in struct:ipq_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/libipq/
H A Dip_queue_64.h20 unsigned short hw_type; /* Hardware type */ member in struct:ipq_packet_msg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Ddrivers.c54 return pdev->id.hw_type != HPHW_FAULTY;
110 if ((ids->hw_type != HWTYPE_ANY_ID) &&
111 (ids->hw_type != dev->id.hw_type))
274 if (candidate->id.hw_type == type)
414 dev->id.hw_type = HPHW_FAULTY;
499 if (dev->id.hw_type != HPHW_FAULTY) {
509 dev->id.hw_type = iodc_data[3] & 0x1f;
558 pa_dev_attr_id(hw_type, "0x%02x\n");
569 (u8)id->hw_type, (u1
[all...]
H A Dinventory.c462 if ((!dev) || (dev->id.hw_type != HPHW_BA))
H A Dhardware.c1324 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) {
1325 if ((listptr->hw_type == id->hw_type) &&
1337 switch (id->hw_type) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Darp.c440 char *hw_type; local
449 &hw_type, &hw_type, &device);
457 hw = get_hwtype(hw_type);
459 bb_error_msg_and_die("%s: unknown %s", hw_type, "hardware type");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlasi700.c66 .hw_type = HPHW_FIO, \
73 .hw_type = HPHW_FIO, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.h102 unsigned short hw_type; member in struct:interface
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_gsc.c41 if (parisc_parent(dev)->id.hw_type != HPHW_IOA) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dhardware.h13 unsigned short hw_type:5; /* HPHW_xxx */ member in struct:hp_hardware
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Deth1394.h202 u16 hw_type; /* 0x0018 */ member in struct:eth1394_arp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datalk.h109 __be16 hw_type; member in struct:elapaarp
H A Dmod_devicetable.h325 __u8 hw_type; /* 5 bits used */ member in struct:parisc_device_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c465 id->hw_type = TO_NATIVE(id->hw_type);
471 ADD(alias, "t", id->hw_type != PA_HWTYPE_ANY_ID, id->hw_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h303 int hw_type; member in struct:pc300stats
311 int hw_type; member in struct:pc300status
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/appletalk/
H A Daarp.c100 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET);
147 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET);
198 eah->hw_type = htons(AARP_HW_TYPE_ETHERNET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_pci.c287 .hw_type = HOSTAP_HW_PCI,
H A Dhostap_plx.c332 .hw_type = HOSTAP_HW_PLX,
H A Dhostap_proc.c45 p += sprintf(p, "pci=%d\n", local->func->hw_type == HOSTAP_HW_PCI);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_queue.c251 pmsg->hw_type = entry->skb->dev->type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6_queue.c249 pmsg->hw_type = entry->skb->dev->type;

Completed in 160 milliseconds

12