Home
last modified time | relevance | path

Searched refs:params_ptr (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_features.c3964 struct periodic_tx_pattern *params_ptr; in wma_process_add_periodic_tx_ptrn_ind() local
3984 params_ptr = qdf_mem_malloc(sizeof(*params_ptr)); in wma_process_add_periodic_tx_ptrn_ind()
3985 if (!params_ptr) in wma_process_add_periodic_tx_ptrn_ind()
3988 params_ptr->ucPtrnId = pattern->ucPtrnId; in wma_process_add_periodic_tx_ptrn_ind()
3989 params_ptr->ucPtrnSize = pattern->ucPtrnSize; in wma_process_add_periodic_tx_ptrn_ind()
3990 params_ptr->usPtrnIntervalMs = pattern->usPtrnIntervalMs; in wma_process_add_periodic_tx_ptrn_ind()
3991 qdf_mem_copy(&params_ptr->mac_address, &pattern->mac_address, in wma_process_add_periodic_tx_ptrn_ind()
3993 qdf_mem_copy(params_ptr->ucPattern, pattern->ucPattern, in wma_process_add_periodic_tx_ptrn_ind()
3994 params_ptr->ucPtrnSize); in wma_process_add_periodic_tx_ptrn_ind()
3997 wmi_handle, params_ptr, vdev_id); in wma_process_add_periodic_tx_ptrn_ind()
[all …]