Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_util.h859 uint64_t qdf_do_div_rem(uint64_t dividend, uint32_t divisor) in qdf_do_div_rem() function
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c2822 rem = qdf_do_div_rem(wma_handle->tx_fail_cnt, in wma_tx_packet()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_mon.c2195 remn = qdf_do_div_rem((uint64_t) in dp_peer_update_telemetry_stats()
2218 remn = qdf_do_div_rem((uint64_t) in dp_peer_update_telemetry_stats()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c7897 QDF_SET_BITS((*eht_op), qdf_do_div_rem(index, 8),\
7900 QDF_GET_BITS((eht_op), qdf_do_div_rem(index, 8), \
8045 QDF_SET_BITS((*eht_cap), qdf_do_div_rem(index, 8),\
8048 QDF_GET_BITS((eht_cap), qdf_do_div_rem(index, 8), \
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_internal.h4904 idx = qdf_do_div_rem(qdf_atomic_inc_return(curr_idx), max_entries); in dp_get_frag_hist_next_atomic_idx()