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

Lines Matching defs:nss_dev

70 int32_t __nss_hal_clock_pre_init(struct platform_device *nss_dev)
88 int32_t __nss_hal_load_fw(struct platform_device *nss_dev, struct nss_platform_data *npd)
97 int32_t __nss_hal_clock_post_init(struct platform_device *nss_dev, struct nss_platform_data *npd)
106 int32_t __nss_hal_reset_control(struct platform_device *nss_dev)
268 int nss_hal_probe(struct platform_device *nss_dev)
278 if (!nss_dev->dev.of_node) {
289 np = of_node_get(nss_dev->dev.of_node);
290 npd = nss_hal_of_get_pdata(np, nss_dev);
300 nss_dev->id = nss_ctx->id;
304 nss_info("%p: NSS_DEV_ID %s \n", nss_ctx, dev_name(&nss_dev->dev));
364 nss_warning("%d: IRQ0 request failed", nss_dev->id);
381 nss_info("%d: This NSS core supports two interrupts", nss_dev->id);
407 nss_warning("%d: IRQ1 request failed for nss", nss_dev->id);
427 nss_top->shaping_handler_id = nss_dev->id;
428 nss_info("%d: NSS shaping is enabled", nss_dev->id);
432 nss_top->ipv4_handler_id = nss_dev->id;
443 nss_top->virt_if_handler_id[i] = nss_dev->id;
446 nss_top->dynamic_interface_table[NSS_DYNAMIC_INTERFACE_TYPE_802_3_REDIR] = nss_dev->id;
450 nss_top->ipv4_reasm_handler_id = nss_dev->id;
455 nss_top->ipv6_handler_id = nss_dev->id;
460 nss_top->ipv6_reasm_handler_id = nss_dev->id;
466 nss_top->crypto_handler_id = nss_dev->id;
471 nss_top->ipsec_handler_id = nss_dev->id;
476 nss_top->wlan_handler_id = nss_dev->id;
480 nss_top->tun6rd_handler_id = nss_dev->id;
484 nss_top->tunipip6_handler_id = nss_dev->id;
502 nss_top->frequency_handler_id = nss_dev->id;
540 nss_info("%p: All resources initialized and nss core%d has been brought out of reset", nss_ctx, nss_dev->id);
554 if (nss_dev->dev.of_node) {
566 if (nss_dev->dev.of_node) {
567 devm_kfree(&nss_dev->dev, npd);
578 int nss_hal_remove(struct platform_device *nss_dev)
581 struct nss_ctx_instance *nss_ctx = &nss_top->nss[nss_dev->id];
622 if (nss_dev->dev.of_node) {
634 nss_info("%p: All resources freed for nss core%d", nss_ctx, nss_dev->id);