12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400 |
- /*
- * Copyright (c) 2017-2019 The Linux Foundation. All rights reserved.
- *
- *
- * Permission to use, copy, modify, and/or distribute this software for
- * any purpose with or without fee is hereby granted, provided that the
- * above copyright notice and this permission notice appear in all
- * copies.
- *
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
- * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
- * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
- * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
- * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
- * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- * PERFORMANCE OF THIS SOFTWARE.
- */
- /**
- * @file cdp_txrx_ops.h
- * @brief Define the host data path converged API functions
- * called by the host control SW and the OS interface module
- */
- #ifndef _CDP_TXRX_CMN_OPS_H_
- #define _CDP_TXRX_CMN_OPS_H_
- #include <cdp_txrx_cmn_struct.h>
- #include <cdp_txrx_stats_struct.h>
- #include "cdp_txrx_handle.h"
- #include <cdp_txrx_mon_struct.h>
- #include "wlan_objmgr_psoc_obj.h"
- #ifdef IPA_OFFLOAD
- #ifdef CONFIG_IPA_WDI_UNIFIED_API
- #include <qdf_ipa_wdi3.h>
- #else
- #include <qdf_ipa.h>
- #endif
- #endif
- /**
- * bitmap values to indicate special handling of peer_delete
- */
- #define CDP_PEER_DELETE_NO_SPECIAL 0
- #define CDP_PEER_DO_NOT_START_UNMAP_TIMER 1
- /* same as ieee80211_nac_param */
- enum cdp_nac_param_cmd {
- /* IEEE80211_NAC_PARAM_ADD */
- CDP_NAC_PARAM_ADD = 1,
- /* IEEE80211_NAC_PARAM_DEL */
- CDP_NAC_PARAM_DEL,
- /* IEEE80211_NAC_PARAM_LIST */
- CDP_NAC_PARAM_LIST,
- };
- /******************************************************************************
- *
- * Control Interface (A Interface)
- *
- *****************************************************************************/
- struct cdp_cmn_ops {
- QDF_STATUS (*txrx_soc_attach_target)(ol_txrx_soc_handle soc);
- int (*txrx_pdev_attach_target)(struct cdp_pdev *pdev);
- struct cdp_vdev *(*txrx_vdev_attach)
- (struct cdp_pdev *pdev, uint8_t *vdev_mac_addr,
- uint8_t vdev_id, enum wlan_op_mode op_mode);
- void (*txrx_vdev_detach)
- (struct cdp_vdev *vdev, ol_txrx_vdev_delete_cb callback,
- void *cb_context);
- struct cdp_pdev *(*txrx_pdev_attach)
- (ol_txrx_soc_handle soc, struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
- HTC_HANDLE htc_pdev, qdf_device_t osdev, uint8_t pdev_id);
- int (*txrx_pdev_post_attach)(struct cdp_pdev *pdev);
- void (*txrx_pdev_pre_detach)(struct cdp_pdev *pdev, int force);
- void (*txrx_pdev_detach)(struct cdp_pdev *pdev, int force);
- /**
- * txrx_pdev_deinit() - Deinitialize pdev and dp ring memory
- * @pdev: Dp pdev handle
- * @force: Force deinit or not
- *
- * Return: None
- */
- void (*txrx_pdev_deinit)(struct cdp_pdev *pdev, int force);
- void *(*txrx_peer_create)
- (struct cdp_vdev *vdev, uint8_t *peer_mac_addr,
- struct cdp_ctrl_objmgr_peer *ctrl_peer);
- void (*txrx_peer_setup)
- (struct cdp_vdev *vdev_hdl, void *peer_hdl);
- void (*txrx_cp_peer_del_response)
- (ol_txrx_soc_handle soc, struct cdp_vdev *vdev_hdl,
- uint8_t *peer_mac_addr);
- void (*txrx_peer_teardown)
- (struct cdp_vdev *vdev_hdl, void *peer_hdl);
- int (*txrx_peer_add_ast)
- (ol_txrx_soc_handle soc, struct cdp_peer *peer_hdl,
- uint8_t *mac_addr, enum cdp_txrx_ast_entry_type type,
- uint32_t flags);
- int (*txrx_peer_update_ast)
- (ol_txrx_soc_handle soc, struct cdp_peer *peer_hdl,
- uint8_t *mac_addr, uint32_t flags);
- bool (*txrx_peer_get_ast_info_by_soc)
- (ol_txrx_soc_handle soc, uint8_t *ast_mac_addr,
- struct cdp_ast_entry_info *ast_entry_info);
- bool (*txrx_peer_get_ast_info_by_pdev)
- (ol_txrx_soc_handle soc, uint8_t *ast_mac_addr,
- uint8_t pdev_id,
- struct cdp_ast_entry_info *ast_entry_info);
- QDF_STATUS (*txrx_peer_ast_delete_by_soc)
- (ol_txrx_soc_handle soc, uint8_t *ast_mac_addr,
- txrx_ast_free_cb callback,
- void *cookie);
- QDF_STATUS (*txrx_peer_ast_delete_by_pdev)
- (ol_txrx_soc_handle soc, uint8_t *ast_mac_addr,
- uint8_t pdev_id,
- txrx_ast_free_cb callback,
- void *cookie);
- void (*txrx_peer_delete)(void *peer, uint32_t bitmap);
- void (*txrx_vdev_flush_peers)(struct cdp_vdev *vdev, bool unmap_only);
- QDF_STATUS (*txrx_set_monitor_mode)(struct cdp_vdev *vdev,
- uint8_t smart_monitor);
- void (*txrx_peer_delete_sync)(void *peer,
- QDF_STATUS(*delete_cb)(
- uint8_t vdev_id,
- uint32_t peerid_cnt,
- uint16_t *peerid_list),
- uint32_t bitmap);
- void (*txrx_peer_unmap_sync_cb_set)(struct cdp_pdev *pdev,
- QDF_STATUS(*unmap_resp_cb)(
- uint8_t vdev_id,
- uint32_t peerid_cnt,
- uint16_t *peerid_list));
- uint8_t (*txrx_get_pdev_id_frm_pdev)(struct cdp_pdev *pdev);
- bool (*txrx_get_vow_config_frm_pdev)(struct cdp_pdev *pdev);
- void (*txrx_pdev_set_chan_noise_floor)(struct cdp_pdev *pdev,
- int16_t chan_noise_floor);
- void (*txrx_set_nac)(struct cdp_peer *peer);
- /**
- * txrx_set_pdev_tx_capture() - callback to set pdev tx_capture
- * @soc: opaque soc handle
- * @pdev: data path pdev handle
- * @val: value of pdev_tx_capture
- *
- * Return: status: 0 - Success, non-zero: Failure
- */
- QDF_STATUS (*txrx_set_pdev_tx_capture)(struct cdp_pdev *pdev, int val);
- void (*txrx_get_peer_mac_from_peer_id)
- (struct cdp_pdev *pdev_handle,
- uint32_t peer_id, uint8_t *peer_mac);
- void (*txrx_vdev_tx_lock)(struct cdp_vdev *vdev);
- void (*txrx_vdev_tx_unlock)(struct cdp_vdev *vdev);
- void (*txrx_ath_getstats)(void *pdev,
- struct cdp_dev_stats *stats, uint8_t type);
- void (*txrx_set_gid_flag)(struct cdp_pdev *pdev, u_int8_t *mem_status,
- u_int8_t *user_position);
- uint32_t (*txrx_fw_supported_enh_stats_version)(struct cdp_pdev *pdev);
- void (*txrx_if_mgmt_drain)(void *ni, int force);
- void (*txrx_set_curchan)(struct cdp_pdev *pdev, uint32_t chan_mhz);
- void (*txrx_set_privacy_filters)
- (struct cdp_vdev *vdev, void *filter, uint32_t num);
- uint32_t (*txrx_get_cfg)(void *soc, enum cdp_dp_cfg cfg);
- /********************************************************************
- * Data Interface (B Interface)
- ********************************************************************/
- void (*txrx_vdev_register)(struct cdp_vdev *vdev,
- void *osif_vdev, struct cdp_ctrl_objmgr_vdev *ctrl_vdev,
- struct ol_txrx_ops *txrx_ops);
- int (*txrx_mgmt_send)(struct cdp_vdev *vdev,
- qdf_nbuf_t tx_mgmt_frm, uint8_t type);
- int (*txrx_mgmt_send_ext)(struct cdp_vdev *vdev,
- qdf_nbuf_t tx_mgmt_frm, uint8_t type, uint8_t use_6mbps,
- uint16_t chanfreq);
- /**
- * ol_txrx_mgmt_tx_cb - tx management delivery notification
- * callback function
- */
- void (*txrx_mgmt_tx_cb_set)(struct cdp_pdev *pdev, uint8_t type,
- ol_txrx_mgmt_tx_cb download_cb,
- ol_txrx_mgmt_tx_cb ota_ack_cb,
- void *ctxt);
- int (*txrx_get_tx_pending)(struct cdp_pdev *pdev);
- /**
- * ol_txrx_data_tx_cb - Function registered with the data path
- * that is called when tx frames marked as "no free" are
- * done being transmitted
- */
- void (*txrx_data_tx_cb_set)(struct cdp_vdev *data_vdev,
- ol_txrx_data_tx_cb callback, void *ctxt);
- /*******************************************************************
- * Statistics and Debugging Interface (C Interface)
- ********************************************************************/
- int (*txrx_aggr_cfg)(struct cdp_vdev *vdev, int max_subfrms_ampdu,
- int max_subfrms_amsdu);
- A_STATUS (*txrx_fw_stats_get)(struct cdp_vdev *vdev,
- struct ol_txrx_stats_req *req,
- bool per_vdev, bool response_expected);
- int (*txrx_debug)(struct cdp_vdev *vdev, int debug_specs);
- void (*txrx_fw_stats_cfg)(struct cdp_vdev *vdev,
- uint8_t cfg_stats_type, uint32_t cfg_val);
- void (*txrx_print_level_set)(unsigned level);
- /**
- * ol_txrx_get_vdev_mac_addr() - Return mac addr of vdev
- * @vdev: vdev handle
- *
- * Return: vdev mac address
- */
- uint8_t * (*txrx_get_vdev_mac_addr)(struct cdp_vdev *vdev);
- /**
- * ol_txrx_get_vdev_struct_mac_addr() - Return handle to struct qdf_mac_addr of
- * vdev
- * @vdev: vdev handle
- *
- * Return: Handle to struct qdf_mac_addr
- */
- struct qdf_mac_addr *
- (*txrx_get_vdev_struct_mac_addr)(struct cdp_vdev *vdev);
- /**
- * ol_txrx_get_pdev_from_vdev() - Return handle to pdev of vdev
- * @vdev: vdev handle
- *
- * Return: Handle to pdev
- */
- struct cdp_pdev *(*txrx_get_pdev_from_vdev)
- (struct cdp_vdev *vdev);
- /**
- * ol_txrx_get_ctrl_pdev_from_vdev() - Return control pdev of vdev
- * @vdev: vdev handle
- *
- * Return: Handle to control pdev
- */
- struct cdp_cfg *
- (*txrx_get_ctrl_pdev_from_vdev)(struct cdp_vdev *vdev);
- /**
- * txrx_get_mon_vdev_from_pdev() - Return monitor mode vdev
- * @pdev: pdev handle
- *
- * Return: Handle to vdev
- */
- struct cdp_vdev *
- (*txrx_get_mon_vdev_from_pdev)(struct cdp_pdev *pdev);
- struct cdp_vdev *
- (*txrx_get_vdev_from_vdev_id)(struct cdp_pdev *pdev,
- uint8_t vdev_id);
- void (*txrx_soc_detach)(void *soc);
- /**
- * txrx_soc_deinit() - Deinitialize dp soc and dp ring memory
- * @soc: Opaque Dp handle
- *
- * Return: None
- */
- void (*txrx_soc_deinit)(void *soc);
- /**
- * txrx_soc_init() - Initialize dp soc and dp ring memory
- * @soc: Opaque Dp handle
- * @htchdl: Opaque htc handle
- * @hifhdl: Opaque hif handle
- *
- * Return: None
- */
- void *(*txrx_soc_init)(void *soc,
- struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
- void *hif_handle,
- HTC_HANDLE htc_handle, qdf_device_t qdf_osdev,
- struct ol_if_ops *ol_ops, uint16_t device_id);
- /**
- * txrx_tso_soc_attach() - TSO attach handler triggered during
- * dynamic tso activation
- * @soc: Opaque Dp handle
- *
- * Return: QDF status
- */
- QDF_STATUS (*txrx_tso_soc_attach)(void *soc);
- /**
- * txrx_tso_soc_detach() - TSO detach handler triggered during
- * dynamic tso de-activation
- * @soc: Opaque Dp handle
- *
- * Return: QDF status
- */
- QDF_STATUS (*txrx_tso_soc_detach)(void *soc);
- int (*addba_resp_tx_completion)(void *peer_handle, uint8_t tid,
- int status);
- int (*addba_requestprocess)(void *peer_handle, uint8_t dialogtoken,
- uint16_t tid, uint16_t batimeout,
- uint16_t buffersize,
- uint16_t startseqnum);
- void (*addba_responsesetup)(void *peer_handle, uint8_t tid,
- uint8_t *dialogtoken, uint16_t *statuscode,
- uint16_t *buffersize, uint16_t *batimeout);
- int (*delba_process)(void *peer_handle,
- int tid, uint16_t reasoncode);
- /**
- * delba_tx_completion() - Indicate delba tx status
- * @peer_handle: Peer handle
- * @tid: Tid number
- * @status: Tx completion status
- *
- * Return: 0 on Success, 1 on failure
- */
- int (*delba_tx_completion)(void *peer_handle,
- uint8_t tid, int status);
- void (*set_addba_response)(void *peer_handle,
- uint8_t tid, uint16_t statuscode);
- uint8_t (*get_peer_mac_addr_frm_id)(struct cdp_soc_t *soc_handle,
- uint16_t peer_id, uint8_t *mac_addr);
- void (*set_vdev_dscp_tid_map)(struct cdp_vdev *vdev_handle,
- uint8_t map_id);
- int (*txrx_get_total_per)(struct cdp_pdev *pdev_handle);
- 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);
- void (*hmmc_tid_override_en)(struct cdp_pdev *pdev, bool val);
- void (*set_hmmc_tid_val)(struct cdp_pdev *pdev, uint8_t tid);
- QDF_STATUS (*txrx_stats_request)(struct cdp_vdev *vdev,
- struct cdp_txrx_stats_req *req);
- QDF_STATUS (*display_stats)(void *psoc, uint16_t value,
- enum qdf_stats_verbosity_level level);
- void (*txrx_soc_set_nss_cfg)(ol_txrx_soc_handle soc, int config);
- int(*txrx_soc_get_nss_cfg)(ol_txrx_soc_handle soc);
- QDF_STATUS (*txrx_intr_attach)(void *soc);
- void (*txrx_intr_detach)(void *soc);
- void (*set_pn_check)(struct cdp_vdev *vdev,
- struct cdp_peer *peer_handle, enum cdp_sec_type sec_type,
- uint32_t *rx_pn);
- QDF_STATUS (*update_config_parameters)(struct cdp_soc *psoc,
- struct cdp_config_params *params);
- void *(*get_dp_txrx_handle)(struct cdp_pdev *pdev_hdl);
- void (*set_dp_txrx_handle)(struct cdp_pdev *pdev_hdl,
- void *dp_txrx_hdl);
- void *(*get_soc_dp_txrx_handle)(struct cdp_soc *soc_handle);
- void (*set_soc_dp_txrx_handle)(struct cdp_soc *soc_handle,
- void *dp_txrx_handle);
- void (*map_pdev_to_lmac)(struct cdp_pdev *pdev_hdl,
- uint32_t lmac_id);
- void (*txrx_peer_reset_ast)
- (ol_txrx_soc_handle soc, uint8_t *ast_macaddr,
- uint8_t *peer_macaddr, void *vdev_hdl);
- void (*txrx_peer_reset_ast_table)(ol_txrx_soc_handle soc,
- void *vdev_hdl);
- void (*txrx_peer_flush_ast_table)(ol_txrx_soc_handle soc);
- void (*txrx_set_ba_aging_timeout)(struct cdp_soc_t *soc_handle,
- uint8_t ac, uint32_t value);
- void (*txrx_get_ba_aging_timeout)(struct cdp_soc_t *soc_handle,
- uint8_t ac, uint32_t *value);
- QDF_STATUS (*txrx_peer_map_attach)(ol_txrx_soc_handle soc,
- uint32_t num_peers,
- uint32_t max_ast_index,
- bool peer_map_unmap_v2);
- void (*txrx_pdev_set_ctrl_pdev)(struct cdp_pdev *pdev_hdl,
- struct cdp_ctrl_objmgr_pdev *ctrl_pdev);
- ol_txrx_tx_fp tx_send;
- /**
- * txrx_get_os_rx_handles_from_vdev() - Return function, osif vdev
- * to deliver pkt to stack.
- * @vdev: vdev handle
- * @stack_fn: pointer to - function pointer to deliver RX pkt to stack
- * @osif_vdev: pointer to - osif vdev to deliver RX packet to.
- */
- void (*txrx_get_os_rx_handles_from_vdev)
- (struct cdp_vdev *vdev,
- ol_txrx_rx_fp *stack_fn,
- ol_osif_vdev_handle *osif_vdev);
- int (*txrx_classify_update)
- (struct cdp_vdev *vdev, qdf_nbuf_t skb,
- enum txrx_direction, struct ol_txrx_nbuf_classify *nbuf_class);
- bool (*get_dp_capabilities)(struct cdp_soc_t *soc,
- enum cdp_capabilities dp_caps);
- void (*set_rate_stats_ctx)(struct cdp_soc_t *soc, void *ctx);
- void* (*get_rate_stats_ctx)(struct cdp_soc_t *soc);
- void (*txrx_peer_flush_rate_stats)(struct cdp_soc_t *soc,
- struct cdp_pdev *pdev,
- void *buf);
- void (*txrx_flush_rate_stats_request)(struct cdp_soc_t *soc,
- struct cdp_pdev *pdev);
- QDF_STATUS (*set_pdev_pcp_tid_map)(struct cdp_pdev *pdev,
- uint8_t pcp, uint8_t tid);
- QDF_STATUS (*set_pdev_tidmap_prty)(struct cdp_pdev *pdev, uint8_t prty);
- QDF_STATUS (*set_vdev_pcp_tid_map)(struct cdp_vdev *vdev,
- uint8_t pcp, uint8_t tid);
- QDF_STATUS (*set_vdev_tidmap_prty)(struct cdp_vdev *vdev, uint8_t prty);
- QDF_STATUS (*set_vdev_tidmap_tbl_id)(struct cdp_vdev *vdev,
- uint8_t mapid);
- };
- struct cdp_ctrl_ops {
- int
- (*txrx_mempools_attach)(void *ctrl_pdev);
- int
- (*txrx_set_filter_neighbour_peers)(
- struct cdp_pdev *pdev,
- uint32_t val);
- int
- (*txrx_update_filter_neighbour_peers)(
- struct cdp_vdev *vdev,
- uint32_t cmd, uint8_t *macaddr);
- /**
- * @brief set the safemode of the device
- * @details
- * This flag is used to bypass the encrypt and decrypt processes when
- * send and receive packets. It works like open AUTH mode, HW will
- * ctreate all packets as non-encrypt frames because no key installed.
- * For rx fragmented frames,it bypasses all the rx defragmentaion.
- *
- * @param vdev - the data virtual device object
- * @param val - the safemode state
- * @return - void
- */
- void
- (*txrx_set_safemode)(
- struct cdp_vdev *vdev,
- u_int32_t val);
- /**
- * @brief configure the drop unencrypted frame flag
- * @details
- * Rx related. When set this flag, all the unencrypted frames
- * received over a secure connection will be discarded
- *
- * @param vdev - the data virtual device object
- * @param val - flag
- * @return - void
- */
- void
- (*txrx_set_drop_unenc)(
- struct cdp_vdev *vdev,
- u_int32_t val);
- /**
- * @brief set the Tx encapsulation type of the VDEV
- * @details
- * This will be used to populate the HTT desc packet type field
- * during Tx
- * @param vdev - the data virtual device object
- * @param val - the Tx encap type
- * @return - void
- */
- void
- (*txrx_set_tx_encap_type)(
- struct cdp_vdev *vdev,
- enum htt_cmn_pkt_type val);
- /**
- * @brief set the Rx decapsulation type of the VDEV
- * @details
- * This will be used to configure into firmware and hardware
- * which format to decap all Rx packets into, for all peers under
- * the VDEV.
- * @param vdev - the data virtual device object
- * @param val - the Rx decap mode
- * @return - void
- */
- void
- (*txrx_set_vdev_rx_decap_type)(
- struct cdp_vdev *vdev,
- enum htt_cmn_pkt_type val);
- /**
- * @brief get the Rx decapsulation type of the VDEV
- *
- * @param vdev - the data virtual device object
- * @return - the Rx decap type
- */
- enum htt_cmn_pkt_type
- (*txrx_get_vdev_rx_decap_type)(struct cdp_vdev *vdev);
- /* Is this similar to ol_txrx_peer_state_update() in MCL */
- /**
- * @brief Update the authorize peer object at association time
- * @details
- * For the host-based implementation of rate-control, it
- * updates the peer/node-related parameters within rate-control
- * context of the peer at association.
- *
- * @param peer - pointer to the node's object
- * @authorize - either to authorize or unauthorize peer
- *
- * @return none
- */
- void
- (*txrx_peer_authorize)(struct cdp_peer *peer,
- u_int32_t authorize);
- /* Should be ol_txrx_ctrl_api.h */
- void (*txrx_set_mesh_mode)(struct cdp_vdev *vdev, u_int32_t val);
- /**
- * @brief setting mesh rx filter
- * @details
- * based on the bits enabled in the filter packets has to be dropped.
- *
- * @param vdev - the data virtual device object
- * @param val - value to set
- */
- void (*txrx_set_mesh_rx_filter)(struct cdp_vdev *vdev, uint32_t val);
- void (*tx_flush_buffers)(struct cdp_vdev *vdev);
- int (*txrx_is_target_ar900b)(struct cdp_vdev *vdev);
- void (*txrx_set_vdev_param)(struct cdp_vdev *vdev,
- enum cdp_vdev_param_type param, uint32_t val);
- void (*txrx_peer_set_nawds)(struct cdp_peer *peer, uint8_t value);
- /**
- * @brief Set the reo dest ring num of the radio
- * @details
- * Set the reo destination ring no on which we will receive
- * pkts for this radio.
- *
- * @param pdev - the data physical device object
- * @param reo_dest_ring_num - value ranges between 1 - 4
- */
- void (*txrx_set_pdev_reo_dest)(
- struct cdp_pdev *pdev,
- enum cdp_host_reo_dest_ring reo_dest_ring_num);
- /**
- * @brief Get the reo dest ring num of the radio
- * @details
- * Get the reo destination ring no on which we will receive
- * pkts for this radio.
- *
- * @param pdev - the data physical device object
- * @return the reo destination ring number
- */
- enum cdp_host_reo_dest_ring (*txrx_get_pdev_reo_dest)(
- struct cdp_pdev *pdev);
- int (*txrx_wdi_event_sub)(struct cdp_pdev *pdev, void *event_cb_sub,
- uint32_t event);
- int (*txrx_wdi_event_unsub)(struct cdp_pdev *pdev, void *event_cb_sub,
- uint32_t event);
- int (*txrx_get_sec_type)(struct cdp_peer *peer, uint8_t sec_idx);
- void (*txrx_update_mgmt_txpow_vdev)(struct cdp_vdev *vdev,
- uint8_t subtype, uint8_t tx_power);
- /**
- * txrx_set_pdev_param() - callback to set pdev parameter
- * @soc: opaque soc handle
- * @pdev: data path pdev handle
- * @val: value of pdev_tx_capture
- *
- * Return: status: 0 - Success, non-zero: Failure
- */
- QDF_STATUS (*txrx_set_pdev_param)(struct cdp_pdev *pdev,
- enum cdp_pdev_param_type type,
- uint8_t val);
- void * (*txrx_get_pldev)(struct cdp_pdev *pdev);
- #ifdef ATH_SUPPORT_NAC_RSSI
- QDF_STATUS (*txrx_vdev_config_for_nac_rssi)(struct cdp_vdev *vdev,
- enum cdp_nac_param_cmd cmd, char *bssid, char *client_macaddr,
- uint8_t chan_num);
- QDF_STATUS (*txrx_vdev_get_neighbour_rssi)(struct cdp_vdev *vdev,
- char *macaddr,
- uint8_t *rssi);
- #endif
- void (*set_key)(struct cdp_peer *peer_handle,
- bool is_unicast, uint32_t *key);
- uint32_t (*txrx_get_vdev_param)(struct cdp_vdev *vdev,
- enum cdp_vdev_param_type param);
- int (*enable_peer_based_pktlog)(struct cdp_pdev
- *txrx_pdev_handle, char *macaddr, uint8_t enb_dsb);
- void (*calculate_delay_stats)(struct cdp_vdev *vdev, qdf_nbuf_t nbuf);
- #ifdef WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG
- QDF_STATUS (*txrx_update_pdev_rx_protocol_tag)(
- struct cdp_pdev *txrx_pdev_handle,
- uint32_t protocol_mask, uint16_t protocol_type,
- uint16_t tag);
- #ifdef WLAN_SUPPORT_RX_TAG_STATISTICS
- void (*txrx_dump_pdev_rx_protocol_tag_stats)(
- struct cdp_pdev *txrx_pdev_handle,
- uint16_t protocol_type);
- #endif /* WLAN_SUPPORT_RX_TAG_STATISTICS */
- #endif /* WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG */
- };
- struct cdp_me_ops {
- u_int16_t (*tx_desc_alloc_and_mark_for_mcast_clone)
- (struct cdp_pdev *pdev, u_int16_t buf_count);
- u_int16_t (*tx_desc_free_and_unmark_for_mcast_clone)(
- struct cdp_pdev *pdev,
- u_int16_t buf_count);
- u_int16_t
- (*tx_get_mcast_buf_allocated_marked)
- (struct cdp_pdev *pdev);
- void
- (*tx_me_alloc_descriptor)(struct cdp_pdev *pdev);
- void
- (*tx_me_free_descriptor)(struct cdp_pdev *pdev);
- uint16_t
- (*tx_me_convert_ucast)(struct cdp_vdev *vdev,
- qdf_nbuf_t wbuf, u_int8_t newmac[][6],
- uint8_t newmaccnt);
- /* Should be a function pointer in ol_txrx_osif_ops{} */
- /**
- * @brief notify mcast frame indication from FW.
- * @details
- * This notification will be used to convert
- * multicast frame to unicast.
- *
- * @param pdev - handle to the ctrl SW's physical device object
- * @param vdev_id - ID of the virtual device received the special data
- * @param msdu - the multicast msdu returned by FW for host inspect
- */
- int (*mcast_notify)(struct cdp_pdev *pdev,
- u_int8_t vdev_id, qdf_nbuf_t msdu);
- };
- struct cdp_mon_ops {
- void (*txrx_monitor_set_filter_ucast_data)
- (struct cdp_pdev *, u_int8_t val);
- void (*txrx_monitor_set_filter_mcast_data)
- (struct cdp_pdev *, u_int8_t val);
- void (*txrx_monitor_set_filter_non_data)
- (struct cdp_pdev *, u_int8_t val);
- bool (*txrx_monitor_get_filter_ucast_data)
- (struct cdp_vdev *vdev_txrx_handle);
- bool (*txrx_monitor_get_filter_mcast_data)
- (struct cdp_vdev *vdev_txrx_handle);
- bool (*txrx_monitor_get_filter_non_data)
- (struct cdp_vdev *vdev_txrx_handle);
- QDF_STATUS (*txrx_reset_monitor_mode)(struct cdp_pdev *pdev);
- /* HK advance monitor filter support */
- QDF_STATUS (*txrx_set_advance_monitor_filter)
- (struct cdp_pdev *pdev, struct cdp_monitor_filter *filter_val);
- void (*txrx_monitor_record_channel)
- (struct cdp_pdev *, int val);
- };
- struct cdp_host_stats_ops {
- int (*txrx_host_stats_get)(struct cdp_vdev *vdev,
- struct ol_txrx_stats_req *req);
- void (*txrx_host_stats_clr)(struct cdp_vdev *vdev);
- void (*txrx_host_ce_stats)(struct cdp_vdev *vdev);
- int (*txrx_stats_publish)(struct cdp_pdev *pdev,
- struct cdp_stats_extd *buf);
- /**
- * @brief Enable enhanced stats functionality.
- *
- * @param pdev - the physical device object
- * @return - void
- */
- void (*txrx_enable_enhanced_stats)(struct cdp_pdev *pdev);
- /**
- * @brief Disable enhanced stats functionality.
- *
- * @param pdev - the physical device object
- * @return - void
- */
- void (*txrx_disable_enhanced_stats)(struct cdp_pdev *pdev);
- /**
- * @brief Get the desired stats from the message.
- *
- * @param pdev - the physical device object
- * @param stats_base - stats buffer received from FW
- * @param type - stats type.
- * @return - pointer to requested stat identified by type
- */
- uint32_t * (*txrx_get_stats_base)(struct cdp_pdev *pdev,
- uint32_t *stats_base, uint32_t msg_len, uint8_t type);
- void
- (*tx_print_tso_stats)(struct cdp_vdev *vdev);
- void
- (*tx_rst_tso_stats)(struct cdp_vdev *vdev);
- void
- (*tx_print_sg_stats)(struct cdp_vdev *vdev);
- void
- (*tx_rst_sg_stats)(struct cdp_vdev *vdev);
- void
- (*print_rx_cksum_stats)(struct cdp_vdev *vdev);
- void
- (*rst_rx_cksum_stats)(struct cdp_vdev *vdev);
- A_STATUS
- (*txrx_host_me_stats)(struct cdp_vdev *vdev);
- void
- (*txrx_per_peer_stats)(struct cdp_pdev *pdev, char *addr);
- int (*txrx_host_msdu_ttl_stats)(struct cdp_vdev *vdev,
- struct ol_txrx_stats_req *req);
- void
- (*print_lro_stats)(struct cdp_vdev *vdev);
- void
- (*reset_lro_stats)(struct cdp_vdev *vdev);
- void
- (*get_fw_peer_stats)(struct cdp_pdev *pdev, uint8_t *addr,
- uint32_t cap, uint32_t copy_stats);
- void
- (*get_htt_stats)(struct cdp_pdev *pdev, void *data,
- uint32_t data_len);
- void
- (*txrx_update_pdev_stats)(struct cdp_pdev *pdev, void *data,
- uint16_t stats_id);
- struct cdp_peer_stats*
- (*txrx_get_peer_stats)(struct cdp_peer *peer);
- void
- (*txrx_reset_peer_ald_stats)(struct cdp_peer *peer);
- void
- (*txrx_reset_peer_stats)(struct cdp_peer *peer);
- int
- (*txrx_get_vdev_stats)(struct cdp_vdev *vdev, void *buf,
- bool is_aggregate);
- int
- (*txrx_process_wmi_host_vdev_stats)(ol_txrx_soc_handle soc,
- void *data, uint32_t len,
- uint32_t stats_id);
- int
- (*txrx_get_vdev_extd_stats)(struct cdp_vdev *vdev_handle,
- void *buffer);
- void
- (*txrx_update_vdev_stats)(struct cdp_vdev *vdev, void *buf,
- uint16_t stats_id);
- int
- (*txrx_get_radio_stats)(struct cdp_pdev *pdev,
- void *buf);
- struct cdp_pdev_stats*
- (*txrx_get_pdev_stats)(struct cdp_pdev *pdev);
- int
- (*txrx_get_ratekbps)(int preamb, int mcs,
- int htflag, int gintval);
- void
- (*configure_rate_stats)(struct cdp_soc_t *soc,
- uint8_t val);
- };
- struct cdp_wds_ops {
- void
- (*txrx_set_wds_rx_policy)(struct cdp_vdev *vdev,
- u_int32_t val);
- void
- (*txrx_wds_peer_tx_policy_update)(struct cdp_peer *peer,
- int wds_tx_ucast, int wds_tx_mcast);
- int (*vdev_set_wds)(void *vdev, uint32_t val);
- };
- struct cdp_raw_ops {
- int (*txrx_get_nwifi_mode)(struct cdp_vdev *vdev);
- void (*rsim_get_astentry)(struct cdp_vdev *vdev,
- qdf_nbuf_t *pnbuf,
- struct cdp_raw_ast *raw_ast);
- };
- #ifdef PEER_FLOW_CONTROL
- struct cdp_pflow_ops {
- uint32_t(*pflow_update_pdev_params)(void *,
- enum _ol_ath_param_t, uint32_t, void *);
- };
- #endif /* PEER_FLOW_CONTROL */
- #define LRO_IPV4_SEED_ARR_SZ 5
- #define LRO_IPV6_SEED_ARR_SZ 11
- /**
- * struct cdp_lro_hash_config - set rx_offld(LRO/GRO) init parameters
- * @lro_enable: indicates whether rx_offld is enabled
- * @tcp_flag: If the TCP flags from the packet do not match
- * the values in this field after masking with TCP flags mask
- * below, packet is not rx_offld eligible
- * @tcp_flag_mask: field for comparing the TCP values provided
- * above with the TCP flags field in the received packet
- * @toeplitz_hash_ipv4: contains seed needed to compute the flow id
- * 5-tuple toeplitz hash for ipv4 packets
- * @toeplitz_hash_ipv6: contains seed needed to compute the flow id
- * 5-tuple toeplitz hash for ipv6 packets
- */
- struct cdp_lro_hash_config {
- uint32_t lro_enable;
- uint32_t tcp_flag:9,
- tcp_flag_mask:9;
- uint32_t toeplitz_hash_ipv4[LRO_IPV4_SEED_ARR_SZ];
- uint32_t toeplitz_hash_ipv6[LRO_IPV6_SEED_ARR_SZ];
- };
- struct ol_if_ops {
- void
- (*peer_set_default_routing)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
- uint8_t *peer_macaddr, uint8_t vdev_id,
- bool hash_based, uint8_t ring_num);
- QDF_STATUS
- (*peer_rx_reorder_queue_setup)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
- uint8_t vdev_id, uint8_t *peer_mac,
- qdf_dma_addr_t hw_qdesc, int tid,
- uint16_t queue_num,
- uint8_t ba_window_size_valid,
- uint16_t ba_window_size);
- QDF_STATUS
- (*peer_rx_reorder_queue_remove)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
- uint8_t vdev_id, uint8_t *peer_macaddr,
- uint32_t tid_mask);
- int (*peer_unref_delete)(void *scn_handle, uint8_t *peer_mac,
- uint8_t *vdev_mac, enum wlan_op_mode opmode,
- void *old_peer, void *new_peer);
- bool (*is_hw_dbs_2x2_capable)(struct wlan_objmgr_psoc *psoc);
- int (*peer_add_wds_entry)(void *vdev_handle,
- struct cdp_peer *peer_handle,
- const uint8_t *dest_macaddr,
- uint8_t *next_node_mac,
- uint32_t flags);
- int (*peer_update_wds_entry)(void *ol_soc_handle,
- uint8_t *dest_macaddr, uint8_t *peer_macaddr,
- uint32_t flags);
- void (*peer_del_wds_entry)(void *ol_soc_handle,
- uint8_t *wds_macaddr,
- uint8_t type);
- QDF_STATUS
- (*lro_hash_config)(struct cdp_ctrl_objmgr_pdev *ctrl_pdev,
- struct cdp_lro_hash_config *rx_offld_hash);
- void (*update_dp_stats)(void *soc, void *stats, uint16_t id,
- uint8_t type);
- #ifdef FEATURE_NAC_RSSI
- uint8_t (*rx_invalid_peer)(void *ctrl_pdev, void *msg);
- #else
- uint8_t (*rx_invalid_peer)(uint8_t vdev_id, void *wh);
- #endif
- int (*peer_map_event)(struct cdp_ctrl_objmgr_psoc *ol_soc_handle,
- uint16_t peer_id, uint16_t hw_peer_id,
- uint8_t vdev_id, uint8_t *peer_mac_addr,
- enum cdp_txrx_ast_entry_type peer_type,
- uint32_t tx_ast_hashidx);
- int (*peer_unmap_event)(struct cdp_ctrl_objmgr_psoc *ol_soc_handle,
- uint16_t peer_id,
- uint8_t vdev_id);
- int (*get_dp_cfg_param)(struct cdp_ctrl_objmgr_psoc *ol_soc_handle,
- enum cdp_cfg_param_type param_num);
- void (*rx_mic_error)(void *ol_soc_handle,
- struct cdp_rx_mic_err_info *info);
- bool (*rx_frag_tkip_demic)(struct wlan_objmgr_peer *ctrl_peer,
- qdf_nbuf_t nbuf,
- uint16_t hdr_space);
- uint8_t (*freq_to_channel)(void *ol_soc_handle, uint16_t vdev_id);
- void (*record_act_change)(struct wlan_objmgr_pdev *pdev,
- u_int8_t *dstmac, bool active);
- #ifdef ATH_SUPPORT_NAC_RSSI
- int (*config_fw_for_nac_rssi)(struct wlan_objmgr_pdev *pdev,
- u_int8_t vdev_id, enum cdp_nac_param_cmd cmd, char *bssid,
- char *client_macaddr, uint8_t chan_num);
- int (*config_bssid_in_fw_for_nac_rssi)(struct wlan_objmgr_pdev *pdev,
- u_int8_t vdev_id, enum cdp_nac_param_cmd cmd, char *bssid);
- #endif
- int (*peer_sta_kickout)(void *ctrl_pdev, uint8_t *peer_macaddr);
- /**
- * send_delba() - Send delba to peer
- * @pdev_handle: Dp pdev handle
- * @ctrl_peer: Peer handle
- * @peer_macaddr: Peer mac addr
- * @tid: Tid number
- *
- * Return: 0 for success, non-zero for failure
- */
- int (*send_delba)(void *pdev_handle, void *ctrl_peer,
- uint8_t *peer_macaddr, uint8_t tid, void *vdev_handle,
- uint8_t reason_code);
- int (*peer_delete_multiple_wds_entries)(void *vdev_handle,
- uint8_t *dest_macaddr,
- uint8_t *peer_macaddr,
- uint32_t flags);
- bool (*is_roam_inprogress)(uint32_t vdev_id);
- /* TODO: Add any other control path calls required to OL_IF/WMA layer */
- };
- #ifdef DP_PEER_EXTENDED_API
- /**
- * struct cdp_misc_ops - mcl ops not classified
- * @set_ibss_vdev_heart_beat_timer:
- * @bad_peer_txctl_set_setting:
- * @bad_peer_txctl_update_threshold:
- * @hl_tdls_flag_reset:
- * @tx_non_std:
- * @get_vdev_id:
- * @set_wisa_mode:
- * @txrx_data_stall_cb_register:
- * @txrx_data_stall_cb_deregister:
- * @txrx_post_data_stall_event
- * @runtime_suspend:
- * @runtime_resume:
- * @register_packetdump_cb:
- * @unregister_packetdump_cb:
- * @pdev_reset_driver_del_ack:
- * @vdev_set_driver_del_ack_enable:
- */
- struct cdp_misc_ops {
- uint16_t (*set_ibss_vdev_heart_beat_timer)(struct cdp_vdev *vdev,
- uint16_t timer_value_sec);
- void (*set_wmm_param)(struct cdp_pdev *cfg_pdev,
- struct ol_tx_wmm_param_t wmm_param);
- void (*bad_peer_txctl_set_setting)(struct cdp_pdev *pdev, int enable,
- int period, int txq_limit);
- void (*bad_peer_txctl_update_threshold)(struct cdp_pdev *pdev,
- int level, int tput_thresh, int tx_limit);
- void (*hl_tdls_flag_reset)(struct cdp_vdev *vdev, bool flag);
- qdf_nbuf_t (*tx_non_std)(struct cdp_vdev *vdev,
- enum ol_tx_spec tx_spec, qdf_nbuf_t msdu_list);
- uint16_t (*get_vdev_id)(struct cdp_vdev *vdev);
- uint32_t (*get_tx_ack_stats)(struct cdp_pdev *pdev, uint8_t vdev_id);
- QDF_STATUS (*set_wisa_mode)(struct cdp_vdev *vdev, bool enable);
- QDF_STATUS (*txrx_data_stall_cb_register)(data_stall_detect_cb cb);
- QDF_STATUS (*txrx_data_stall_cb_deregister)(data_stall_detect_cb cb);
- void (*txrx_post_data_stall_event)(
- enum data_stall_log_event_indicator indicator,
- enum data_stall_log_event_type data_stall_type,
- uint32_t pdev_id, uint32_t vdev_id_bitmap,
- enum data_stall_log_recovery_type recovery_type);
- QDF_STATUS (*runtime_suspend)(struct cdp_pdev *pdev);
- QDF_STATUS (*runtime_resume)(struct cdp_pdev *pdev);
- int (*get_opmode)(struct cdp_vdev *vdev);
- void (*mark_first_wakeup_packet)(uint8_t value);
- void (*update_mac_id)(uint8_t vdev_id, uint8_t mac_id);
- void (*flush_rx_frames)(void *peer, bool drop);
- A_STATUS (*get_intra_bss_fwd_pkts_count)(uint8_t vdev_id,
- uint64_t *fwd_tx_packets, uint64_t *fwd_rx_packets);
- void (*pkt_log_init)(struct cdp_pdev *handle, void *scn);
- void (*pkt_log_con_service)(struct cdp_pdev *pdev, void *scn);
- int (*get_num_rx_contexts)(struct cdp_soc_t *soc);
- void (*register_pktdump_cb)(ol_txrx_pktdump_cb tx_cb,
- ol_txrx_pktdump_cb rx_cb);
- void (*unregister_pktdump_cb)(void);
- void (*pdev_reset_driver_del_ack)(struct cdp_pdev *ppdev);
- void (*vdev_set_driver_del_ack_enable)(uint8_t vdev_id,
- unsigned long rx_packets,
- uint32_t time_in_ms,
- uint32_t high_th,
- uint32_t low_th);
- };
- /**
- * struct cdp_ocb_ops - mcl ocb ops
- * @set_ocb_chan_info:
- * @get_ocb_chan_info:
- */
- struct cdp_ocb_ops {
- void (*set_ocb_chan_info)(struct cdp_vdev *vdev,
- struct ol_txrx_ocb_set_chan ocb_set_chan);
- struct ol_txrx_ocb_chan_info *
- (*get_ocb_chan_info)(struct cdp_vdev *vdev);
- };
- /**
- * struct cdp_peer_ops - mcl peer related ops
- * @register_peer:
- * @clear_peer:
- * @cfg_attach:
- * @find_peer_by_addr:
- * @find_peer_by_addr_and_vdev:
- * @local_peer_id:
- * @peer_find_by_local_id:
- * @peer_state_update:
- * @get_vdevid:
- * @get_vdev_by_sta_id:
- * @register_ocb_peer:
- * @peer_get_peer_mac_addr:
- * @get_peer_state:
- * @get_vdev_for_peer:
- * @update_ibss_add_peer_num_of_vdev:
- * @remove_peers_for_vdev:
- * @remove_peers_for_vdev_no_lock:
- * @copy_mac_addr_raw:
- * @add_last_real_peer:
- * @is_vdev_restore_last_peer:
- * @update_last_real_peer:
- */
- struct cdp_peer_ops {
- QDF_STATUS (*register_peer)(struct cdp_pdev *pdev,
- struct ol_txrx_desc_type *sta_desc);
- QDF_STATUS (*clear_peer)(struct cdp_pdev *pdev, uint8_t sta_id);
- QDF_STATUS (*change_peer_state)(uint8_t sta_id,
- enum ol_txrx_peer_state sta_state,
- bool roam_synch_in_progress);
- void * (*peer_get_ref_by_addr)(struct cdp_pdev *pdev,
- uint8_t *peer_addr, uint8_t *peer_id,
- enum peer_debug_id_type debug_id);
- void (*peer_release_ref)(void *peer, enum peer_debug_id_type debug_id);
- void * (*find_peer_by_addr)(struct cdp_pdev *pdev,
- uint8_t *peer_addr, uint8_t *peer_id);
- void * (*find_peer_by_addr_and_vdev)(struct cdp_pdev *pdev,
- struct cdp_vdev *vdev,
- uint8_t *peer_addr, uint8_t *peer_id);
- uint16_t (*local_peer_id)(void *peer);
- void * (*peer_find_by_local_id)(struct cdp_pdev *pdev,
- uint8_t local_peer_id);
- QDF_STATUS (*peer_state_update)(struct cdp_pdev *pdev,
- uint8_t *peer_addr,
- enum ol_txrx_peer_state state);
- QDF_STATUS (*get_vdevid)(void *peer, uint8_t *vdev_id);
- struct cdp_vdev * (*get_vdev_by_sta_id)(struct cdp_pdev *pdev,
- uint8_t sta_id);
- QDF_STATUS (*register_ocb_peer)(uint8_t *mac_addr, uint8_t *peer_id);
- uint8_t * (*peer_get_peer_mac_addr)(void *peer);
- int (*get_peer_state)(void *peer);
- struct cdp_vdev * (*get_vdev_for_peer)(void *peer);
- int16_t (*update_ibss_add_peer_num_of_vdev)(struct cdp_vdev *vdev,
- int16_t peer_num_delta);
- void (*remove_peers_for_vdev)(struct cdp_vdev *vdev,
- ol_txrx_vdev_peer_remove_cb callback,
- void *callback_context, bool remove_last_peer);
- void (*remove_peers_for_vdev_no_lock)(struct cdp_vdev *vdev,
- ol_txrx_vdev_peer_remove_cb callback,
- void *callback_context);
- void (*copy_mac_addr_raw)(struct cdp_vdev *vdev, uint8_t *bss_addr);
- void (*add_last_real_peer)(struct cdp_pdev *pdev,
- struct cdp_vdev *vdev, uint8_t *peer_id);
- bool (*is_vdev_restore_last_peer)(void *peer);
- void (*update_last_real_peer)(struct cdp_pdev *pdev, void *vdev,
- uint8_t *peer_id, bool restore_last_peer);
- void (*peer_detach_force_delete)(void *peer);
- };
- /**
- * struct cdp_ocb_ops - mcl ocb ops
- * @clear_stats:
- * @stats:
- */
- struct cdp_mob_stats_ops {
- void (*clear_stats)(uint16_t bitmap);
- int (*stats)(uint8_t vdev_id, char *buffer, unsigned buf_len);
- };
- /**
- * struct cdp_pmf_ops - mcl protected management frame ops
- * @get_pn_info:
- */
- struct cdp_pmf_ops {
- void (*get_pn_info)(void *peer, uint8_t **last_pn_valid,
- uint64_t **last_pn, uint32_t **rmf_pn_replays);
- };
- #endif
- #ifdef DP_FLOW_CTL
- /**
- * struct cdp_cfg_ops - mcl configuration ops
- * @set_cfg_rx_fwd_disabled: set rx_fwd_disabled flag
- * @set_cfg_packet_log_enabled: set is_packet_log_enabled flag
- * @cfg_attach: hardcode the configuration parameters
- * @vdev_rx_set_intrabss_fwd: set disable_intrabss_fwd flag
- * @is_rx_fwd_disabled: get the rx_fwd_disabled flag,
- * 1 enabled, 0 disabled.
- * @tx_set_is_mgmt_over_wmi_enabled: set is_mgmt_over_wmi_enabled flag to
- * indicate that mgmt over wmi is enabled
- * or not,
- * 1 for enabled, 0 for disable
- * @is_high_latency: get device is high or low latency device,
- * 1 high latency bus, 0 low latency bus
- * @set_flow_control_parameters: set flow control parameters
- * @set_flow_steering: set flow_steering_enabled flag
- * @set_ptp_rx_opt_enabled: set is_ptp_rx_opt_enabled flag
- * @set_new_htt_msg_format: set new_htt_msg_format flag
- * @set_peer_unmap_conf_support: set enable_peer_unmap_conf_support flag
- * @get_peer_unmap_conf_support: get enable_peer_unmap_conf_support flag
- * @set_tx_compl_tsf64: set enable_tx_compl_tsf64 flag,
- * 1 enabled, 0 disabled.
- * @get_tx_compl_tsf64: get enable_tx_compl_tsf64 flag,
- * 1 enabled, 0 disabled.
- */
- struct cdp_cfg_ops {
- void (*set_cfg_rx_fwd_disabled)(struct cdp_cfg *cfg_pdev,
- uint8_t disable_rx_fwd);
- void (*set_cfg_packet_log_enabled)(struct cdp_cfg *cfg_pdev,
- uint8_t val);
- struct cdp_cfg * (*cfg_attach)(qdf_device_t osdev, void *cfg_param);
- void (*vdev_rx_set_intrabss_fwd)(struct cdp_vdev *vdev, bool val);
- uint8_t (*is_rx_fwd_disabled)(struct cdp_vdev *vdev);
- void (*tx_set_is_mgmt_over_wmi_enabled)(uint8_t value);
- int (*is_high_latency)(struct cdp_cfg *cfg_pdev);
- void (*set_flow_control_parameters)(struct cdp_cfg *cfg_pdev,
- void *param);
- void (*set_flow_steering)(struct cdp_cfg *cfg_pdev, uint8_t val);
- void (*set_ptp_rx_opt_enabled)(struct cdp_cfg *cfg_pdev, uint8_t val);
- void (*set_new_htt_msg_format)(uint8_t val);
- void (*set_peer_unmap_conf_support)(bool val);
- bool (*get_peer_unmap_conf_support)(void);
- void (*set_tx_compl_tsf64)(bool val);
- bool (*get_tx_compl_tsf64)(void);
- };
- /**
- * struct cdp_flowctl_ops - mcl flow control
- * @register_pause_cb:
- * @set_desc_global_pool_size:
- * @dump_flow_pool_info:
- */
- struct cdp_flowctl_ops {
- QDF_STATUS (*flow_pool_map_handler)(struct cdp_soc_t *soc,
- struct cdp_pdev *pdev,
- uint8_t vdev_id);
- void (*flow_pool_unmap_handler)(struct cdp_soc_t *soc,
- struct cdp_pdev *pdev,
- uint8_t vdev_id);
- QDF_STATUS (*register_pause_cb)(struct cdp_soc_t *soc,
- tx_pause_callback);
- void (*set_desc_global_pool_size)(uint32_t num_msdu_desc);
- void (*dump_flow_pool_info)(void *);
- bool (*tx_desc_thresh_reached)(struct cdp_vdev *vdev);
- };
- /**
- * struct cdp_lflowctl_ops - mcl legacy flow control ops
- * @register_tx_flow_control:
- * @deregister_tx_flow_control_cb:
- * @flow_control_cb:
- * @get_tx_resource:
- * @ll_set_tx_pause_q_depth:
- * @vdev_flush:
- * @vdev_pause:
- * @vdev_unpause:
- */
- struct cdp_lflowctl_ops {
- #ifdef QCA_HL_NETDEV_FLOW_CONTROL
- int (*register_tx_flow_control)(struct cdp_soc_t *soc,
- tx_pause_callback flowcontrol);
- int (*set_vdev_tx_desc_limit)(uint8_t vdev_id, uint8_t chan);
- int (*set_vdev_os_queue_status)(uint8_t vdev_id,
- enum netif_action_type action);
- #else
- int (*register_tx_flow_control)(uint8_t vdev_id,
- ol_txrx_tx_flow_control_fp flowControl, void *osif_fc_ctx,
- ol_txrx_tx_flow_control_is_pause_fp flow_control_is_pause);
- #endif /* QCA_HL_NETDEV_FLOW_CONTROL */
- int (*deregister_tx_flow_control_cb)(uint8_t vdev_id);
- void (*flow_control_cb)(struct cdp_vdev *vdev, bool tx_resume);
- bool (*get_tx_resource)(uint8_t sta_id,
- unsigned int low_watermark,
- unsigned int high_watermark_offset);
- int (*ll_set_tx_pause_q_depth)(uint8_t vdev_id, int pause_q_depth);
- void (*vdev_flush)(struct cdp_vdev *vdev);
- void (*vdev_pause)(struct cdp_vdev *vdev, uint32_t reason);
- void (*vdev_unpause)(struct cdp_vdev *vdev, uint32_t reason);
- };
- /**
- * struct cdp_ocb_ops - mcl ocb ops
- * @throttle_init_period:
- * @throttle_set_level:
- */
- struct cdp_throttle_ops {
- void (*throttle_init_period)(struct cdp_pdev *pdev, int period,
- uint8_t *dutycycle_level);
- void (*throttle_set_level)(struct cdp_pdev *pdev, int level);
- };
- #endif
- #ifdef IPA_OFFLOAD
- /**
- * struct cdp_ipa_ops - mcl ipa data path ops
- * @ipa_get_resource:
- * @ipa_set_doorbell_paddr:
- * @ipa_set_active:
- * @ipa_op_response:
- * @ipa_register_op_cb:
- * @ipa_get_stat:
- * @ipa_tx_data_frame:
- */
- struct cdp_ipa_ops {
- QDF_STATUS (*ipa_get_resource)(struct cdp_pdev *pdev);
- QDF_STATUS (*ipa_set_doorbell_paddr)(struct cdp_pdev *pdev);
- QDF_STATUS (*ipa_set_active)(struct cdp_pdev *pdev, bool uc_active,
- bool is_tx);
- QDF_STATUS (*ipa_op_response)(struct cdp_pdev *pdev, uint8_t *op_msg);
- QDF_STATUS (*ipa_register_op_cb)(struct cdp_pdev *pdev,
- void (*ipa_uc_op_cb_type)(uint8_t *op_msg, void *osif_ctxt),
- void *usr_ctxt);
- QDF_STATUS (*ipa_get_stat)(struct cdp_pdev *pdev);
- qdf_nbuf_t (*ipa_tx_data_frame)(struct cdp_vdev *vdev, qdf_nbuf_t skb);
- void (*ipa_set_uc_tx_partition_base)(struct cdp_cfg *pdev,
- uint32_t value);
- #ifdef FEATURE_METERING
- QDF_STATUS (*ipa_uc_get_share_stats)(struct cdp_pdev *pdev,
- uint8_t reset_stats);
- QDF_STATUS (*ipa_uc_set_quota)(struct cdp_pdev *pdev,
- uint64_t quota_bytes);
- #endif
- QDF_STATUS (*ipa_enable_autonomy)(struct cdp_pdev *pdev);
- QDF_STATUS (*ipa_disable_autonomy)(struct cdp_pdev *pdev);
- #ifdef CONFIG_IPA_WDI_UNIFIED_API
- QDF_STATUS (*ipa_setup)(struct cdp_pdev *pdev, void *ipa_i2w_cb,
- void *ipa_w2i_cb, void *ipa_wdi_meter_notifier_cb,
- uint32_t ipa_desc_size, void *ipa_priv, bool is_rm_enabled,
- uint32_t *tx_pipe_handle, uint32_t *rx_pipe_handle,
- bool is_smmu_enabled, qdf_ipa_sys_connect_params_t *sys_in,
- bool over_gsi);
- #else /* CONFIG_IPA_WDI_UNIFIED_API */
- QDF_STATUS (*ipa_setup)(struct cdp_pdev *pdev, void *ipa_i2w_cb,
- void *ipa_w2i_cb, void *ipa_wdi_meter_notifier_cb,
- uint32_t ipa_desc_size, void *ipa_priv, bool is_rm_enabled,
- uint32_t *tx_pipe_handle, uint32_t *rx_pipe_handle);
- #endif /* CONFIG_IPA_WDI_UNIFIED_API */
- QDF_STATUS (*ipa_cleanup)(uint32_t tx_pipe_handle,
- uint32_t rx_pipe_handle);
- QDF_STATUS (*ipa_setup_iface)(char *ifname, uint8_t *mac_addr,
- qdf_ipa_client_type_t prod_client,
- qdf_ipa_client_type_t cons_client,
- uint8_t session_id, bool is_ipv6_enabled);
- QDF_STATUS (*ipa_cleanup_iface)(char *ifname, bool is_ipv6_enabled);
- QDF_STATUS (*ipa_enable_pipes)(struct cdp_pdev *pdev);
- QDF_STATUS (*ipa_disable_pipes)(struct cdp_pdev *pdev);
- QDF_STATUS (*ipa_set_perf_level)(int client,
- uint32_t max_supported_bw_mbps);
- bool (*ipa_rx_intrabss_fwd)(struct cdp_vdev *vdev, qdf_nbuf_t nbuf,
- bool *fwd_success);
- };
- #endif
- #ifdef DP_POWER_SAVE
- /**
- * struct cdp_tx_delay_ops - mcl tx delay ops
- * @tx_delay:
- * @tx_delay_hist:
- * @tx_packet_count:
- * @tx_set_compute_interval:
- */
- struct cdp_tx_delay_ops {
- void (*tx_delay)(struct cdp_pdev *pdev, uint32_t *queue_delay_microsec,
- uint32_t *tx_delay_microsec, int category);
- void (*tx_delay_hist)(struct cdp_pdev *pdev,
- uint16_t *bin_values, int category);
- void (*tx_packet_count)(struct cdp_pdev *pdev,
- uint16_t *out_packet_count,
- uint16_t *out_packet_loss_count, int category);
- void (*tx_set_compute_interval)(struct cdp_pdev *pdev,
- uint32_t interval);
- };
- /**
- * struct cdp_bus_ops - mcl bus suspend/resume ops
- * @bus_suspend:
- * @bus_resume:
- */
- struct cdp_bus_ops {
- QDF_STATUS (*bus_suspend)(struct cdp_pdev *opaque_pdev);
- QDF_STATUS (*bus_resume)(struct cdp_pdev *opaque_pdev);
- };
- #endif
- #ifdef RECEIVE_OFFLOAD
- /**
- * struct cdp_rx_offld_ops - mcl host receive offload ops
- * @register_rx_offld_flush_cb:
- * @deregister_rx_offld_flush_cb:
- */
- struct cdp_rx_offld_ops {
- void (*register_rx_offld_flush_cb)(void (rx_offld_flush_cb)(void *));
- void (*deregister_rx_offld_flush_cb)(void);
- };
- #endif
- struct cdp_ops {
- struct cdp_cmn_ops *cmn_drv_ops;
- struct cdp_ctrl_ops *ctrl_ops;
- struct cdp_me_ops *me_ops;
- struct cdp_mon_ops *mon_ops;
- struct cdp_host_stats_ops *host_stats_ops;
- struct cdp_wds_ops *wds_ops;
- struct cdp_raw_ops *raw_ops;
- struct cdp_pflow_ops *pflow_ops;
- #ifdef DP_PEER_EXTENDED_API
- struct cdp_misc_ops *misc_ops;
- struct cdp_peer_ops *peer_ops;
- struct cdp_ocb_ops *ocb_ops;
- struct cdp_mob_stats_ops *mob_stats_ops;
- struct cdp_pmf_ops *pmf_ops;
- #endif
- #ifdef DP_FLOW_CTL
- struct cdp_cfg_ops *cfg_ops;
- struct cdp_flowctl_ops *flowctl_ops;
- struct cdp_lflowctl_ops *l_flowctl_ops;
- struct cdp_throttle_ops *throttle_ops;
- #endif
- #ifdef DP_POWER_SAVE
- struct cdp_bus_ops *bus_ops;
- struct cdp_tx_delay_ops *delay_ops;
- #endif
- #ifdef IPA_OFFLOAD
- struct cdp_ipa_ops *ipa_ops;
- #endif
- #ifdef RECEIVE_OFFLOAD
- struct cdp_rx_offld_ops *rx_offld_ops;
- #endif
- };
- #endif
|