Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_send.c761 u_int32_t *msg_word_header, u_int32_t **msg_word_payload, in ol_tx_get_txtstamps() argument
774 has_tx_tsf = HTT_TX_COMPL_IND_APPEND1_GET(*msg_word_header); in ol_tx_get_txtstamps()
783 has_retry = HTT_TX_COMPL_IND_APPEND_GET(*msg_word_header); in ol_tx_get_txtstamps()
807 u_int32_t *msg_word_header, u_int32_t **msg_word_payload, in ol_tx_get_txtstamp64s() argument
819 has_tx_tstamp64 = HTT_TX_COMPL_IND_APPEND3_GET(*msg_word_header); in ol_tx_get_txtstamp64s()
824 has_rssi = HTT_TX_COMPL_IND_APPEND2_GET(*msg_word_header); in ol_tx_get_txtstamp64s()
848 u_int32_t *msg_word_header, u_int32_t **msg_word_payload, in ol_tx_get_txtstamps() argument
856 u_int32_t *msg_word_header, u_int32_t **msg_word_payload, in ol_tx_get_txtstamp64s() argument
1035 u_int32_t *msg_word_header = (u_int32_t *)msg; in ol_tx_completion_handler() local
1037 u_int32_t *msg_word_payload = msg_word_header + 1; in ol_tx_completion_handler()
[all …]