Home
last modified time | relevance | path

Searched refs:dp_lro_config_cmd (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/target_if/dp/src/
H A Dtarget_if_dp_comp.c368 sb_ops->dp_lro_config_cmd = target_if_dp_lro_config_cmd; in target_if_dp_register_tx_ops()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h746 QDF_STATUS (*dp_lro_config_cmd)(struct wlan_objmgr_psoc *psoc, member
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_txrx.c1291 status = dp_ctx->sb_ops.dp_lro_config_cmd(dp_ctx->psoc, &lro_config); in dp_rx_ol_send_config()