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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_dev.h48 struct mac_entry { struct
55 struct list_head mac_list; /* a list of mac_entry */
H A Disl_ioctl.c1794 struct mac_entry *entry;
1806 entry = list_entry(ptr, struct mac_entry, _list);
1826 struct mac_entry *entry;
1832 entry = kmalloc(sizeof (struct mac_entry), GFP_KERNEL);
1855 struct mac_entry *entry;
1865 entry = list_entry(ptr, struct mac_entry, _list);
1885 struct mac_entry *entry;
1895 entry = list_entry(ptr, struct mac_entry, _list);
1964 struct mac_entry *entry;
1976 entry = list_entry(ptr, struct mac_entry, _lis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h137 struct mac_entry { struct
H A Dhostap_ap.c330 struct mac_entry *entry;
362 entry = list_entry(ptr, struct mac_entry, list);
373 struct mac_entry *entry;
375 entry = kmalloc(sizeof(struct mac_entry), GFP_KERNEL);
393 struct mac_entry *entry;
398 entry = list_entry(ptr, struct mac_entry, list);
417 struct mac_entry *entry;
426 entry = list_entry(ptr, struct mac_entry, list);
445 struct mac_entry *entry;
454 entry = list_entry(ptr, struct mac_entry, lis
[all...]

Completed in 70 milliseconds