Searched refs:seq_num_end (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 257 uint16_t seq_num_start, seq_num_end; in htt_t2h_lp_msg_handler() local 270 seq_num_end = in htt_t2h_lp_msg_handler() 276 seq_num_start, seq_num_end, action); in htt_t2h_lp_msg_handler() 958 uint16_t seq_num_start, seq_num_end; in htt_t2h_msg_handler() local 975 seq_num_end = HTT_RX_PN_IND_SEQ_NUM_END_GET(*msg_word); in htt_t2h_msg_handler() 991 seq_num_start, seq_num_end, in htt_t2h_msg_handler() 1337 int seq_num_start, seq_num_end; in htt_t2h_msg_handler_fast() local 1354 seq_num_end = in htt_t2h_msg_handler_fast() 1372 seq_num_start, seq_num_end, pn_ie_cnt, pn_ie); in htt_t2h_msg_handler_fast() 1511 unsigned int *seq_num_end) in htt_rx_ind_flush_seq_num_range() argument [all …]
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_rx_reorder.h | 39 unsigned int seq_num_start, unsigned int seq_num_end); 46 unsigned int seq_num_end, enum htt_rx_flush_action action);
|
H A D | ol_rx_reorder.c | 682 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie) in ol_rx_pn_ind_handler() argument 720 seq_num_end &= win_sz_mask; in ol_rx_pn_ind_handler() 819 } while (seq_num != seq_num_end); in ol_rx_pn_ind_handler()
|
H A D | ol_rx.c | 521 unsigned int seq_num_start = 0, seq_num_end = 0; in ol_rx_indication_handler() local 558 &seq_num_start, &seq_num_end); in ol_rx_indication_handler() 574 seq_num_end, htt_rx_flush_release); in ol_rx_indication_handler() 587 &seq_num_start, &seq_num_end); in ol_rx_indication_handler() 786 seq_num_end); in ol_rx_indication_handler()
|
H A D | ol_rx_defrag.c | 310 uint16_t seq_num_start, seq_num_end; in ol_rx_frag_indication_handler() local 333 &seq_num_end); in ol_rx_frag_indication_handler()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_rx_api.h | 220 unsigned *seq_num_start, unsigned *seq_num_end); 272 unsigned int *seq_num_end); 955 uint16_t *seq_num_start, uint16_t *seq_num_end);
|
H A D | ol_txrx_htt_api.h | 614 uint16_t seq_num_end, enum htt_rx_flush_action action); 651 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie);
|