cdp_txrx_cmn.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. /*
  2. * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. /**
  27. * @file cdp_txrx_api_common.h
  28. * @brief Define the host data path converged API functions
  29. * called by the host control SW and the OS interface module
  30. */
  31. #ifndef _CDP_TXRX_CMN_H_
  32. #define _CDP_TXRX_CMN_H_
  33. #include "htc_api.h"
  34. #include "htt.h"
  35. #include "qdf_types.h"
  36. #include "qdf_nbuf.h"
  37. /******************************************************************************
  38. *
  39. * Common Data Path Header File
  40. *
  41. *****************************************************************************/
  42. /******************************************************************************
  43. *
  44. * Structure definitions
  45. *
  46. *****************************************************************************/
  47. /**
  48. * ol_txrx_pdev_handle - opaque handle for txrx physical device
  49. * object
  50. */
  51. struct ol_txrx_pdev_t;
  52. typedef struct ol_txrx_pdev_t *ol_txrx_pdev_handle;
  53. /**
  54. * ol_txrx_vdev_handle - opaque handle for txrx virtual device
  55. * object
  56. */
  57. struct ol_txrx_vdev_t;
  58. typedef struct ol_txrx_vdev_t *ol_txrx_vdev_handle;
  59. /**
  60. * ol_pdev_handle - opaque handle for the configuration
  61. * associated with the physical device
  62. */
  63. struct ol_pdev_t;
  64. typedef struct ol_pdev_t *ol_pdev_handle;
  65. /**
  66. * ol_txrx_peer_handle - opaque handle for txrx peer object
  67. */
  68. struct ol_txrx_peer_t;
  69. typedef struct ol_txrx_peer_t *ol_txrx_peer_handle;
  70. /**
  71. * ol_txrx_vdev_delete_cb - callback registered during vdev
  72. * detach
  73. */
  74. typedef void (*ol_txrx_vdev_delete_cb)(void *context);
  75. /**
  76. * ol_osif_vdev_handle - paque handle for OS shim virtual device
  77. * object
  78. */
  79. struct ol_osif_vdev_t;
  80. typedef struct ol_osif_vdev_t *ol_osif_vdev_handle;
  81. /**
  82. * wlan_op_mode - Virtual device operation mode
  83. * @wlan_op_mode_unknown: Unknown mode
  84. * @wlan_op_mode_ap: AP mode
  85. * @wlan_op_mode_ibss: IBSS mode
  86. * @wlan_op_mode_sta: STA (client) mode
  87. * @wlan_op_mode_monitor: Monitor mode
  88. * @wlan_op_mode_ocb: OCB mode
  89. * @wlan_op_mode_ndi: NAN datapath mode
  90. */
  91. enum wlan_op_mode {
  92. wlan_op_mode_unknown,
  93. wlan_op_mode_ap,
  94. wlan_op_mode_ibss,
  95. wlan_op_mode_sta,
  96. wlan_op_mode_monitor,
  97. wlan_op_mode_ocb,
  98. wlan_op_mode_ndi,
  99. };
  100. /**
  101. * ol_txrx_tx_fp - top-level transmit function
  102. * @data_vdev - handle to the virtual device object
  103. * @msdu_list - list of network buffers
  104. */
  105. typedef qdf_nbuf_t (*ol_txrx_tx_fp)(ol_txrx_vdev_handle data_vdev,
  106. qdf_nbuf_t msdu_list);
  107. /**
  108. * ol_txrx_tx_flow_control_fp - tx flow control notification
  109. * function from txrx to OS shim
  110. * @osif_dev - the virtual device's OS shim object
  111. * @tx_resume - tx os q should be resumed or not
  112. */
  113. typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev,
  114. bool tx_resume);
  115. /**
  116. * ol_txrx_rx_fp - receive function to hand batches of data
  117. * frames from txrx to OS shim
  118. * @data_vdev - handle to the OSIF virtual device object
  119. * @msdu_list - list of network buffers
  120. */
  121. typedef QDF_STATUS (*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
  122. /**
  123. * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function
  124. */
  125. typedef bool (*ol_txrx_rx_check_wai_fp)(ol_osif_vdev_handle vdev,
  126. qdf_nbuf_t mpdu_head,
  127. qdf_nbuf_t mpdu_tail);
  128. /**
  129. * ol_txrx_rx_mon_fp - OSIF monitor mode receive function for single
  130. * MPDU (802.11 format)
  131. */
  132. typedef void (*ol_txrx_rx_mon_fp)(ol_osif_vdev_handle vdev,
  133. qdf_nbuf_t mpdu,
  134. void *rx_status);
  135. /**
  136. * ol_txrx_proxy_arp_fp - proxy arp function pointer
  137. */
  138. typedef int (*ol_txrx_proxy_arp_fp)(ol_osif_vdev_handle vdev,
  139. qdf_nbuf_t netbuf);
  140. /**
  141. * ol_txrx_stats_callback - statistics notify callback
  142. */
  143. typedef void (*ol_txrx_stats_callback)(void *ctxt,
  144. enum htt_dbg_stats_type type,
  145. uint8_t *buf, int bytes);
  146. /**
  147. * ol_txrx_ops - (pointers to) the functions used for tx and rx
  148. * data xfer
  149. *
  150. * There are two portions of these txrx operations.
  151. * The rx portion is filled in by OSIF SW before calling
  152. * ol_txrx_osif_vdev_register; inside the ol_txrx_osif_vdev_register
  153. * the txrx SW stores a copy of these rx function pointers, to use
  154. * as it delivers rx data frames to the OSIF SW.
  155. * The tx portion is filled in by the txrx SW inside
  156. * ol_txrx_osif_vdev_register; when the function call returns,
  157. * the OSIF SW stores a copy of these tx functions to use as it
  158. * delivers tx data frames to the txrx SW.
  159. *
  160. * @tx.std - the tx function pointer for standard data
  161. * frames This function pointer is set by the txrx SW
  162. * perform host-side transmit operations based on
  163. * whether a HL or LL host/target interface is in use.
  164. * @tx.flow_control_cb - the transmit flow control
  165. * function that is registered by the
  166. * OSIF which is called from txrx to
  167. * indicate whether the transmit OS
  168. * queues should be paused/resumed
  169. * @rx.std - the OS shim rx function to deliver rx data
  170. * frames to. This can have different values for
  171. * different virtual devices, e.g. so one virtual
  172. * device's OS shim directly hands rx frames to the OS,
  173. * but another virtual device's OS shim filters out P2P
  174. * messages before sending the rx frames to the OS. The
  175. * netbufs delivered to the osif_rx function are in the
  176. * format specified by the OS to use for tx and rx
  177. * frames (either 802.3 or native WiFi)
  178. * @rx.wai_check - the tx function pointer for WAPI frames
  179. * @rx.mon - the OS shim rx monitor function to deliver
  180. * monitor data to Though in practice, it is probable
  181. * that the same function will be used for delivering
  182. * rx monitor data for all virtual devices, in theory
  183. * each different virtual device can have a different
  184. * OS shim function for accepting rx monitor data. The
  185. * netbufs delivered to the osif_rx_mon function are in
  186. * 802.11 format. Each netbuf holds a 802.11 MPDU, not
  187. * an 802.11 MSDU. Depending on compile-time
  188. * configuration, each netbuf may also have a
  189. * monitor-mode encapsulation header such as a radiotap
  190. * header added before the MPDU contents.
  191. * @proxy_arp - proxy arp function pointer - specified by
  192. * OS shim, stored by txrx
  193. */
  194. struct ol_txrx_ops {
  195. /* tx function pointers - specified by txrx, stored by OS shim */
  196. struct {
  197. ol_txrx_tx_fp tx;
  198. } tx;
  199. /* rx function pointers - specified by OS shim, stored by txrx */
  200. struct {
  201. ol_txrx_rx_fp rx;
  202. ol_txrx_rx_check_wai_fp wai_check;
  203. ol_txrx_rx_mon_fp mon;
  204. } rx;
  205. /* proxy arp function pointer - specified by OS shim, stored by txrx */
  206. ol_txrx_proxy_arp_fp proxy_arp;
  207. };
  208. /**
  209. * ol_txrx_stats_req - specifications of the requested
  210. * statistics
  211. */
  212. struct ol_txrx_stats_req {
  213. uint32_t stats_type_upload_mask; /* which stats to upload */
  214. uint32_t stats_type_reset_mask; /* which stats to reset */
  215. /* stats will be printed if either print element is set */
  216. struct {
  217. int verbose; /* verbose stats printout */
  218. int concise; /* concise stats printout (takes precedence) */
  219. } print; /* print uploaded stats */
  220. /* stats notify callback will be invoked if fp is non-NULL */
  221. struct {
  222. ol_txrx_stats_callback fp;
  223. void *ctxt;
  224. } callback;
  225. /* stats will be copied into the specified buffer if buf is non-NULL */
  226. struct {
  227. uint8_t *buf;
  228. int byte_limit; /* don't copy more than this */
  229. } copy;
  230. /*
  231. * If blocking is true, the caller will take the specified semaphore
  232. * to wait for the stats to be uploaded, and the driver will release
  233. * the semaphore when the stats are done being uploaded.
  234. */
  235. struct {
  236. int blocking;
  237. /*Note: this needs to change to some qdf_* type */
  238. qdf_semaphore_t *sem_ptr;
  239. } wait;
  240. };
  241. /******************************************************************************
  242. *
  243. * Control Interface (A Interface)
  244. *
  245. *****************************************************************************/
  246. int
  247. ol_txrx_pdev_attach_target(ol_txrx_pdev_handle pdev);
  248. ol_txrx_vdev_handle
  249. ol_txrx_vdev_attach(ol_txrx_pdev_handle pdev, uint8_t *vdev_mac_addr,
  250. uint8_t vdev_id, enum wlan_op_mode op_mode);
  251. void
  252. ol_txrx_vdev_detach(ol_txrx_vdev_handle vdev,
  253. ol_txrx_vdev_delete_cb callback, void *cb_context);
  254. ol_txrx_pdev_handle
  255. ol_txrx_pdev_attach(
  256. ol_pdev_handle ctrl_pdev,
  257. HTC_HANDLE htc_pdev,
  258. qdf_device_t osdev);
  259. void
  260. ol_txrx_pdev_detach(ol_txrx_pdev_handle pdev, int force);
  261. ol_txrx_peer_handle
  262. ol_txrx_peer_attach(ol_txrx_vdev_handle vdev, uint8_t *peer_mac_addr);
  263. void
  264. ol_txrx_peer_detach(ol_txrx_peer_handle peer);
  265. int
  266. ol_txrx_set_monitor_mode(ol_txrx_vdev_handle vdev);
  267. void
  268. ol_txrx_set_curchan(
  269. ol_txrx_pdev_handle pdev,
  270. uint32_t chan_mhz);
  271. void
  272. ol_txrx_set_privacy_filters(ol_txrx_vdev_handle vdev,
  273. void *filter, uint32_t num);
  274. /******************************************************************************
  275. * Data Interface (B Interface)
  276. *****************************************************************************/
  277. void
  278. ol_txrx_vdev_register(ol_txrx_vdev_handle vdev,
  279. void *osif_vdev, struct ol_txrx_ops *txrx_ops);
  280. int
  281. ol_txrx_mgmt_send(
  282. ol_txrx_vdev_handle vdev,
  283. qdf_nbuf_t tx_mgmt_frm,
  284. uint8_t type);
  285. int
  286. ol_txrx_mgmt_send_ext(ol_txrx_vdev_handle vdev,
  287. qdf_nbuf_t tx_mgmt_frm,
  288. uint8_t type, uint8_t use_6mbps, uint16_t chanfreq);
  289. /**
  290. * ol_txrx_mgmt_tx_cb - tx management delivery notification
  291. * callback function
  292. */
  293. typedef void
  294. (*ol_txrx_mgmt_tx_cb)(void *ctxt, qdf_nbuf_t tx_mgmt_frm, int had_error);
  295. void
  296. ol_txrx_mgmt_tx_cb_set(ol_txrx_pdev_handle pdev,
  297. uint8_t type,
  298. ol_txrx_mgmt_tx_cb download_cb,
  299. ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt);
  300. int ol_txrx_get_tx_pending(ol_txrx_pdev_handle pdev);
  301. /**
  302. * ol_txrx_data_tx_cb - Function registered with the data path
  303. * that is called when tx frames marked as "no free" are
  304. * done being transmitted
  305. */
  306. typedef void
  307. (*ol_txrx_data_tx_cb)(void *ctxt, qdf_nbuf_t tx_frm, int had_error);
  308. void
  309. ol_txrx_data_tx_cb_set(ol_txrx_vdev_handle data_vdev,
  310. ol_txrx_data_tx_cb callback, void *ctxt);
  311. /******************************************************************************
  312. * Statistics and Debugging Interface (C Inteface)
  313. *****************************************************************************/
  314. int
  315. ol_txrx_aggr_cfg(ol_txrx_vdev_handle vdev,
  316. int max_subfrms_ampdu,
  317. int max_subfrms_amsdu);
  318. int
  319. ol_txrx_fw_stats_get(
  320. ol_txrx_vdev_handle vdev,
  321. struct ol_txrx_stats_req *req,
  322. bool response_expected);
  323. int
  324. ol_txrx_debug(ol_txrx_vdev_handle vdev, int debug_specs);
  325. void ol_txrx_fw_stats_cfg(
  326. ol_txrx_vdev_handle vdev,
  327. uint8_t cfg_stats_type,
  328. uint32_t cfg_val);
  329. void ol_txrx_print_level_set(unsigned level);
  330. #define TXRX_FW_STATS_TXSTATS 1
  331. #define TXRX_FW_STATS_RXSTATS 2
  332. #define TXRX_FW_STATS_RX_RATE_INFO 3
  333. #define TXRX_FW_STATS_PHYSTATS 4
  334. #define TXRX_FW_STATS_PHYSTATS_CONCISE 5
  335. #define TXRX_FW_STATS_TX_RATE_INFO 6
  336. #define TXRX_FW_STATS_TID_STATE 7
  337. #define TXRX_FW_STATS_HOST_STATS 8
  338. #define TXRX_FW_STATS_CLEAR_HOST_STATS 9
  339. #define TXRX_FW_STATS_CE_STATS 10
  340. #define TXRX_FW_STATS_VOW_UMAC_COUNTER 11
  341. #define TXRX_FW_STATS_ME_STATS 12
  342. #define TXRX_FW_STATS_TXBF_INFO 13
  343. #define TXRX_FW_STATS_SND_INFO 14
  344. #define TXRX_FW_STATS_ERROR_INFO 15
  345. #define TXRX_FW_STATS_TX_SELFGEN_INFO 16
  346. #define TXRX_FW_STATS_TX_MU_INFO 17
  347. #define TXRX_FW_SIFS_RESP_INFO 18
  348. #define TXRX_FW_RESET_STATS 19
  349. #define TXRX_FW_MAC_WDOG_STATS 20
  350. #define TXRX_FW_MAC_DESC_STATS 21
  351. #define TXRX_FW_MAC_FETCH_MGR_STATS 22
  352. #define TXRX_FW_MAC_PREFETCH_MGR_STATS 23
  353. /**
  354. * ol_txrx_get_vdev_mac_addr() - Return mac addr of vdev
  355. * @vdev: vdev handle
  356. *
  357. * Return: vdev mac address
  358. */
  359. uint8_t *
  360. ol_txrx_get_vdev_mac_addr(ol_txrx_vdev_handle vdev);
  361. /**
  362. * ol_txrx_get_vdev_struct_mac_addr() - Return handle to struct qdf_mac_addr of
  363. * vdev
  364. * @vdev: vdev handle
  365. *
  366. * Return: Handle to struct qdf_mac_addr
  367. */
  368. struct qdf_mac_addr *
  369. ol_txrx_get_vdev_struct_mac_addr(ol_txrx_vdev_handle vdev);
  370. /**
  371. * ol_txrx_get_pdev_from_vdev() - Return handle to pdev of vdev
  372. * @vdev: vdev handle
  373. *
  374. * Return: Handle to pdev
  375. */
  376. ol_txrx_pdev_handle ol_txrx_get_pdev_from_vdev(ol_txrx_vdev_handle vdev);
  377. /**
  378. * ol_txrx_get_ctrl_pdev_from_vdev() - Return control pdev of vdev
  379. * @vdev: vdev handle
  380. *
  381. * Return: Handle to control pdev
  382. */
  383. ol_pdev_handle
  384. ol_txrx_get_ctrl_pdev_from_vdev(ol_txrx_vdev_handle vdev);
  385. #endif /* _CDP_TXRX_CMN_H_ */