cdp_txrx_ops.h 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783
  1. /*
  2. * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
  3. *
  4. *
  5. * Permission to use, copy, modify, and/or distribute this software for
  6. * any purpose with or without fee is hereby granted, provided that the
  7. * above copyright notice and this permission notice appear in all
  8. * copies.
  9. *
  10. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  11. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  12. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  13. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  14. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  15. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  16. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  17. * PERFORMANCE OF THIS SOFTWARE.
  18. */
  19. /**
  20. * @file cdp_txrx_ops.h
  21. * @brief Define the host data path converged API functions
  22. * called by the host control SW and the OS interface module
  23. */
  24. #ifndef _CDP_TXRX_CMN_OPS_H_
  25. #define _CDP_TXRX_CMN_OPS_H_
  26. #include <cdp_txrx_cmn_struct.h>
  27. #ifdef CONFIG_WIN
  28. #include <cdp_txrx_stats_struct.h>
  29. #endif
  30. /******************************************************************************
  31. *
  32. * Control Interface (A Interface)
  33. *
  34. *****************************************************************************/
  35. struct cdp_cmn_ops {
  36. int(*txrx_soc_attach_target)(ol_txrx_soc_handle soc);
  37. int(*txrx_pdev_attach_target)(void *pdev);
  38. void *(*txrx_vdev_attach)
  39. (void *pdev, uint8_t *vdev_mac_addr,
  40. uint8_t vdev_id, enum wlan_op_mode op_mode);
  41. void(*txrx_vdev_detach)
  42. (void *vdev, ol_txrx_vdev_delete_cb callback,
  43. void *cb_context);
  44. void *(*txrx_pdev_attach)
  45. (ol_txrx_soc_handle soc, void *ctrl_pdev,
  46. HTC_HANDLE htc_pdev, qdf_device_t osdev, uint8_t pdev_id);
  47. int (*txrx_pdev_post_attach)(void *pdev);
  48. void(*txrx_pdev_detach)(void *pdev, int force);
  49. void *(*txrx_peer_attach)
  50. (void *vdev, uint8_t *peer_mac_addr);
  51. void(*txrx_peer_detach)(void *peer);
  52. int(*txrx_set_monitor_mode)(void *vdev);
  53. void(*txrx_set_curchan)(void *pdev, uint32_t chan_mhz);
  54. void (*txrx_set_privacy_filters)
  55. (void *vdev, void *filter, uint32_t num);
  56. /********************************************************************
  57. * Data Interface (B Interface)
  58. ********************************************************************/
  59. void(*txrx_vdev_register)(void *vdev,
  60. void *osif_vdev, struct ol_txrx_ops *txrx_ops);
  61. int(*txrx_mgmt_send)(void *vdev,
  62. qdf_nbuf_t tx_mgmt_frm, uint8_t type);
  63. int(*txrx_mgmt_send_ext)(void *vdev,
  64. qdf_nbuf_t tx_mgmt_frm, uint8_t type, uint8_t use_6mbps,
  65. uint16_t chanfreq);
  66. /**
  67. * ol_txrx_mgmt_tx_cb - tx management delivery notification
  68. * callback function
  69. */
  70. void(*txrx_mgmt_tx_cb_set)
  71. (void *pdev, uint8_t type,
  72. ol_txrx_mgmt_tx_cb download_cb, ol_txrx_mgmt_tx_cb ota_ack_cb,
  73. void *ctxt);
  74. int (*txrx_get_tx_pending)(void *pdev);
  75. /**
  76. * ol_txrx_data_tx_cb - Function registered with the data path
  77. * that is called when tx frames marked as "no free" are
  78. * done being transmitted
  79. */
  80. void(*txrx_data_tx_cb_set)(void *data_vdev,
  81. ol_txrx_data_tx_cb callback, void *ctxt);
  82. /*******************************************************************
  83. * Statistics and Debugging Interface (C Inteface)
  84. ********************************************************************/
  85. int(*txrx_aggr_cfg)(void *vdev, int max_subfrms_ampdu,
  86. int max_subfrms_amsdu);
  87. A_STATUS(*txrx_fw_stats_get)(void *vdev, struct ol_txrx_stats_req *req,
  88. bool per_vdev, bool response_expected);
  89. int(*txrx_debug)(void *vdev, int debug_specs);
  90. void(*txrx_fw_stats_cfg)(void *vdev,
  91. uint8_t cfg_stats_type, uint32_t cfg_val);
  92. void(*txrx_print_level_set)(unsigned level);
  93. /**
  94. * ol_txrx_get_vdev_mac_addr() - Return mac addr of vdev
  95. * @vdev: vdev handle
  96. *
  97. * Return: vdev mac address
  98. */
  99. uint8_t *(*txrx_get_vdev_mac_addr)(void *vdev);
  100. /**
  101. * ol_txrx_get_vdev_struct_mac_addr() - Return handle to struct qdf_mac_addr of
  102. * vdev
  103. * @vdev: vdev handle
  104. *
  105. * Return: Handle to struct qdf_mac_addr
  106. */
  107. struct qdf_mac_addr *
  108. (*txrx_get_vdev_struct_mac_addr)(void *vdev);
  109. /**
  110. * ol_txrx_get_pdev_from_vdev() - Return handle to pdev of vdev
  111. * @vdev: vdev handle
  112. *
  113. * Return: Handle to pdev
  114. */
  115. void *(*txrx_get_pdev_from_vdev)
  116. (void *vdev);
  117. /**
  118. * ol_txrx_get_ctrl_pdev_from_vdev() - Return control pdev of vdev
  119. * @vdev: vdev handle
  120. *
  121. * Return: Handle to control pdev
  122. */
  123. void *
  124. (*txrx_get_ctrl_pdev_from_vdev)(void *vdev);
  125. void *
  126. (*txrx_get_vdev_from_vdev_id)(void *pdev, uint8_t vdev_id);
  127. void (*txrx_soc_detach)(void *soc);
  128. };
  129. struct cdp_ctrl_ops {
  130. int
  131. (*txrx_mempools_attach)(void *ctrl_pdev);
  132. int
  133. (*txrx_set_filter_neighbour_peers)(
  134. void *pdev,
  135. u_int32_t val);
  136. /**
  137. * @brief set the safemode of the device
  138. * @details
  139. * This flag is used to bypass the encrypt and decrypt processes when
  140. * send and receive packets. It works like open AUTH mode, HW will
  141. * ctreate all packets as non-encrypt frames because no key installed.
  142. * For rx fragmented frames,it bypasses all the rx defragmentaion.
  143. *
  144. * @param vdev - the data virtual device object
  145. * @param val - the safemode state
  146. * @return - void
  147. */
  148. void
  149. (*txrx_set_safemode)(
  150. void *vdev,
  151. u_int32_t val);
  152. /**
  153. * @brief configure the drop unencrypted frame flag
  154. * @details
  155. * Rx related. When set this flag, all the unencrypted frames
  156. * received over a secure connection will be discarded
  157. *
  158. * @param vdev - the data virtual device object
  159. * @param val - flag
  160. * @return - void
  161. */
  162. void
  163. (*txrx_set_drop_unenc)(
  164. void *vdev,
  165. u_int32_t val);
  166. /**
  167. * @brief set the Tx encapsulation type of the VDEV
  168. * @details
  169. * This will be used to populate the HTT desc packet type field
  170. * during Tx
  171. * @param vdev - the data virtual device object
  172. * @param val - the Tx encap type
  173. * @return - void
  174. */
  175. void
  176. (*txrx_set_tx_encap_type)(
  177. void *vdev,
  178. enum htt_cmn_pkt_type val);
  179. /**
  180. * @brief set the Rx decapsulation type of the VDEV
  181. * @details
  182. * This will be used to configure into firmware and hardware
  183. * which format to decap all Rx packets into, for all peers under
  184. * the VDEV.
  185. * @param vdev - the data virtual device object
  186. * @param val - the Rx decap mode
  187. * @return - void
  188. */
  189. void
  190. (*txrx_set_vdev_rx_decap_type)(
  191. void *vdev,
  192. enum htt_cmn_pkt_type val);
  193. /**
  194. * @brief get the Rx decapsulation type of the VDEV
  195. *
  196. * @param vdev - the data virtual device object
  197. * @return - the Rx decap type
  198. */
  199. enum htt_pkt_type
  200. (*txrx_get_vdev_rx_decap_type)(void *vdev);
  201. /* Is this similar to ol_txrx_peer_state_update() in MCL */
  202. /**
  203. * @brief Update the authorize peer object at association time
  204. * @details
  205. * For the host-based implementation of rate-control, it
  206. * updates the peer/node-related parameters within rate-control
  207. * context of the peer at association.
  208. *
  209. * @param peer - pointer to the node's object
  210. * @authorize - either to authorize or unauthorize peer
  211. *
  212. * @return none
  213. */
  214. void
  215. (*txrx_peer_authorize)(void *peer,
  216. u_int32_t authorize);
  217. bool
  218. (*txrx_set_inact_params)(void *pdev,
  219. u_int16_t inact_check_interval,
  220. u_int16_t inact_normal,
  221. u_int16_t inact_overload);
  222. bool
  223. (*txrx_start_inact_timer)(
  224. void *pdev,
  225. bool enable);
  226. /**
  227. * @brief Set the overload status of the radio
  228. * @details
  229. * Set the overload status of the radio, updating the inactivity
  230. * threshold and inactivity count for each node.
  231. *
  232. * @param pdev - the data physical device object
  233. * @param overload - whether the radio is overloaded or not
  234. */
  235. void (*txrx_set_overload)(
  236. void *pdev,
  237. bool overload);
  238. /**
  239. * @brief Check the inactivity status of the peer/node
  240. *
  241. * @param peer - pointer to the node's object
  242. * @return true if the node is inactive; otherwise return false
  243. */
  244. bool
  245. (*txrx_peer_is_inact)(void *peer);
  246. /**
  247. * @brief Mark inactivity status of the peer/node
  248. * @details
  249. * If it becomes active, reset inactivity count to reload value;
  250. * if the inactivity status changed, notify umac band steering.
  251. *
  252. * @param peer - pointer to the node's object
  253. * @param inactive - whether the node is inactive or not
  254. */
  255. void (*txrx_mark_peer_inact)(
  256. void *peer,
  257. bool inactive);
  258. /* Should be ol_txrx_ctrl_api.h */
  259. void (*txrx_set_mesh_mode)(void *vdev, u_int32_t val);
  260. void (*tx_flush_buffers)(void *vdev);
  261. int (*txrx_is_target_ar900b)(void *vdev);
  262. };
  263. struct cdp_me_ops {
  264. u_int16_t (*tx_desc_alloc_and_mark_for_mcast_clone)
  265. (void *pdev, u_int16_t buf_count);
  266. u_int16_t (*tx_desc_free_and_unmark_for_mcast_clone)(
  267. void *pdev,
  268. u_int16_t buf_count);
  269. u_int16_t
  270. (*tx_get_mcast_buf_allocated_marked)
  271. (void *pdev);
  272. void
  273. (*tx_me_alloc_descriptor)(void *pdev);
  274. void
  275. (*tx_me_free_descriptor)(void *pdev);
  276. uint16_t
  277. (*tx_me_convert_ucast)(void *vdev,
  278. qdf_nbuf_t wbuf, u_int8_t newmac[][6],
  279. uint8_t newmaccnt);
  280. /* Should be a function pointer in ol_txrx_osif_ops{} */
  281. /**
  282. * @brief notify mcast frame indication from FW.
  283. * @details
  284. * This notification will be used to convert
  285. * multicast frame to unicast.
  286. *
  287. * @param pdev - handle to the ctrl SW's physical device object
  288. * @param vdev_id - ID of the virtual device received the special data
  289. * @param msdu - the multicast msdu returned by FW for host inspect
  290. */
  291. int (*mcast_notify)(void *pdev,
  292. u_int8_t vdev_id, qdf_nbuf_t msdu);
  293. };
  294. struct cdp_mon_ops {
  295. void (*txrx_monitor_set_filter_ucast_data)
  296. (void *, u_int8_t val);
  297. void (*txrx_monitor_set_filter_mcast_data)
  298. (void *, u_int8_t val);
  299. void (*txrx_monitor_set_filter_non_data)
  300. (void *, u_int8_t val);
  301. u_int8_t (*txrx_monitor_get_filter_ucast_data)
  302. (void *vdev_txrx_handle);
  303. u_int8_t (*txrx_monitor_get_filter_mcast_data)
  304. (void *vdev_txrx_handle);
  305. u_int8_t (*txrx_monitor_get_filter_non_data)
  306. (void *vdev_txrx_handle);
  307. int (*txrx_reset_monitor_mode)(void *pdev);
  308. };
  309. struct cdp_host_stats_ops {
  310. int (*txrx_host_stats_get)(void *vdev,
  311. struct ol_txrx_stats_req *req);
  312. void (*txrx_host_stats_clr)(void *vdev);
  313. void (*txrx_host_ce_stats)(void *vdev);
  314. int (*txrx_stats_publish)(void *pdev,
  315. void *buf);
  316. /**
  317. * @brief Enable enhanced stats functionality.
  318. *
  319. * @param pdev - the physical device object
  320. * @return - void
  321. */
  322. void (*txrx_enable_enhanced_stats)(void *pdev);
  323. /**
  324. * @brief Disable enhanced stats functionality.
  325. *
  326. * @param pdev - the physical device object
  327. * @return - void
  328. */
  329. void (*txrx_disable_enhanced_stats)(void *pdev);
  330. /**
  331. * @brief Get the desired stats from the message.
  332. *
  333. * @param pdev - the physical device object
  334. * @param stats_base - stats buffer recieved from FW
  335. * @param type - stats type.
  336. * @return - pointer to requested stat identified by type
  337. */
  338. uint32_t*(*txrx_get_stats_base)(void *pdev,
  339. uint32_t *stats_base, uint32_t msg_len, uint8_t type);
  340. void
  341. (*tx_print_tso_stats)(void *vdev);
  342. void
  343. (*tx_rst_tso_stats)(void *vdev);
  344. void
  345. (*tx_print_sg_stats)(void *vdev);
  346. void
  347. (*tx_rst_sg_stats)(void *vdev);
  348. void
  349. (*print_rx_cksum_stats)(void *vdev);
  350. void
  351. (*rst_rx_cksum_stats)(void *vdev);
  352. A_STATUS
  353. (*txrx_host_me_stats)(void *vdev);
  354. void
  355. (*txrx_per_peer_stats)(void *pdev, char *addr);
  356. int (*txrx_host_msdu_ttl_stats)(void *vdev,
  357. struct ol_txrx_stats_req *req);
  358. void
  359. (*print_lro_stats)(void *vdev);
  360. void
  361. (*reset_lro_stats)(void *vdev);
  362. };
  363. struct cdp_wds_ops {
  364. void
  365. (*txrx_set_wds_rx_policy)(void *vdev,
  366. u_int32_t val);
  367. };
  368. struct cdp_raw_ops {
  369. int (*txrx_get_nwifi_mode)(void *vdev);
  370. int
  371. (*rsim_tx_encap)(void *vdev, qdf_nbuf_t *pnbuf);
  372. };
  373. #ifdef CONFIG_WIN
  374. struct cdp_pflow_ops {
  375. uint32_t(*pflow_update_pdev_params)(void *,
  376. ol_ath_param_t, uint32_t, void *);
  377. };
  378. #endif /* CONFIG_WIN */
  379. struct ol_if_ops {
  380. void (*peer_set_default_routing)(void *scn_handle,
  381. uint8_t *peer_macaddr, uint8_t vdev_id,
  382. bool hash_based, uint8_t ring_num);
  383. int (*peer_rx_reorder_queue_setup)(void *ol_soc_handle,
  384. uint8_t vdev_id, uint8_t *peer_mac,
  385. qdf_dma_addr_t hw_qdesc, int tid, uint16_t queue_num);
  386. int (*peer_rx_reorder_queue_remove)(void *ol_soc_handle,
  387. uint8_t vdev_id, uint8_t *peer_macaddr,
  388. uint32_t tid_mask);
  389. /* TODO: Add any other control path calls required to OL_IF/WMA layer */
  390. };
  391. #ifndef CONFIG_WIN
  392. /* From here MCL specific OPs */
  393. /**
  394. * struct cdp_misc_ops - mcl ops not classified
  395. * @set_ibss_vdev_heart_beat_timer:
  396. * @bad_peer_txctl_set_setting:
  397. * @bad_peer_txctl_update_threshold:
  398. * @hl_tdls_flag_reset:
  399. * @tx_non_std:
  400. * @get_vdev_id:
  401. * @set_wisa_mode:
  402. * @runtime_suspend:
  403. * @runtime_resume:
  404. */
  405. struct cdp_misc_ops {
  406. uint16_t (*set_ibss_vdev_heart_beat_timer)(void *vdev,
  407. uint16_t timer_value_sec);
  408. void (*set_wmm_param)(void *cfg_pdev,
  409. struct ol_tx_wmm_param_t wmm_param);
  410. void (*bad_peer_txctl_set_setting)(void *pdev, int enable,
  411. int period, int txq_limit);
  412. void (*bad_peer_txctl_update_threshold)(void *pdev,
  413. int level, int tput_thresh, int tx_limit);
  414. void (*hl_tdls_flag_reset)(void *vdev, bool flag);
  415. qdf_nbuf_t (*tx_non_std)(void *vdev,
  416. enum ol_tx_spec tx_spec, qdf_nbuf_t msdu_list);
  417. uint16_t (*get_vdev_id)(void *vdev);
  418. QDF_STATUS (*set_wisa_mode)(void *vdev, bool enable);
  419. QDF_STATUS (*runtime_suspend)(void *pdev);
  420. QDF_STATUS (*runtime_resume)(void *pdev);
  421. int (*get_opmode)(void *vdev);
  422. void (*mark_first_wakeup_packet)(uint8_t value);
  423. void (*update_mac_id)(uint8_t vdev_id, uint8_t mac_id);
  424. void (*flush_rx_frames)(void *peer, bool drop);
  425. A_STATUS (*get_intra_bss_fwd_pkts_count)(uint8_t vdev_id,
  426. uint64_t *fwd_tx_packets, uint64_t *fwd_rx_packets);
  427. void (*pkt_log_init)(void *handle, void *scn);
  428. void (*pkt_log_con_service)(void *pdev, void *scn);
  429. };
  430. /**
  431. * struct cdp_tx_delay_ops - mcl tx delay ops
  432. * @tx_delay:
  433. * @tx_delay_hist:
  434. * @tx_packet_count:
  435. * @tx_set_compute_interval:
  436. */
  437. struct cdp_tx_delay_ops {
  438. void (*tx_delay)(void *pdev, uint32_t *queue_delay_microsec,
  439. uint32_t *tx_delay_microsec, int category);
  440. void (*tx_delay_hist)(void *pdev,
  441. uint16_t *bin_values, int category);
  442. void (*tx_packet_count)(void *pdev, uint16_t *out_packet_count,
  443. uint16_t *out_packet_loss_count, int category);
  444. void (*tx_set_compute_interval)(void *pdev, uint32_t interval);
  445. };
  446. /**
  447. * struct cdp_pmf_ops - mcl protected management frame ops
  448. * @get_pn_info:
  449. */
  450. struct cdp_pmf_ops {
  451. void (*get_pn_info)(void *peer, uint8_t **last_pn_valid,
  452. uint64_t **last_pn, uint32_t **rmf_pn_replays);
  453. };
  454. /**
  455. * struct cdp_cfg_ops - mcl configuration ops
  456. * @set_cfg_rx_fwd_disabled:
  457. * @set_cfg_packet_log_enabled:
  458. * @cfg_attach:
  459. * @vdev_rx_set_intrabss_fwd:
  460. * @get_opmode:
  461. * @is_rx_fwd_disabled:
  462. * @tx_set_is_mgmt_over_wmi_enabled:
  463. * @is_high_latency:
  464. * @set_flow_control_parameters:
  465. */
  466. struct cdp_cfg_ops {
  467. void (*set_cfg_rx_fwd_disabled)(void *pdev, uint8_t disable_rx_fwd);
  468. void (*set_cfg_packet_log_enabled)(void *pdev, uint8_t val);
  469. void * (*cfg_attach)(qdf_device_t osdev, void *cfg_param);
  470. void (*vdev_rx_set_intrabss_fwd)(void *vdev, bool val);
  471. uint8_t (*is_rx_fwd_disabled)(void *vdev);
  472. void (*tx_set_is_mgmt_over_wmi_enabled)(uint8_t value);
  473. int (*is_high_latency)(void *pdev);
  474. void (*set_flow_control_parameters)(void *cfg, void *param);
  475. void (*set_flow_steering)(void *pdev, uint8_t val);
  476. };
  477. /**
  478. * struct cdp_flowctl_ops - mcl flow control
  479. * @register_pause_cb:
  480. * @set_desc_global_pool_size:
  481. * @dump_flow_pool_info:
  482. */
  483. struct cdp_flowctl_ops {
  484. QDF_STATUS (*register_pause_cb)(ol_tx_pause_callback_fp);
  485. void (*set_desc_global_pool_size)(uint32_t num_msdu_desc);
  486. void (*dump_flow_pool_info)(void);
  487. };
  488. /**
  489. * struct cdp_lflowctl_ops - mcl legacy flow control ops
  490. * @register_tx_flow_control:
  491. * @deregister_tx_flow_control_cb:
  492. * @flow_control_cb:
  493. * @get_tx_resource:
  494. * @ll_set_tx_pause_q_depth:
  495. * @vdev_flush:
  496. * @vdev_pause:
  497. * @vdev_unpause:
  498. */
  499. struct cdp_lflowctl_ops {
  500. int (*register_tx_flow_control)(uint8_t vdev_id,
  501. ol_txrx_tx_flow_control_fp flowControl, void *osif_fc_ctx);
  502. int (*deregister_tx_flow_control_cb)(uint8_t vdev_id);
  503. void (*flow_control_cb)(void *vdev, bool tx_resume);
  504. bool (*get_tx_resource)(uint8_t sta_id,
  505. unsigned int low_watermark,
  506. unsigned int high_watermark_offset);
  507. int (*ll_set_tx_pause_q_depth)(uint8_t vdev_id, int pause_q_depth);
  508. void (*vdev_flush)(void *vdev);
  509. void (*vdev_pause)(void *vdev, uint32_t reason);
  510. void (*vdev_unpause)(void *vdev, uint32_t reason);
  511. };
  512. /**
  513. * struct cdp_ipa_ops - mcl ipa data path ops
  514. * @ipa_get_resource:
  515. * @ipa_set_doorbell_paddr:
  516. * @ipa_set_active:
  517. * @ipa_op_response:
  518. * @ipa_register_op_cb:
  519. * @ipa_get_stat:
  520. * @ipa_tx_data_frame:
  521. */
  522. struct cdp_ipa_ops {
  523. void (*ipa_get_resource)(void *pdev,
  524. struct ol_txrx_ipa_resources *ipa_res);
  525. void (*ipa_set_doorbell_paddr)(void *pdev,
  526. qdf_dma_addr_t ipa_tx_uc_doorbell_paddr,
  527. qdf_dma_addr_t ipa_rx_uc_doorbell_paddr);
  528. void (*ipa_set_active)(void *pdev, bool uc_active, bool is_tx);
  529. void (*ipa_op_response)(void *pdev, uint8_t *op_msg);
  530. void (*ipa_register_op_cb)(void *pdev,
  531. void (*ipa_uc_op_cb_type)(uint8_t *op_msg, void *osif_ctxt),
  532. void *osif_dev);
  533. void (*ipa_get_stat)(void *pdev);
  534. qdf_nbuf_t (*ipa_tx_data_frame)(void *vdev, qdf_nbuf_t skb);
  535. void (*ipa_set_uc_tx_partition_base)(void *pdev, uint32_t value);
  536. };
  537. /**
  538. * struct cdp_lro_ops - mcl large receive offload ops
  539. * @register_lro_flush_cb:
  540. * @deregister_lro_flush_cb:
  541. */
  542. struct cdp_lro_ops {
  543. void (*register_lro_flush_cb)(void (lro_flush_cb)(void *),
  544. void *(lro_init_cb)(void));
  545. void (*deregister_lro_flush_cb)(void (lro_deinit_cb)(void *));
  546. };
  547. /**
  548. * struct cdp_bus_ops - mcl bus suspend/resume ops
  549. * @bus_suspend:
  550. * @bus_resume:
  551. */
  552. struct cdp_bus_ops {
  553. QDF_STATUS (*bus_suspend)(void);
  554. QDF_STATUS (*bus_resume)(void);
  555. };
  556. /**
  557. * struct cdp_ocb_ops - mcl ocb ops
  558. * @set_ocb_chan_info:
  559. * @get_ocb_chan_info:
  560. */
  561. struct cdp_ocb_ops {
  562. void (*set_ocb_chan_info)(void *vdev,
  563. struct ol_txrx_ocb_set_chan ocb_set_chan);
  564. struct ol_txrx_ocb_chan_info * (*get_ocb_chan_info)(void *vdev);
  565. };
  566. /**
  567. * struct cdp_peer_ops - mcl peer related ops
  568. * @register_peer:
  569. * @clear_peer:
  570. * @cfg_attach:
  571. * @find_peer_by_addr:
  572. * @find_peer_by_addr_and_vdev:
  573. * @local_peer_id:
  574. * @peer_find_by_local_id:
  575. * @peer_state_update:
  576. * @get_vdevid:
  577. * @get_vdev_by_sta_id:
  578. * @register_ocb_peer:
  579. * @peer_get_peer_mac_addr:
  580. * @get_peer_state:
  581. * @get_vdev_for_peer:
  582. * @update_ibss_add_peer_num_of_vdev:
  583. * @remove_peers_for_vdev:
  584. * @remove_peers_for_vdev_no_lock:
  585. * @copy_mac_addr_raw:
  586. * @add_last_real_peer:
  587. * @last_assoc_received:
  588. * @last_disassoc_received:
  589. * @last_deauth_received:
  590. * @is_vdev_restore_last_peer:
  591. * @update_last_real_peer:
  592. */
  593. struct cdp_peer_ops {
  594. QDF_STATUS (*register_peer)(void *pdev,
  595. struct ol_txrx_desc_type *sta_desc);
  596. QDF_STATUS (*clear_peer)(void *pdev, uint8_t sta_id);
  597. QDF_STATUS (*change_peer_state)(uint8_t sta_id,
  598. enum ol_txrx_peer_state sta_state,
  599. bool roam_synch_in_progress);
  600. void * (*find_peer_by_addr)(void *pdev,
  601. uint8_t *peer_addr, uint8_t *peer_id);
  602. void * (*find_peer_by_addr_and_vdev)(void *pdev, void *vdev,
  603. uint8_t *peer_addr, uint8_t *peer_id);
  604. uint16_t (*local_peer_id)(void *peer);
  605. void * (*peer_find_by_local_id)(void *pdev, uint8_t local_peer_id);
  606. QDF_STATUS (*peer_state_update)(void *pdev, uint8_t *peer_addr,
  607. enum ol_txrx_peer_state state);
  608. QDF_STATUS (*get_vdevid)(void *peer, uint8_t *vdev_id);
  609. void * (*get_vdev_by_sta_id)(uint8_t sta_id);
  610. QDF_STATUS (*register_ocb_peer)(void *cds_ctx, uint8_t *mac_addr,
  611. uint8_t *peer_id);
  612. uint8_t * (*peer_get_peer_mac_addr)(void *peer);
  613. int (*get_peer_state)(void *peer);
  614. void * (*get_vdev_for_peer)(void *peer);
  615. int16_t (*update_ibss_add_peer_num_of_vdev)(void *vdev,
  616. int16_t peer_num_delta);
  617. void (*remove_peers_for_vdev)(void *vdev,
  618. ol_txrx_vdev_peer_remove_cb callback,
  619. void *callback_context, bool remove_last_peer);
  620. void (*remove_peers_for_vdev_no_lock)(void *vdev,
  621. ol_txrx_vdev_peer_remove_cb callback,
  622. void *callback_context);
  623. void (*copy_mac_addr_raw)(void *vdev, uint8_t *bss_addr);
  624. void (*add_last_real_peer)(void *pdev, void *vdev, uint8_t *peer_id);
  625. qdf_time_t * (*last_assoc_received)(void *peer);
  626. qdf_time_t * (*last_disassoc_received)(void *peer);
  627. qdf_time_t * (*last_deauth_received)(void *peer);
  628. bool (*is_vdev_restore_last_peer)(void *peer);
  629. void (*update_last_real_peer)(void *pdev, void *peer,
  630. uint8_t *peer_id, bool restore_last_peer);
  631. void (*peer_detach_force_delete)(void *peer);
  632. };
  633. /**
  634. * struct cdp_ocb_ops - mcl ocb ops
  635. * @throttle_init_period:
  636. * @throttle_set_level:
  637. */
  638. struct cdp_throttle_ops {
  639. void (*throttle_init_period)(void *pdev, int period,
  640. uint8_t *dutycycle_level);
  641. void (*throttle_set_level)(void *pdev, int level);
  642. };
  643. /**
  644. * struct cdp_ocb_ops - mcl ocb ops
  645. * @display_stats:
  646. * @clear_stats:
  647. * @stats:
  648. */
  649. struct cdp_mob_stats_ops {
  650. void (*display_stats)(uint16_t bitmap);
  651. void (*clear_stats)(uint16_t bitmap);
  652. int (*stats)(uint8_t vdev_id, char *buffer, unsigned buf_len);
  653. };
  654. #endif /* CONFIG_WIN */
  655. struct cdp_ops {
  656. struct cdp_cmn_ops *cmn_drv_ops;
  657. struct cdp_ctrl_ops *ctrl_ops;
  658. struct cdp_me_ops *me_ops;
  659. struct cdp_mon_ops *mon_ops;
  660. struct cdp_host_stats_ops *host_stats_ops;
  661. struct cdp_wds_ops *wds_ops;
  662. struct cdp_raw_ops *raw_ops;
  663. struct cdp_pflow_ops *pflow_ops;
  664. #ifndef CONFIG_WIN
  665. struct cdp_misc_ops *misc_ops;
  666. struct cdp_cfg_ops *cfg_ops;
  667. struct cdp_flowctl_ops *flowctl_ops;
  668. struct cdp_lflowctl_ops *l_flowctl_ops;
  669. struct cdp_ipa_ops *ipa_ops;
  670. struct cdp_lro_ops *lro_ops;
  671. struct cdp_bus_ops *bus_ops;
  672. struct cdp_ocb_ops *ocb_ops;
  673. struct cdp_peer_ops *peer_ops;
  674. struct cdp_throttle_ops *throttle_ops;
  675. struct cdp_mob_stats_ops *mob_stats_ops;
  676. struct cdp_tx_delay_ops *delay_ops;
  677. struct cdp_pmf_ops *pmf_ops;
  678. #endif /* CONFIG_WIN */
  679. };
  680. #endif