Searched refs:sfe_drv_ctx_instance (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/package/simulated-driver/src/
H A Dsfe_drv.h423 struct sfe_drv_ctx_instance { struct
444 extern sfe_tx_status_t sfe_drv_ipv4_tx(struct sfe_drv_ctx_instance *sfe_drv_ctx, struct sfe_ipv4_msg *msg);
453 * @return struct sfe_drv_ctx_instance * The sfe driver context
455 extern struct sfe_drv_ctx_instance *sfe_drv_ipv4_notify_register(sfe_ipv4_msg_callback_t cb, void *app_data);
487 extern sfe_tx_status_t sfe_drv_ipv6_tx(struct sfe_drv_ctx_instance *sfe_drv_ctx, struct sfe_ipv6_msg *msg);
496 * @return struct sfe_drv_ctx_instance * The sfe driver context
498 extern struct sfe_drv_ctx_instance *sfe_drv_ipv6_notify_register(sfe_ipv6_msg_callback_t cb, void *app_data);
517 sfe_tx_status_t sfe_tun6rd_tx(struct sfe_drv_ctx_instance *sfe_ctx, struct sfe_tun6rd_msg *msg);
H A Dsfe_drv.c89 struct sfe_drv_ctx_instance base;/* exported sfe driver context, is public to user of sfe driver*/
117 #define SFE_DRV_CTX_TO_PUBLIC(intrv) (struct sfe_drv_ctx_instance *)(intrv)
606 sfe_tx_status_t sfe_drv_ipv4_tx(struct sfe_drv_ctx_instance *sfe_drv_ctx, struct sfe_ipv4_msg *msg)
648 * @return struct sfe_drv_ctx_instance * The sfe driver context
650 struct sfe_drv_ctx_instance *sfe_drv_ipv4_notify_register(sfe_ipv4_msg_callback_t cb, void *app_data)
981 sfe_tx_status_t sfe_drv_ipv6_tx(struct sfe_drv_ctx_instance *sfe_drv_ctx, struct sfe_ipv6_msg *msg)
1023 * @return struct sfe_drv_ctx_instance * The sfe driver context
1025 struct sfe_drv_ctx_instance *sfe_drv_ipv6_notify_register(sfe_ipv6_msg_callback_t cb, void *app_data)
1073 sfe_tx_status_t sfe_tun6rd_tx(struct sfe_drv_ctx_instance *sfe_drv_ctx, struct sfe_tun6rd_msg *msg)
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/sfe/
H A Decm_sfe_ipv4.h51 extern struct sfe_drv_ctx_instance *ecm_sfe_ipv4_drv_mgr;
H A Decm_sfe_ipv6.h51 extern struct sfe_drv_ctx_instance *ecm_sfe_ipv6_drv_mgr;
H A Decm_sfe_ipv6.c144 struct sfe_drv_ctx_instance *ecm_sfe_ipv6_drv_mgr = NULL;
H A Decm_sfe_ipv4.c139 struct sfe_drv_ctx_instance *ecm_sfe_ipv4_drv_mgr = NULL;

Completed in 40 milliseconds