cdp_txrx_cmn_struct.h 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. /*
  2. * Copyright (c) 2011-2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Permission to use, copy, modify, and/or distribute this software for
  5. * any purpose with or without fee is hereby granted, provided that the
  6. * above copyright notice and this permission notice appear in all
  7. * copies.
  8. *
  9. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  10. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  11. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  12. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  13. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  14. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  15. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  16. * PERFORMANCE OF THIS SOFTWARE.
  17. */
  18. /**
  19. * @file cdp_txrx_cmn_struct.h
  20. * @brief Define the host data path converged API functions
  21. * called by the host control SW and the OS interface module
  22. */
  23. #ifndef _CDP_TXRX_CMN_STRUCT_H_
  24. #define _CDP_TXRX_CMN_STRUCT_H_
  25. /**
  26. * For WIN legacy header compilation
  27. * Temporary add dummy definitions
  28. * should be removed properly WIN legacy code handle
  29. */
  30. #include "htc_api.h"
  31. #include "qdf_types.h"
  32. #include "qdf_nbuf.h"
  33. #ifndef CONFIG_WIN
  34. #include <cdp_txrx_mob_def.h>
  35. #endif /* CONFIG_WIN */
  36. #ifndef OL_TXRX_NUM_LOCAL_PEER_IDS
  37. #define OL_TXRX_NUM_LOCAL_PEER_IDS 33 /* default */
  38. #endif
  39. #define OL_TXRX_INVALID_LOCAL_PEER_ID 0xffff
  40. /*
  41. * htt_dbg_stats_type -
  42. * bit positions for each stats type within a stats type bitmask
  43. * The bitmask contains 24 bits.
  44. */
  45. enum htt_cmn_dbg_stats_type {
  46. HTT_DBG_CMN_STATS_WAL_PDEV_TXRX = 0, /* bit 0 -> 0x1 */
  47. HTT_DBG_CMN_STATS_RX_REORDER = 1, /* bit 1 -> 0x2 */
  48. HTT_DBG_CMN_STATS_RX_RATE_INFO = 2, /* bit 2 -> 0x4 */
  49. HTT_DBG_CMN_STATS_TX_PPDU_LOG = 3, /* bit 3 -> 0x8 */
  50. HTT_DBG_CMN_STATS_TX_RATE_INFO = 4, /* bit 4 -> 0x10 */
  51. HTT_DBG_CMN_STATS_TIDQ = 5, /* bit 5 -> 0x20 */
  52. HTT_DBG_CMN_STATS_TXBF_INFO = 6, /* bit 6 -> 0x40 */
  53. HTT_DBG_CMN_STATS_SND_INFO = 7, /* bit 7 -> 0x80 */
  54. HTT_DBG_CMN_STATS_ERROR_INFO = 8, /* bit 8 -> 0x100 */
  55. HTT_DBG_CMN_STATS_TX_SELFGEN_INFO = 9, /* bit 9 -> 0x200 */
  56. HTT_DBG_CMN_STATS_TX_MU_INFO = 10, /* bit 10 -> 0x400 */
  57. HTT_DBG_CMN_STATS_SIFS_RESP_INFO = 11, /* bit 11 -> 0x800 */
  58. HTT_DBG_CMN_STATS_RESET_INFO = 12, /* bit 12 -> 0x1000 */
  59. HTT_DBG_CMN_STATS_MAC_WDOG_INFO = 13, /* bit 13 -> 0x2000 */
  60. HTT_DBG_CMN_STATS_TX_DESC_INFO = 14, /* bit 14 -> 0x4000 */
  61. HTT_DBG_CMN_STATS_TX_FETCH_MGR_INFO = 15, /* bit 15 -> 0x8000 */
  62. HTT_DBG_CMN_STATS_TX_PFSCHED_INFO = 16, /* bit 16 -> 0x10000 */
  63. HTT_DBG_CMN_STATS_TX_PATH_STATS_INFO = 17, /* bit 17 -> 0x20000 */
  64. /* bits 18-23 currently reserved */
  65. /* keep this last */
  66. HTT_DBG_CMN_NUM_STATS
  67. };
  68. /**
  69. * @brief General specification of the tx frame contents
  70. *
  71. * @details
  72. * for efficiency, the HTT packet type values correspond
  73. * to the bit positions of the WAL packet type values, so the
  74. * translation is a simple shift operation.
  75. */
  76. enum htt_cmn_pkt_type {
  77. htt_cmn_pkt_type_raw = 0,
  78. htt_cmn_pkt_type_native_wifi = 1,
  79. htt_cmn_pkt_type_ethernet = 2,
  80. /* keep this last */
  81. htt_cmn_pkt_num_types
  82. };
  83. enum htt_cmn_t2h_en_stats_type {
  84. /* keep this alwyas first */
  85. HTT_CMN_T2H_EN_STATS_TYPE_START = 0,
  86. /** ppdu_common_stats is the payload */
  87. HTT_CMN_T2H_EN_STATS_TYPE_COMMON = 1,
  88. /** ppdu_sant_stats is the payload */
  89. HTT_CMN_T2H_EN_STATS_TYPE_SANT = 2,
  90. /** ppdu_common_stats_v2 is the payload */
  91. HTT_CMN_T2H_EN_STATS_TYPE_COMMON_V2 = 3,
  92. /* Keep this last */
  93. HTT_CMN_T2H_EN_STATS_TYPE_END = 0x1f,
  94. };
  95. enum htt_cmn_t2h_en_stats_status {
  96. /* Keep this first always */
  97. HTT_CMN_T2H_EN_STATS_STATUS_PARTIAL = 0,
  98. HTT_CMN_T2H_EN_STATS_STATUS_PRESENT = 1,
  99. HTT_CMN_T2H_EN_STATS_STATUS_ERROR = 2,
  100. HTT_CMN_T2H_EN_STATS_STATUS_INVALID = 3,
  101. /* keep this always last */
  102. HTT_CMN_T2H_EN_STATS_STATUS_SERIES_DONE = 7,
  103. };
  104. /**
  105. * struct ol_txrx_peer_state - Peer state information
  106. */
  107. enum ol_txrx_peer_state {
  108. OL_TXRX_PEER_STATE_INVALID,
  109. OL_TXRX_PEER_STATE_DISC, /* initial state */
  110. OL_TXRX_PEER_STATE_CONN, /* authentication in progress */
  111. OL_TXRX_PEER_STATE_AUTH, /* authentication successful */
  112. };
  113. typedef struct cdp_soc_t *ol_txrx_soc_handle;
  114. /**
  115. * ol_txrx_vdev_delete_cb - callback registered during vdev
  116. * detach
  117. */
  118. typedef void (*ol_txrx_vdev_delete_cb)(void *context);
  119. /**
  120. * ol_osif_vdev_handle - paque handle for OS shim virtual device
  121. * object
  122. */
  123. struct ol_osif_vdev_t;
  124. typedef struct ol_osif_vdev_t *ol_osif_vdev_handle;
  125. /**
  126. * wlan_op_mode - Virtual device operation mode
  127. * @wlan_op_mode_unknown: Unknown mode
  128. * @wlan_op_mode_ap: AP mode
  129. * @wlan_op_mode_ibss: IBSS mode
  130. * @wlan_op_mode_sta: STA (client) mode
  131. * @wlan_op_mode_monitor: Monitor mode
  132. * @wlan_op_mode_ocb: OCB mode
  133. */
  134. enum wlan_op_mode {
  135. wlan_op_mode_unknown,
  136. wlan_op_mode_ap,
  137. wlan_op_mode_ibss,
  138. wlan_op_mode_sta,
  139. wlan_op_mode_monitor,
  140. wlan_op_mode_ocb,
  141. wlan_op_mode_ndi,
  142. };
  143. /**
  144. * cdp_mgmt_tx_cb - tx management delivery notification
  145. * callback function
  146. */
  147. typedef void
  148. (*ol_txrx_mgmt_tx_cb)(void *ctxt, qdf_nbuf_t tx_mgmt_frm, int had_error);
  149. /**
  150. * ol_rxrx_data_tx_cb - Function registered with the data path
  151. * that is called when tx frames marked as "no free" are
  152. * done being transmitted
  153. */
  154. typedef void
  155. (*ol_txrx_data_tx_cb)(void *ctxt, qdf_nbuf_t tx_frm, int had_error);
  156. /**
  157. * ol_txrx_tx_fp - top-level transmit function
  158. * @data_vdev - handle to the virtual device object
  159. * @msdu_list - list of network buffers
  160. */
  161. typedef qdf_nbuf_t (*ol_txrx_tx_fp)(void *data_vdev,
  162. qdf_nbuf_t msdu_list);
  163. /**
  164. * ol_txrx_tx_flow_control_fp - tx flow control notification
  165. * function from txrx to OS shim
  166. * @osif_dev - the virtual device's OS shim object
  167. * @tx_resume - tx os q should be resumed or not
  168. */
  169. typedef void (*ol_txrx_tx_flow_control_fp)(void *osif_dev,
  170. bool tx_resume);
  171. /**
  172. * ol_txrx_rx_fp - receive function to hand batches of data
  173. * frames from txrx to OS shim
  174. * @data_vdev - handle to the OSIF virtual device object
  175. * @msdu_list - list of network buffers
  176. */
  177. typedef QDF_STATUS(*ol_txrx_rx_fp)(void *osif_dev, qdf_nbuf_t msdu_list);
  178. /**
  179. * ol_txrx_rx_check_wai_fp - OSIF WAPI receive function
  180. */
  181. typedef bool (*ol_txrx_rx_check_wai_fp)(ol_osif_vdev_handle vdev,
  182. qdf_nbuf_t mpdu_head,
  183. qdf_nbuf_t mpdu_tail);
  184. /**
  185. * ol_txrx_rx_mon_fp - OSIF monitor mode receive function for single
  186. * MPDU (802.11 format)
  187. */
  188. typedef void (*ol_txrx_rx_mon_fp)(ol_osif_vdev_handle vdev,
  189. qdf_nbuf_t mpdu,
  190. void *rx_status);
  191. /**
  192. * ol_txrx_proxy_arp_fp - proxy arp function pointer
  193. */
  194. typedef int (*ol_txrx_proxy_arp_fp)(ol_osif_vdev_handle vdev,
  195. qdf_nbuf_t netbuf);
  196. /**
  197. * ol_txrx_stats_callback - statistics notify callback
  198. */
  199. typedef void (*ol_txrx_stats_callback)(void *ctxt,
  200. enum htt_cmn_dbg_stats_type type,
  201. uint8_t *buf, int bytes);
  202. /**
  203. * ol_txrx_ops - (pointers to) the functions used for tx and rx
  204. * data xfer
  205. *
  206. * There are two portions of these txrx operations.
  207. * The rx portion is filled in by OSIF SW before calling
  208. * ol_txrx_osif_vdev_register; inside the ol_txrx_osif_vdev_register
  209. * the txrx SW stores a copy of these rx function pointers, to use
  210. * as it delivers rx data frames to the OSIF SW.
  211. * The tx portion is filled in by the txrx SW inside
  212. * ol_txrx_osif_vdev_register; when the function call returns,
  213. * the OSIF SW stores a copy of these tx functions to use as it
  214. * delivers tx data frames to the txrx SW.
  215. *
  216. * @tx.std - the tx function pointer for standard data
  217. * frames This function pointer is set by the txrx SW
  218. * perform host-side transmit operations based on
  219. * whether a HL or LL host/target interface is in use.
  220. * @tx.flow_control_cb - the transmit flow control
  221. * function that is registered by the
  222. * OSIF which is called from txrx to
  223. * indicate whether the transmit OS
  224. * queues should be paused/resumed
  225. * @rx.std - the OS shim rx function to deliver rx data
  226. * frames to. This can have different values for
  227. * different virtual devices, e.g. so one virtual
  228. * device's OS shim directly hands rx frames to the OS,
  229. * but another virtual device's OS shim filters out P2P
  230. * messages before sending the rx frames to the OS. The
  231. * netbufs delivered to the osif_rx function are in the
  232. * format specified by the OS to use for tx and rx
  233. * frames (either 802.3 or native WiFi)
  234. * @rx.wai_check - the tx function pointer for WAPI frames
  235. * @rx.mon - the OS shim rx monitor function to deliver
  236. * monitor data to Though in practice, it is probable
  237. * that the same function will be used for delivering
  238. * rx monitor data for all virtual devices, in theory
  239. * each different virtual device can have a different
  240. * OS shim function for accepting rx monitor data. The
  241. * netbufs delivered to the osif_rx_mon function are in
  242. * 802.11 format. Each netbuf holds a 802.11 MPDU, not
  243. * an 802.11 MSDU. Depending on compile-time
  244. * configuration, each netbuf may also have a
  245. * monitor-mode encapsulation header such as a radiotap
  246. * header added before the MPDU contents.
  247. * @proxy_arp - proxy arp function pointer - specified by
  248. * OS shim, stored by txrx
  249. */
  250. struct ol_txrx_ops {
  251. /* tx function pointers - specified by txrx, stored by OS shim */
  252. struct {
  253. ol_txrx_tx_fp tx;
  254. } tx;
  255. /* rx function pointers - specified by OS shim, stored by txrx */
  256. struct {
  257. ol_txrx_rx_fp rx;
  258. ol_txrx_rx_check_wai_fp wai_check;
  259. ol_txrx_rx_mon_fp mon;
  260. } rx;
  261. /* proxy arp function pointer - specified by OS shim, stored by txrx */
  262. ol_txrx_proxy_arp_fp proxy_arp;
  263. };
  264. /**
  265. * ol_txrx_stats_req - specifications of the requested
  266. * statistics
  267. */
  268. struct ol_txrx_stats_req {
  269. uint32_t stats_type_upload_mask; /* which stats to upload */
  270. uint32_t stats_type_reset_mask; /* which stats to reset */
  271. /* stats will be printed if either print element is set */
  272. struct {
  273. int verbose; /* verbose stats printout */
  274. int concise; /* concise stats printout (takes precedence) */
  275. } print; /* print uploaded stats */
  276. /* stats notify callback will be invoked if fp is non-NULL */
  277. struct {
  278. ol_txrx_stats_callback fp;
  279. void *ctxt;
  280. } callback;
  281. /* stats will be copied into the specified buffer if buf is non-NULL */
  282. struct {
  283. uint8_t *buf;
  284. int byte_limit; /* don't copy more than this */
  285. } copy;
  286. /*
  287. * If blocking is true, the caller will take the specified semaphore
  288. * to wait for the stats to be uploaded, and the driver will release
  289. * the semaphore when the stats are done being uploaded.
  290. */
  291. struct {
  292. int blocking;
  293. /*Note: this needs to change to some qdf_* type */
  294. qdf_semaphore_t *sem_ptr;
  295. } wait;
  296. };
  297. /* DP soc struct definition */
  298. struct cdp_soc_t {
  299. struct cdp_ops *ops;
  300. struct ol_if_ops *ol_ops;
  301. };
  302. #define TXRX_FW_STATS_TXSTATS 1
  303. #define TXRX_FW_STATS_RXSTATS 2
  304. #define TXRX_FW_STATS_RX_RATE_INFO 3
  305. #define TXRX_FW_STATS_PHYSTATS 4
  306. #define TXRX_FW_STATS_PHYSTATS_CONCISE 5
  307. #define TXRX_FW_STATS_TX_RATE_INFO 6
  308. #define TXRX_FW_STATS_TID_STATE 7
  309. #define TXRX_FW_STATS_HOST_STATS 8
  310. #define TXRX_FW_STATS_CLEAR_HOST_STATS 9
  311. #define TXRX_FW_STATS_CE_STATS 10
  312. #define TXRX_FW_STATS_VOW_UMAC_COUNTER 11
  313. #define TXRX_FW_STATS_ME_STATS 12
  314. #define TXRX_FW_STATS_TXBF_INFO 13
  315. #define TXRX_FW_STATS_SND_INFO 14
  316. #define TXRX_FW_STATS_ERROR_INFO 15
  317. #define TXRX_FW_STATS_TX_SELFGEN_INFO 16
  318. #define TXRX_FW_STATS_TX_MU_INFO 17
  319. #define TXRX_FW_SIFS_RESP_INFO 18
  320. #define TXRX_FW_RESET_STATS 19
  321. #define TXRX_FW_MAC_WDOG_STATS 20
  322. #define TXRX_FW_MAC_DESC_STATS 21
  323. #define TXRX_FW_MAC_FETCH_MGR_STATS 22
  324. #define TXRX_FW_MAC_PREFETCH_MGR_STATS 23
  325. #define TXRX_FW_STATS_DURATION_INFO 24
  326. #define TXRX_FW_STATS_DURATION_INFO_RESET 25
  327. #define PER_RADIO_FW_STATS_REQUEST 0
  328. #define PER_VDEV_FW_STATS_REQUEST 1
  329. #endif