Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 18 of 18) sorted by relevance

/components/drivers/pci/msi/
A Dmsi.c757 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 Dpci.h503 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 Dcdc_rndis_template.c294 static dhcp_entry_t entries[NUM_DHCP_ENTRY] = { variable
307 entries /* entries */
A Dcdc_ecm_template.c321 static dhcp_entry_t entries[NUM_DHCP_ENTRY] = { variable
334 entries /* entries */
/components/dfs/dfs_v1/filesystems/nfs/
A Dnfs.x587 entry3 *entries; member
626 entryplus3 *entries; member
A Dnfs.h730 entry3 *entries; member
776 entryplus3 *entries; member
A Dnfs_xdr.c1277 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 Ddfs_nfs.c957 dir->entry = dir->res.READDIR3res_u.resok.reply.entries; in nfs_readdir()
/components/net/lwip/lwip-1.4.1/
A DUPGRADING140 * Added support for static ARP table entries
A DCHANGELOG281 * 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 Dsnmp_agent.txt179 when new entries are made or removed form the ARP cache.
/components/net/lwip/lwip-2.0.3/
A DUPGRADING239 * Added support for static ARP table entries
A DCHANGELOG282 * 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 DUPGRADING274 * Added support for static ARP table entries
A DCHANGELOG59 * 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 Dlwip.Doxyfile1223 # 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 Dlwip.Doxyfile1234 # 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 Dlwip.Doxyfile.cmake.in1234 # 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

Completed in 49 milliseconds