Home
last modified time | relevance | path

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

/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_wlfc.h314 void *commit_ctx; member
589 void *commit_ctx, void *pktbuf,
Ddhd_wlfc.c2082 void *commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2107 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3312 ctx, ac, &commit_info, ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3426 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3480 void *commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3524 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3552 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3553 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3555 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_wlfc.h283 void* commit_ctx; member
519 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);
Ddhd_wlfc.c2011 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2035 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3209 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3320 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3373 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3416 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3444 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3445 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3447 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_wlfc.h303 void* commit_ctx; member
554 struct dhd_bus *commit_ctx, void *pktbuf, bool need_toggle_host_if);
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()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_wlfc.c2035 dhd_wlfc_commit_info_t *commit_info, f_commitpkt_t fcommit, void* commit_ctx) in _dhd_wlfc_handle_packet_commit() argument
2059 rc = fcommit(commit_ctx, commit_info->p); in _dhd_wlfc_handle_packet_commit()
3242 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3353 ctx->fcommit, ctx->commit_ctx); in dhd_wlfc_transfer_packets()
3406 dhd_wlfc_commit_packets(dhd_pub_t *dhdp, f_commitpkt_t fcommit, void* commit_ctx, void *pktbuf, in dhd_wlfc_commit_packets() argument
3449 if (fcommit(commit_ctx, pktbuf)) { in dhd_wlfc_commit_packets()
3477 if (!ctx->commit_ctx) { in dhd_wlfc_commit_packets()
3478 ctx->commit_ctx = commit_ctx; in dhd_wlfc_commit_packets()
3480 ASSERT(ctx->commit_ctx == commit_ctx); in dhd_wlfc_commit_packets()
Ddhd_wlfc.h517 void* commit_ctx; member
755 void* commit_ctx, void *pktbuf, bool need_toggle_host_if);