Home
last modified time | relevance | path

Searched refs:is_full_reorder_offload (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_cfg.c189 cfg_ctx->is_full_reorder_offload = cfg_param->is_full_reorder_offload; in ol_pdev_cfg_attach()
480 return cfg->is_full_reorder_offload; in ol_cfg_is_full_reorder_offload()
H A Dol_txrx.c6000 value = cfg_ctx->is_full_reorder_offload; in ol_txrx_get_cfg()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c284 pdev->cfg.is_full_reorder_offload) { in htt_t2h_lp_msg_handler()
794 if (qdf_unlikely(pdev->cfg.is_full_reorder_offload)) { in htt_t2h_msg_handler()
1045 if (qdf_unlikely(!pdev->cfg.is_full_reorder_offload)) { in htt_t2h_msg_handler()
1290 !pdev->cfg.is_full_reorder_offload)) { in htt_t2h_msg_handler_fast()
1426 !pdev->cfg.is_full_reorder_offload)) { in htt_t2h_msg_handler_fast()
H A Dhtt_rx_ll.c470 if (pdev->cfg.is_full_reorder_offload) { in htt_rx_ring_fill_n()
2140 if (pdev->cfg.is_full_reorder_offload) { in htt_rx_attach()
2219 if (pdev->cfg.is_full_reorder_offload) { in htt_rx_attach()
2263 if (pdev->cfg.is_full_reorder_offload) in htt_rx_attach()
2276 if (pdev->cfg.is_full_reorder_offload) in htt_rx_attach()
2294 if (pdev->cfg.is_full_reorder_offload) { in htt_rx_detach()
H A Dhtt_types.h235 int is_full_reorder_offload; member
H A Dhtt.c439 pdev->cfg.is_full_reorder_offload = in htt_pdev_alloc()
443 (int)pdev->cfg.is_full_reorder_offload); in htt_pdev_alloc()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mob_def.h369 uint8_t is_full_reorder_offload; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_cfg.h88 u8 is_full_reorder_offload; member
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c526 cdp_cfg.is_full_reorder_offload = DP_REORDER_OFFLOAD_SUPPORT; in cds_cdp_cfg_attach()