Searched refs:interface (Results 51 - 75 of 86) sorted by relevance

1234

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_core.c57 * NSS Rx per interface callback structure
122 * Register a callback per interface code. Only one per interface.
124 uint32_t nss_core_register_handler(uint32_t interface, nss_core_rx_callback_t cb, void *app_data) argument
129 * Validate interface id
131 if (interface > NSS_MAX_NET_INTERFACES) {
132 printk("Error - Interface %d not Supported\n", interface);
139 if (nss_rx_interface_handlers[interface].cb != NULL) {
140 printk("Error - Duplicate Interface CB Registered for interface %d\n", interface);
150 nss_core_unregister_handler(uint32_t interface) argument
[all...]
H A Dnss_virt_if.c31 * Data structure that holds the virtual interface context.
87 if (!NSS_IS_IF_TYPE(DYNAMIC, ncm->interface)) {
88 nss_warning("%p: response for another interface: %d", nss_ctx, ncm->interface);
92 if_num = NSS_VIRT_IF_GET_INDEX(ncm->interface);
120 ncm->cb = (uint32_t)nss_ctx->nss_top->if_rx_msg_callback[ncm->interface];
121 ncm->app_data = (uint32_t)nss_ctx->nss_top->subsys_dp_register[ncm->interface].ndev;
208 * register msg handler for virtual interface.
217 nss_warning("%d: Message handler failed to be registered for interface\n", if_num);
282 nss_warning("%p: Dynamic interface destro
[all...]
H A Dnss_wifi_if.c31 * Data structure that holds the wifi interface context.
60 * Handle NSS -> HLOS messages for wifi interface
82 nss_warning("%p: tx request for another interface: %d",
83 nss_ctx, ncm->interface);
92 if_num = NSS_WIFI_IF_GET_INDEX(ncm->interface);
135 * Register the message handler & initialize semaphore & completion for the * interface if_num
146 nss_warning("%d: Message handler failed to be registered for interface ret %d\n", if_num, ret);
211 nss_warning("%p: wifi interface %d: command allocation failed\n", nss_ctx, ncm->interface);
221 nss_warning("%p: Unable to enqueue 'virtual interface' comman
[all...]
H A Dnss_cmn.c30 ncm->interface = if_num;
40 * Return the interface number of the NSS net_device.
42 * Returns -1 on failure or the interface number of dev is an NSS net_device.
57 * Check physical interface table
65 nss_warning("%p: Interface number could not be found as interface has not registered yet", nss_ctx);
71 * Return the net_device for NSS interface id.
73 * Returns NULL on failure or the net_device for NSS interface id.
94 * Return the NSS interface id for the net_device.
96 * Returns < 0 on failure or the NSS interface id for the given device.
105 * Check physical interface tabl
[all...]
H A Dnss_n2h.c124 BUG_ON(ncm->interface != NSS_N2H_INTERFACE);
130 nss_warning("%p: received invalid message %d for Offload stats interface", nss_ctx, nnm->cm.type);
160 nss_info("%p: Received response %d for type %d, interface %d",
161 nss_ctx, ncm->response, ncm->type, ncm->interface);
1026 if (ncm->interface != NSS_N2H_INTERFACE) {
1027 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
1037 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
H A Dnss_core.h168 /* Number of maximum simultaneous PPPoE sessions per physical interface */
239 /* Number of IPv4 connection create requests that had invalid interface */
259 /* Number of IPv4 Multicast connection create requests that had invalid interface */
305 /* Number of IPv6 connection create requests that had invalid interface */
327 /* Number of IPv6 Multicast connection create requests that had invalid interface */
488 NSS_STATS_N2H_N2H_INTERFACE_INVALID, /* No. of bad interface access */
638 /* Current MTU value of physical interface */
648 * when handling a data packet/skb destined to that subsystem interface.
657 struct net_device *ndev; /* Netdevice associated with the interface */
726 /* Physical interface even
[all...]
H A Dnss_freq.c286 nss_info("%p: Received response %d for type %d, interface %d", nss_ctx, ncm->response, ncm->type, ncm->interface);
/netgear-R7800-V1.0.2.28/docs/
H A Dwireless.tex4 commented. This prevents unsecured sharing of the network over the wireless interface.
90 the physical wifi interface and '\texttt{wifi-iface}' configures a virtual interface on top
108 option network the interface you want wifi to bridge with
133 The driver to use for this interface.
168 Selects the interface section from \texttt{/etc/config/network} to be
169 used with this interface
381 settings with the master interface, which is done automatically).
405 \item enabling/disabling the wifi interface(s)
421 options. It does not change the state of the interface
[all...]
H A Ddebugging.tex36 Once found, just interface your level shifter with the device and the
44 defining an electrical interface for integrated circuit testing and
H A Dbugs.tex4 is used as an interface between developers, users and contributors in order to
/netgear-R7800-V1.0.2.28/package/ez-ipupdate/files/
H A Dcmd_ddns18 interface=$4
/netgear-R7800-V1.0.2.28/package/kernel/modules/
H A Dnetfilter.mk508 TITLE:=Netlink-based userspace interface
516 Kernel modules support for a netlink-based userspace interface
529 TITLE:=Netfilter LOG over NFNETLINK interface
544 TITLE:=Netfilter QUEUE over NFNETLINK interface
559 TITLE:=Connection tracking netlink interface
568 userspace interface
H A Di2c.mk142 TITLE:=IBM PPC 4xx on-chip I2C interface support
157 TITLE:=Orion Platform I2C interface support
162 Kernel module for I2C interface on the Kirkwood and Orion
/netgear-R7800-V1.0.2.28/package/qdiscman/
H A DMakefile30 TITLE:=StreamBoost to Netlink interface
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/generic/profiles/
H A Dqualcomm.mk20 -LuCI web configuration interface
42 -LuCI web configuration interface
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/profiles/
H A Dqsdk.mk33 -LuCI web configuration interface
51 -LuCI web configuration interface
/netgear-R7800-V1.0.2.28/package/base-files/files/etc/init.d/
H A Dnet-lan23 interface br0
/netgear-R7800-V1.0.2.28/package/qca-nss-clients/src/
H A Dnss_ipsecmgr.c205 * return the table associated with the interface number
440 sa->type = nss_ipsecmgr_get_type(nim->cm.interface);
443 switch (nim->cm.interface) {
453 nss_ipsecmgr_error("invalid interface num = %d\n", nim->cm.interface);
692 tbl = nss_ipsecmgr_get_tbl(priv, nim->cm.interface);
694 nss_ipsecmgr_error("invalid interface number(%d)\n", nim->cm.interface);
1024 * free an existing IPsec tunnel interface
1119 nss_ipsecmgr_error("Invalid nss interface
[all...]
/netgear-R7800-V1.0.2.28/package/qca-hostap/
H A DMakefile52 TITLE:=Hostap authenticator command line interface
84 TITLE:=WPA Supplicant command line interface
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_bond_notifier.c117 * Send the currnet LAG state of a physical interface that has changed state in the bonding driver.
135 DEBUG_WARN("Not an NSS interface: %p\n", slave);
163 nlsc->interface = slave_ifnum;
176 * Callback when a slave device is released from slavedom and no longer a part of a bonded interface.
H A Decm_interface.c521 * Get a route to the given IP address, this will allow us to also find the interface
548 * Get a route to the given IP address, this will allow us to also find the interface
807 * Returns NULL on failure or a reference to interface.
858 * Returns NULL on failure or a reference to interface.
909 * Returns NULL on failure or a reference to interface.
960 * Returns NULL on failure or a reference to interface.
1012 * Returns NULL on failure or a reference to interface.
1063 * Returns NULL on failure or a reference to interface.
1113 * Returns NULL on failure or a reference to interface.
1164 * Returns NULL on failure or a reference to interface
1699 ecm_interface_multicast_heirarchy_construct_single(struct ecm_front_end_connection_instance *feci, ip_addr_t src_addr, ip_addr_t dest_addr, struct ecm_db_iface_instance *interface, struct net_device *given_dest_dev, struct net_device *br_slave_dev, uint8_t *src_node_addr, bool is_routed, __be16 *layer4hdr) argument
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_bond_notifier.c118 * Send the currnet LAG state of a physical interface that has changed state in the bonding driver.
136 DEBUG_WARN("Not an NSS interface: %p\n", slave);
164 nlsc->interface = slave_ifnum;
177 * Callback when a slave device is released from slavedom and no longer a part of a bonded interface.
/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h108 uint16_t interface; /**< Primary Key for all messages */ member in struct:sfe_cmn_msg
147 int32_t flow_interface_num; /**< Flow interface number */
148 int32_t return_interface_num; /**< Return interface number */
149 int32_t flow_top_interface_num; /* Top flow interface number */
150 int32_t return_top_interface_num;/* Top return interface number */
151 uint32_t flow_mtu; /**< Flow interface`s MTU */
152 uint32_t return_mtu; /**< Return interface`s MTU */
165 int32_t flow_interface_num; /**< Flow interface number */
166 int32_t return_interface_num; /**< Return interface number */
167 int32_t flow_top_interface_num; /* Top flow interface numbe
[all...]
/netgear-R7800-V1.0.2.28/package/uhttpd/
H A DMakefile94 The Lua plugin adds a CGI-like Lua runtime interface to uHTTPd.
/netgear-R7800-V1.0.2.28/target/linux/etrax/image/
H A Dboot_linux8 #! -d <device> the interface to use, e.g., eth1
487 -d <device> : The network interface to use, default is eth0.

Completed in 103 milliseconds

1234