Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_off_chan_tx.c535 uint32_t nbytes_copy; in p2p_update_noa_stream() local
564 nbytes_copy = (p2p_ie + orig_len + 2) - tx_ctx->buf; in p2p_update_noa_stream()
567 noa_len, orig_len, p2p_ie, buf_len, nbytes_copy); in p2p_update_noa_stream()
1838 uint32_t nbytes_copy; in p2p_execute_tx_action_frame() local
1906 nbytes_copy = (p2p_ie + orig_len + 2) - tx_ctx->buf; in p2p_execute_tx_action_frame()
1907 qdf_mem_copy(frame, tx_ctx->buf, nbytes_copy); in p2p_execute_tx_action_frame()
1908 qdf_mem_copy((frame + nbytes_copy), noa_stream, in p2p_execute_tx_action_frame()
1910 qdf_mem_copy((frame + nbytes_copy + noa_len), in p2p_execute_tx_action_frame()
1911 tx_ctx->buf + nbytes_copy, in p2p_execute_tx_action_frame()
1912 buf_len - nbytes_copy - noa_len); in p2p_execute_tx_action_frame()