Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_htt.c268 uint16_t peer_id, frag_ind; in dp_htt_t2h_msg_handler_fast() local
271 frag_ind = HTT_RX_DATA_IND_FRAG_GET(*(msg_word + 1)); in dp_htt_t2h_msg_handler_fast()
274 if (qdf_unlikely(frag_ind)) { in dp_htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c1043 uint8_t offload_ind, frag_ind; in htt_t2h_msg_handler() local
1058 frag_ind = HTT_RX_IN_ORD_PADDR_IND_FRAG_GET(*msg_word); in htt_t2h_msg_handler()
1063 frag_ind); in htt_t2h_msg_handler()
1065 if (qdf_unlikely(frag_ind)) { in htt_t2h_msg_handler()
1423 u_int8_t offload_ind, frag_ind; in htt_t2h_msg_handler_fast() local
1444 frag_ind = HTT_RX_IN_ORD_PADDR_IND_FRAG_GET( in htt_t2h_msg_handler_fast()
1447 if (qdf_unlikely(frag_ind)) { in htt_t2h_msg_handler_fast()
H A Dhtt_rx_ll.c1501 uint8_t offload_ind, frag_ind; in htt_rx_amsdu_rx_in_order_pop_ll() local
1519 frag_ind = HTT_RX_IN_ORD_PADDR_IND_FRAG_GET(*msg_word); in htt_rx_amsdu_rx_in_order_pop_ll()
1525 ol_rx_update_histogram_stats(msdu_count, frag_ind, offload_ind); in htt_rx_amsdu_rx_in_order_pop_ll()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx.h108 uint8_t frag_ind, uint8_t offload_ind);
H A Dol_rx.c232 void ol_rx_update_histogram_stats(uint32_t msdu_count, uint8_t frag_ind, in ol_rx_update_histogram_stats() argument
265 if (frag_ind) in ol_rx_update_histogram_stats()