Home
last modified time | relevance | path

Searched refs:commit_ctx (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.h283 void* commit_ctx; member
521 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2024 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2048 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3226 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3337 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3390 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3423 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3451 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3452 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3454 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.h291 void* commit_ctx; member
529 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2030 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2054 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3230 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3341 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3394 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3437 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3465 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3466 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3468 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.h283 void* commit_ctx; member
521 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2027 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2051 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3229 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3340 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3393 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3426 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3454 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3455 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3457 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.h283 void* commit_ctx; member
521 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2024 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2048 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3226 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3337 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3390 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3423 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3451 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3452 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3454 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.h303 void* commit_ctx; member
554 struct dhd_bus *commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2239 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2266 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3576 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3687 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3743 struct dhd_bus *commit_ctx, void *pktbuf, bool need_toggle_host_if) in dhd_wlfc_commit_packets() argument
3785 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3813 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3814 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3816 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.h303 void* commit_ctx; member
554 struct dhd_bus *commit_ctx, void *pktbuf, bool need_toggle_host_if);
H A Ddhd_wlfc.c2236 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2263 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3573 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3684 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3740 struct dhd_bus *commit_ctx, void *pktbuf, bool need_toggle_host_if) in dhd_wlfc_commit_packets() argument
3782 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3810 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3811 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3813 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()