• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/

Lines Matching refs:interface

31  * 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 destroy failed status %d\n", nss_ctx, status);
303 nss_warning("%p: Dynamic interface destroy failed status %d\n", nss_ctx, status);
319 * Callback to handle the response from dynamic interface for an alloc node msg.
387 * the interface if_num.
438 * Initialize virt handle which holds the if_num and stats per interface.
484 * register msg handler for virtual interface and initialize semaphore and completion.
494 nss_warning("%d: Message handler failed to be registered for interface\n", if_num);
510 * Create a virtual interface and associate it with the netdev, asynchronously.
538 * Construct a dynamic interface message and send it to the firmware.
557 * Create a virt interface, synchronously and associate it with the netdev
618 * The context returned is the handle interface # which contains all the info related to
619 * the interface if_num.
632 * Destroy the virt interface associated with the interface number, by sending
633 * sending an asynchronous message to dynamic interface.
661 nss_warning("%p: Unregister virt interface %d: no context\n", nss_ctx, if_num);
678 nss_warning("Not able to unregister handler for virt_if interface %d with NSS core\n", if_num);
688 * Destroy the virt interface associated with the interface number, synchronously.
714 nss_warning("%p: Unregister virt interface %d: no context\n", nss_ctx, if_num);
731 nss_warning("%p: Not able to unregister handler for virt_if interface %d with NSS core\n", nss_ctx, if_num);
741 * HLOS interface has received a packet which we redirect to the NSS, if appropriate to do so.
826 if (!NSS_IS_IF_TYPE(DYNAMIC, ncm->interface)) {
827 nss_warning("%p: tx request for another interface: %d", nss_ctx, ncm->interface);
845 nss_warning("%p: virtual interface %d: command allocation failed", nss_ctx, ncm->interface);
855 nss_warning("%p: Unable to enqueue 'virtual interface' command\n", nss_ctx);
864 * The context returned is the virtual interface # which is, essentially, the index into the if_ctx
992 * Get interface number for a virtual interface