Searched refs:re (Results 1 - 14 of 14) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/net/ethernet/ramips/
H A Dramips_main.c170 ramips_alloc_skb(struct raeth_priv *re) argument
174 skb = netdev_alloc_skb(re->netdev, MAX_RX_LENGTH + NET_IP_ALIGN);
184 ramips_ring_setup(struct raeth_priv *re) argument
189 memset(re->tx_info, 0, NUM_TX_DESC * sizeof(struct raeth_tx_info));
192 memset(re->tx, 0, len);
198 txd = &re->tx[i];
202 txi = &re->tx_info[i];
205 netdev_warn(re->netdev,
212 memset(re->rx, 0, len);
219 rxd = &re
236 ramips_ring_cleanup(struct raeth_priv *re) argument
266 ramips_speed_str(struct raeth_priv *re) argument
280 ramips_link_adjust(struct raeth_priv *re) argument
328 ramips_mdio_wait_ready(struct raeth_priv *re) argument
353 struct raeth_priv *re = bus->priv; local
379 struct raeth_priv *re = bus->priv; local
406 ramips_mdio_init(struct raeth_priv *re) argument
441 ramips_mdio_cleanup(struct raeth_priv *re) argument
450 struct raeth_priv *re = netdev_priv(dev); local
476 ramips_phy_connect_multi(struct raeth_priv *re) argument
534 ramips_phy_connect_fixed(struct raeth_priv *re) argument
560 ramips_phy_connect(struct raeth_priv *re) argument
572 ramips_phy_disconnect(struct raeth_priv *re) argument
579 ramips_phy_start(struct raeth_priv *re) argument
594 ramips_phy_stop(struct raeth_priv *re) argument
608 ramips_mdio_init(struct raeth_priv *re) argument
614 ramips_mdio_cleanup(struct raeth_priv *re) argument
619 ramips_phy_connect(struct raeth_priv *re) argument
625 ramips_phy_disconnect(struct raeth_priv *re) argument
630 ramips_phy_start(struct raeth_priv *re) argument
635 ramips_phy_stop(struct raeth_priv *re) argument
641 ramips_ring_free(struct raeth_priv *re) argument
673 ramips_ring_alloc(struct raeth_priv *re) argument
721 ramips_setup_dma(struct raeth_priv *re) argument
737 struct raeth_priv *re = netdev_priv(dev); local
797 struct raeth_priv *re = netdev_priv(dev); local
863 struct raeth_priv *re = netdev_priv(dev); local
895 struct raeth_priv *re = netdev_priv(dev); local
903 struct raeth_priv *re = netdev_priv(dev); local
932 struct raeth_priv *re = netdev_priv(dev); local
986 struct raeth_priv *re = netdev_priv(dev); local
1000 struct raeth_priv *re = netdev_priv(dev); local
1015 struct raeth_priv *re = netdev_priv(dev); local
1059 struct raeth_priv *re = netdev_priv(dev); local
1087 struct raeth_priv *re; local
[all...]
H A Dramips_debugfs.c25 void raeth_debugfs_update_int_stats(struct raeth_priv *re, u32 status) argument
27 re->debug.int_stats.total += !!status;
29 re->debug.int_stats.rx_delayed += !!(status & RAMIPS_RX_DLY_INT);
30 re->debug.int_stats.rx_done0 += !!(status & RAMIPS_RX_DONE_INT0);
31 re->debug.int_stats.rx_coherent += !!(status & RAMIPS_RX_COHERENT);
33 re->debug.int_stats.tx_delayed += !!(status & RAMIPS_TX_DLY_INT);
34 re->debug.int_stats.tx_done0 += !!(status & RAMIPS_TX_DONE_INT0);
35 re->debug.int_stats.tx_done1 += !!(status & RAMIPS_TX_DONE_INT1);
36 re->debug.int_stats.tx_done2 += !!(status & RAMIPS_TX_DONE_INT2);
37 re
54 struct raeth_priv *re = file->private_data; local
93 raeth_debugfs_exit(struct raeth_priv *re) argument
98 raeth_debugfs_init(struct raeth_priv *re) argument
[all...]
H A Dramips_eth.h346 int raeth_debugfs_init(struct raeth_priv *re);
347 void raeth_debugfs_exit(struct raeth_priv *re);
348 void raeth_debugfs_update_int_stats(struct raeth_priv *re, u32 status);
352 static inline int raeth_debugfs_init(struct raeth_priv *re) { return 0; } argument
353 static inline void raeth_debugfs_exit(struct raeth_priv *re) {} argument
354 static inline void raeth_debugfs_update_int_stats(struct raeth_priv *re, argument
/netgear-R7800-V1.0.2.28/target/linux/generic/files/crypto/ocf/safe/
H A Dsafe.c110 static int safe_free_entry(struct safe_softc *sc, struct safe_ringentry *re);
287 struct safe_ringentry *re = sc->sc_back; local
292 safe_dump_request(sc, __func__, re);
302 DPRINTF(("%s re->re_desc.d_csr=0x%x\n", __FUNCTION__, re->re_desc.d_csr));
303 if (re->re_desc.d_csr != 0) {
304 if (!SAFE_PE_CSR_IS_DONE(re->re_desc.d_csr)) {
308 if (!SAFE_PE_LEN_IS_DONE(re->re_desc.d_len)) {
313 safe_callback(sc, re);
349 safe_feed(struct safe_softc *sc, struct safe_ringentry *re) argument
594 struct safe_ringentry *re; local
1063 safe_callback(struct safe_softc *sc, struct safe_ringentry *re) argument
1404 struct safe_ringentry *re = sc->sc_back; local
1422 safe_free_entry(struct safe_softc *sc, struct safe_ringentry *re) argument
1819 safe_dump_request(struct safe_softc *sc, const char* tag, struct safe_ringentry *re) argument
1916 struct safe_ringentry *re = sc->sc_back; local
2038 struct safe_ringentry *re = &sc->sc_ring[i]; local
[all...]
/netgear-R7800-V1.0.2.28/scripts/
H A Ddl_cleanup.py11 import re namespace
86 (re.compile(r"(.+)[-_]([0-9a-fA-F]{40,40})"), parseVer_GIT), # xxx-GIT_SHASUM
87 (re.compile(r"(.+)[-_](\d+)\.(\d+)\.(\d+)\.(\d+)"), parseVer_1234), # xxx-1.2.3.4
88 (re.compile(r"(.+)[-_](\d\d\d\d)-?(\d\d)-?(\d\d)"), parseVer_ymd), # xxx-YYYY-MM-DD
89 (re.compile(r"(.+)[-_](\d+)\.(\d+)\.(\d+)(\w?)"), parseVer_123), # xxx-1.2.3a
90 (re.compile(r"(.+)[-_](\d+)_(\d+)_(\d+)"), parseVer_123), # xxx-1_2_3
91 (re.compile(r"(.+)[-_](\d+)\.(\d+)(\w?)"), parseVer_12), # xxx-1.2a
92 (re.compile(r"(.+)[-_]r?(\d+)"), parseVer_r), # xxx-r1111
96 ("linux", re.compile(r"linux-.*")),
97 ("gcc", re
[all...]
H A Dipkg394 local re="$2"
403 /$re/{
/netgear-R7800-V1.0.2.28/include/
H A Dverbose.mk56 SUBMAKE=cmd() { $(SILENT) $(MAKE) -s $$* < /dev/null || { echo "make $$*: build failed. Please re-run make with V=s to see what's going on"; false; } } 8>&1 9>&2; cmd
H A Dpackage-version-override.mk69 # in case that you're defining your own onfiguration within the package Makefile just include the stuff by yourself
/netgear-R7800-V1.0.2.28/scripts/config/
H A Dsymbol.c739 regex_t re; local
745 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))
751 if (regexec(&re, sym->name, 0, NULL, 0))
767 regfree(&re);
/netgear-R7800-V1.0.2.28/package/shortcut-fe/src/
H A Dsfe_ipv4.c193 bool active; /* Flag to indicate if we're on the active list */
602 * Not found then we're done.
945 * So no need to re-order entry for these requests
1138 * the connection hash lock and release it again. In general we're actually called
1139 * from within a BH and so we're fine, but we're also called when connections are
1301 * From this point on we're good to modify the packet.
1384 * If we're not already on the active list then insert ourselves at the tail
1442 * We're going to check for GSO flags when we transmit the packet so
1504 uint8_t re local
[all...]
H A Dsfe_ipv6.c223 bool active; /* Flag to indicate if we're on the active list */
658 * Not found then we're done.
1020 * So no need to re-order entry for these requests
1212 * the connection hash lock and release it again. In general we're actually called
1213 * from within a BH and so we're fine, but we're also called when connections are
1373 * From this point on we're good to modify the packet.
1437 * If we're not already on the active list then insert ourselves at the tail
1495 * We're going to check for GSO flags when we transmit the packet so
1557 uint8_t re local
[all...]
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dblock.mk209 # All the "=n" are unnecessary, they're only there
/netgear-R7800-V1.0.2.28/docs/
H A Dbuild.tex127 screen, through this menu you can select which platform you're targeting, which versions of
513 If you're just having trouble getting your package to compile, there's a few
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/wmi/
H A Dwmi_doc.h636 generated but the parameters are available after (re)association
1900 This rate set is advertised in the probe request and the assoc/re-assoc request as
3444 After sending the �DISCONNECT� event the device continually tries to re-establish
4070 Acknowledge and re-arm GPIO interrupts reported earlier
4125 The host uses this command to acknowledge and to re-arm GPIO interrupts reported

Completed in 207 milliseconds