qcacmn: Setup CDP interface for flushing RX queue

Refactor flush rx queue function call based on soc by adding an
interface to CDP funtion indirection table.

Change-Id: Iea201553f555a6c317cf37e586433aa493e51623
CRs-fixed: 2023399
这个提交包含在:
Manikandan Mohan
2017-03-22 11:18:26 -07:00
提交者 Sandeep Puligilla
父节点 53e7fb8fa3
当前提交 e2fa8b7861
修改 3 个文件,包含 13 行新增0 行删除

查看文件

@@ -192,6 +192,7 @@ struct cdp_cmn_ops {
void (*set_vdev_dscp_tid_map)(struct cdp_vdev *vdev_handle,
uint8_t map_id);
void (*flush_cache_rx_queue)(void);
void (*set_pdev_dscp_tid_map)(struct cdp_pdev *pdev, uint8_t map_id,
uint8_t tos, uint8_t tid);