Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_fst.c203 struct dp_htt_rx_flow_fst_operation fse_op_cmd; in dp_rx_flow_send_htt_operation_cmd() local
212 fse_op_cmd.pdev_id = OL_TXRX_PDEV_ID; in dp_rx_flow_send_htt_operation_cmd()
213 fse_op_cmd.op_code = fse_op; in dp_rx_flow_send_htt_operation_cmd()
214 fse_op_cmd.rx_flow = &rx_flow_info; in dp_rx_flow_send_htt_operation_cmd()
216 cfg.fse_op_cmd = &fse_op_cmd; in dp_rx_flow_send_htt_operation_cmd()
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_cmn_struct.h3103 struct dp_htt_rx_flow_fst_operation *fse_op_cmd; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c2970 status = dp_htt_rx_flow_fse_operation(pdev, cfg->fse_op_cmd); in dp_fisa_config()