| /components/drivers/pci/msi/ |
| A D | msi.c | 757 void *table_base, struct rt_pci_msix_entry *entries, int nvec) in msix_setup_msi_descs() argument 773 int index = entries ? entries[i].index : i; in msix_setup_msi_descs() 790 struct rt_pci_msix_entry *entries, int nvec, in msix_capability_init() argument 825 if (!(err = msix_setup_msi_descs(pdev, table_base, entries, nvec))) in msix_capability_init() 846 entry = entries; in msix_capability_init() 880 struct rt_pci_msix_entry *entries, int min, int max, in rt_pci_msix_enable_range_affinity() argument 920 if (!entries) in rt_pci_msix_enable_range_affinity() 928 struct rt_pci_msix_entry *target = &entries[i]; in rt_pci_msix_enable_range_affinity() 938 if (target->index == entries[j].index) in rt_pci_msix_enable_range_affinity() 948 return msix_capability_init(pdev, entries, nvec, affinities); in rt_pci_msix_enable_range_affinity()
|
| /components/drivers/include/drivers/ |
| A D | pci.h | 503 struct rt_pci_msix_entry *entries, int min, int max, 544 struct rt_pci_msix_entry *entries, int min, int max, in rt_pci_msix_enable_range_affinity() argument 551 rt_inline void rt_pci_msix_entry_index_linear(struct rt_pci_msix_entry *entries, in rt_pci_msix_entry_index_linear() argument 556 entries[i].index = i; in rt_pci_msix_entry_index_linear() 573 struct rt_pci_msix_entry *entries, int min, int max) in rt_pci_msix_enable_range() argument 575 return rt_pci_msix_enable_range_affinity(pdev, entries, min, max, RT_NULL); in rt_pci_msix_enable_range() 579 struct rt_pci_msix_entry *entries, int count) in rt_pci_msix_enable() argument 581 return rt_pci_msix_enable_range(pdev, entries, count, count); in rt_pci_msix_enable()
|
| /components/drivers/usb/cherryusb/demo/ |
| A D | cdc_rndis_template.c | 294 static dhcp_entry_t entries[NUM_DHCP_ENTRY] = { variable 307 entries /* entries */
|
| A D | cdc_ecm_template.c | 321 static dhcp_entry_t entries[NUM_DHCP_ENTRY] = { variable 334 entries /* entries */
|
| /components/dfs/dfs_v1/filesystems/nfs/ |
| A D | nfs.x | 587 entry3 *entries; member 626 entryplus3 *entries; member
|
| A D | nfs.h | 730 entry3 *entries; member 776 entryplus3 *entries; member
|
| A D | nfs_xdr.c | 1277 if (!xdr_pointer(xdrs, (char **)&objp->entries, sizeof (entry3), (xdrproc_t) xdr_entry3)) in xdr_dirlist3() 1359 … if (!xdr_pointer(xdrs, (char **)&objp->entries, sizeof (entryplus3), (xdrproc_t) xdr_entryplus3)) in xdr_dirlistplus3()
|
| A D | dfs_nfs.c | 957 dir->entry = dir->res.READDIR3res_u.resok.reply.entries; in nfs_readdir()
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | UPGRADING | 140 * Added support for static ARP table entries
|
| A D | CHANGELOG | 281 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by 381 * opt.h, etharp.c/.h: Added support for static ARP table entries 799 only update existing entries; internalized some functions 2910 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | snmp_agent.txt | 179 when new entries are made or removed form the ARP cache.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | UPGRADING | 239 * Added support for static ARP table entries
|
| A D | CHANGELOG | 282 * etharp.c: Stable etharp entries that are about to expire are now refreshed 1237 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by 1337 * opt.h, etharp.c/.h: Added support for static ARP table entries 1755 only update existing entries; internalized some functions 3866 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 274 * Added support for static ARP table entries
|
| A D | CHANGELOG | 59 * tcp.c: Update prev pointer when skipping entries in tcp_slowtmr (patch #9694) 196 * etharp: arp table can now be bigger than 127 entries 535 * etharp.c: Stable etharp entries that are about to expire are now refreshed 1490 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by 1590 * opt.h, etharp.c/.h: Added support for static ARP table entries 2008 only update existing entries; internalized some functions 4119 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 1223 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1225 # and collapse entries dynamically later on. Doxygen will expand the tree to 1226 # such a level that at most the specified number of entries are visible (unless 1228 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1229 # representing an infinite number of entries and will result in a full expanded
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 1234 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1236 # and collapse entries dynamically later on. Doxygen will expand the tree to 1237 # such a level that at most the specified number of entries are visible (unless 1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1240 # representing an infinite number of entries and will result in a full expanded
|
| A D | lwip.Doxyfile.cmake.in | 1234 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1236 # and collapse entries dynamically later on. Doxygen will expand the tree to 1237 # such a level that at most the specified number of entries are visible (unless 1239 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1240 # representing an infinite number of entries and will result in a full expanded
|