Searched refs:ht_cap (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dpci.c220 static int __pci_find_next_ht_cap(struct pci_dev *dev, int pos, int ht_cap) argument
225 if (ht_cap == HT_CAPTYPE_SLAVE || ht_cap == HT_CAPTYPE_HOST)
237 if ((cap & mask) == ht_cap)
251 * @ht_cap: Hypertransport capability code
254 * all capabilities matching @ht_cap. @pos should always be a value returned
260 int pci_find_next_ht_capability(struct pci_dev *dev, int pos, int ht_cap) argument
262 return __pci_find_next_ht_cap(dev, pos + PCI_CAP_LIST_NEXT, ht_cap);
269 * @ht_cap: Hypertransport capability code
275 * which has a Hypertransport capability matching @ht_cap
277 pci_find_ht_capability(struct pci_dev *dev, int ht_cap) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci.h482 int pci_find_ht_capability (struct pci_dev *dev, int ht_cap);
483 int pci_find_next_ht_capability (struct pci_dev *dev, int pos, int ht_cap);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11.h3051 ht_cap_ie_t ht_cap; member in struct:dot11_ht_cap_ie
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11.h3032 ht_cap_ie_t ht_cap; member in struct:dot11_ht_cap_ie

Completed in 105 milliseconds