cdp_txrx_cmn.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  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. */
  90. enum wlan_op_mode {
  91. wlan_op_mode_unknown,
  92. wlan_op_mode_ap,
  93. wlan_op_mode_ibss,
  94. wlan_op_mode_sta,
  95. wlan_op_mode_monitor,
  96. wlan_op_mode_ocb,
  97. };
  98. /**
  99. * ol_txrx_tx_fp - top-level transmit function
  100. * @data_vdev - handle to the virtual device object
  101. * @msdu_list - list of network buffers
  102. */
  103. typedef qdf_nbuf_t (*ol_txrx_tx_fp)(ol_txrx_vdev_handle data_vdev,
  104. qdf_nbuf_t msdu_list);
  105. /**
  106. * ol_txrx_tx_flow_control_fp - tx flow control notification
  107. * function from txrx to OS shim
  108. * @osif_dev - the virtual device's OS shim object
  109. * @tx_resume - tx os q should be resumed or not
  110. */
  111. typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev,
  112. bool tx_resume);
  113. /**
  114. * ol_txrx_rx_fp - receive function to hand batches of data
  115. * frames from txrx to OS shim
  116. * @data_vdev - handle to the OSIF virtual device object
  117. * @msdu_list - list of network buffers
  118. */
  119. typedef int (*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
  120. /**
  121. * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function
  122. */
  123. typedef bool (*ol_txrx_rx_check_wai_fp)(ol_osif_vdev_handle vdev,
  124. qdf_nbuf_t mpdu_head,
  125. qdf_nbuf_t mpdu_tail);
  126. /**
  127. * ol_txrx_rx_mon_fp - OSIF monitor mode receive function for single
  128. * MPDU (802.11 format)
  129. */
  130. typedef void (*ol_txrx_rx_mon_fp)(ol_osif_vdev_handle vdev,
  131. qdf_nbuf_t mpdu,
  132. void *rx_status);
  133. /**
  134. * ol_txrx_proxy_arp_fp - proxy arp function pointer
  135. */
  136. typedef int (*ol_txrx_proxy_arp_fp)(ol_osif_vdev_handle vdev,
  137. qdf_nbuf_t netbuf);
  138. /**
  139. * ol_txrx_stats_callback - statistics notify callback
  140. */
  141. typedef void (*ol_txrx_stats_callback)(void *ctxt,
  142. enum htt_dbg_stats_type type,
  143. uint8_t *buf, int bytes);
  144. /**
  145. * ol_txrx_ops - (pointers to) the functions used for tx and rx
  146. * data xfer
  147. *
  148. * There are two portions of these txrx operations.
  149. * The rx portion is filled in by OSIF SW before calling
  150. * ol_txrx_osif_vdev_register; inside the ol_txrx_osif_vdev_register
  151. * the txrx SW stores a copy of these rx function pointers, to use
  152. * as it delivers rx data frames to the OSIF SW.
  153. * The tx portion is filled in by the txrx SW inside
  154. * ol_txrx_osif_vdev_register; when the function call returns,
  155. * the OSIF SW stores a copy of these tx functions to use as it
  156. * delivers tx data frames to the txrx SW.
  157. *
  158. * @tx.std - the tx function pointer for standard data
  159. * frames This function pointer is set by the txrx SW
  160. * perform host-side transmit operations based on
  161. * whether a HL or LL host/target interface is in use.
  162. * @tx.flow_control_cb - the transmit flow control
  163. * function that is registered by the
  164. * OSIF which is called from txrx to
  165. * indicate whether the transmit OS
  166. * queues should be paused/resumed
  167. * @rx.std - the OS shim rx function to deliver rx data
  168. * frames to. This can have different values for
  169. * different virtual devices, e.g. so one virtual
  170. * device's OS shim directly hands rx frames to the OS,
  171. * but another virtual device's OS shim filters out P2P
  172. * messages before sending the rx frames to the OS. The
  173. * netbufs delivered to the osif_rx function are in the
  174. * format specified by the OS to use for tx and rx
  175. * frames (either 802.3 or native WiFi)
  176. * @rx.wai_check - the tx function pointer for WAPI frames
  177. * @rx.mon - the OS shim rx monitor function to deliver
  178. * monitor data to Though in practice, it is probable
  179. * that the same function will be used for delivering
  180. * rx monitor data for all virtual devices, in theory
  181. * each different virtual device can have a different
  182. * OS shim function for accepting rx monitor data. The
  183. * netbufs delivered to the osif_rx_mon function are in
  184. * 802.11 format. Each netbuf holds a 802.11 MPDU, not
  185. * an 802.11 MSDU. Depending on compile-time
  186. * configuration, each netbuf may also have a
  187. * monitor-mode encapsulation header such as a radiotap
  188. * header added before the MPDU contents.
  189. * @proxy_arp - proxy arp function pointer - specified by
  190. * OS shim, stored by txrx
  191. */
  192. struct ol_txrx_ops {
  193. /* tx function pointers - specified by txrx, stored by OS shim */
  194. struct {
  195. ol_txrx_tx_fp tx;
  196. } tx;
  197. /* rx function pointers - specified by OS shim, stored by txrx */
  198. struct {
  199. ol_txrx_rx_fp rx;
  200. ol_txrx_rx_check_wai_fp wai_check;
  201. ol_txrx_rx_mon_fp mon;
  202. } rx;
  203. /* proxy arp function pointer - specified by OS shim, stored by txrx */
  204. ol_txrx_proxy_arp_fp proxy_arp;
  205. };
  206. /**
  207. * ol_txrx_stats_req - specifications of the requested
  208. * statistics
  209. */
  210. struct ol_txrx_stats_req {
  211. uint32_t stats_type_upload_mask; /* which stats to upload */
  212. uint32_t stats_type_reset_mask; /* which stats to reset */
  213. /* stats will be printed if either print element is set */
  214. struct {
  215. int verbose; /* verbose stats printout */
  216. int concise; /* concise stats printout (takes precedence) */
  217. } print; /* print uploaded stats */
  218. /* stats notify callback will be invoked if fp is non-NULL */
  219. struct {
  220. ol_txrx_stats_callback fp;
  221. void *ctxt;
  222. } callback;
  223. /* stats will be copied into the specified buffer if buf is non-NULL */
  224. struct {
  225. uint8_t *buf;
  226. int byte_limit; /* don't copy more than this */
  227. } copy;
  228. /*
  229. * If blocking is true, the caller will take the specified semaphore
  230. * to wait for the stats to be uploaded, and the driver will release
  231. * the semaphore when the stats are done being uploaded.
  232. */
  233. struct {
  234. int blocking;
  235. /*Note: this needs to change to some qdf_* type */
  236. qdf_semaphore_t *sem_ptr;
  237. } wait;
  238. };
  239. /******************************************************************************
  240. *
  241. * Control Interface (A Interface)
  242. *
  243. *****************************************************************************/
  244. int
  245. ol_txrx_pdev_attach_target(ol_txrx_pdev_handle pdev);
  246. ol_txrx_vdev_handle
  247. ol_txrx_vdev_attach(ol_txrx_pdev_handle pdev, uint8_t *vdev_mac_addr,
  248. uint8_t vdev_id, enum wlan_op_mode op_mode);
  249. void
  250. ol_txrx_vdev_detach(ol_txrx_vdev_handle vdev,
  251. ol_txrx_vdev_delete_cb callback, void *cb_context);
  252. ol_txrx_pdev_handle
  253. ol_txrx_pdev_attach(
  254. ol_pdev_handle ctrl_pdev,
  255. HTC_HANDLE htc_pdev,
  256. qdf_device_t osdev);
  257. void
  258. ol_txrx_pdev_detach(ol_txrx_pdev_handle pdev, int force);
  259. ol_txrx_peer_handle
  260. ol_txrx_peer_attach(ol_txrx_vdev_handle vdev, uint8_t *peer_mac_addr);
  261. void
  262. ol_txrx_peer_detach(ol_txrx_peer_handle peer);
  263. int
  264. ol_txrx_set_monitor_mode(ol_txrx_vdev_handle vdev);
  265. void
  266. ol_txrx_set_curchan(
  267. ol_txrx_pdev_handle pdev,
  268. uint32_t chan_mhz);
  269. void
  270. ol_txrx_set_privacy_filters(ol_txrx_vdev_handle vdev,
  271. void *filter, uint32_t num);
  272. /******************************************************************************
  273. * Data Interface (B Interface)
  274. *****************************************************************************/
  275. void
  276. ol_txrx_vdev_register(ol_txrx_vdev_handle vdev,
  277. void *osif_vdev, struct ol_txrx_ops *txrx_ops);
  278. int
  279. ol_txrx_mgmt_send(
  280. ol_txrx_vdev_handle vdev,
  281. qdf_nbuf_t tx_mgmt_frm,
  282. uint8_t type);
  283. int
  284. ol_txrx_mgmt_send_ext(ol_txrx_vdev_handle vdev,
  285. qdf_nbuf_t tx_mgmt_frm,
  286. uint8_t type, uint8_t use_6mbps, uint16_t chanfreq);
  287. /**
  288. * ol_txrx_mgmt_tx_cb - tx management delivery notification
  289. * callback function
  290. */
  291. typedef void
  292. (*ol_txrx_mgmt_tx_cb)(void *ctxt, qdf_nbuf_t tx_mgmt_frm, int had_error);
  293. void
  294. ol_txrx_mgmt_tx_cb_set(ol_txrx_pdev_handle pdev,
  295. uint8_t type,
  296. ol_txrx_mgmt_tx_cb download_cb,
  297. ol_txrx_mgmt_tx_cb ota_ack_cb, void *ctxt);
  298. int ol_txrx_get_tx_pending(ol_txrx_pdev_handle pdev);
  299. /**
  300. * ol_txrx_data_tx_cb - Function registered with the data path
  301. * that is called when tx frames marked as "no free" are
  302. * done being transmitted
  303. */
  304. typedef void
  305. (*ol_txrx_data_tx_cb)(void *ctxt, qdf_nbuf_t tx_frm, int had_error);
  306. void
  307. ol_txrx_data_tx_cb_set(ol_txrx_vdev_handle data_vdev,
  308. ol_txrx_data_tx_cb callback, void *ctxt);
  309. /******************************************************************************
  310. * Statistics and Debugging Interface (C Inteface)
  311. *****************************************************************************/
  312. int
  313. ol_txrx_aggr_cfg(ol_txrx_vdev_handle vdev,
  314. int max_subfrms_ampdu,
  315. int max_subfrms_amsdu);
  316. int
  317. ol_txrx_fw_stats_get(
  318. ol_txrx_vdev_handle vdev,
  319. struct ol_txrx_stats_req *req,
  320. bool response_expected);
  321. int
  322. ol_txrx_debug(ol_txrx_vdev_handle vdev, int debug_specs);
  323. void ol_txrx_fw_stats_cfg(
  324. ol_txrx_vdev_handle vdev,
  325. uint8_t cfg_stats_type,
  326. uint32_t cfg_val);
  327. void ol_txrx_print_level_set(unsigned level);
  328. #define TXRX_FW_STATS_TXSTATS 1
  329. #define TXRX_FW_STATS_RXSTATS 2
  330. #define TXRX_FW_STATS_RX_RATE_INFO 3
  331. #define TXRX_FW_STATS_PHYSTATS 4
  332. #define TXRX_FW_STATS_PHYSTATS_CONCISE 5
  333. #define TXRX_FW_STATS_TX_RATE_INFO 6
  334. #define TXRX_FW_STATS_TID_STATE 7
  335. #define TXRX_FW_STATS_HOST_STATS 8
  336. #define TXRX_FW_STATS_CLEAR_HOST_STATS 9
  337. #define TXRX_FW_STATS_CE_STATS 10
  338. #define TXRX_FW_STATS_VOW_UMAC_COUNTER 11
  339. #define TXRX_FW_STATS_ME_STATS 12
  340. #define TXRX_FW_STATS_TXBF_INFO 13
  341. #define TXRX_FW_STATS_SND_INFO 14
  342. #define TXRX_FW_STATS_ERROR_INFO 15
  343. #define TXRX_FW_STATS_TX_SELFGEN_INFO 16
  344. #define TXRX_FW_STATS_TX_MU_INFO 17
  345. #define TXRX_FW_SIFS_RESP_INFO 18
  346. #define TXRX_FW_RESET_STATS 19
  347. #define TXRX_FW_MAC_WDOG_STATS 20
  348. #define TXRX_FW_MAC_DESC_STATS 21
  349. #define TXRX_FW_MAC_FETCH_MGR_STATS 22
  350. #define TXRX_FW_MAC_PREFETCH_MGR_STATS 23
  351. #endif /* _CDP_TXRX_CMN_H_ */