Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_t2h.c957 uint8_t tid, pn_ie_cnt, *pn_ie = NULL; in htt_t2h_msg_handler() local
976 pn_ie_cnt = HTT_RX_PN_IND_PN_IE_CNT_GET(*msg_word); in htt_t2h_msg_handler()
979 pn_ie_cnt * sizeof(uint8_t)) { in htt_t2h_msg_handler()
987 if (pn_ie_cnt) in htt_t2h_msg_handler()
992 pn_ie_cnt, pn_ie); in htt_t2h_msg_handler()
1336 u_int8_t tid, pn_ie_cnt, *pn_ie = NULL; in htt_t2h_msg_handler_fast() local
1356 pn_ie_cnt = in htt_t2h_msg_handler_fast()
1360 pn_ie_cnt * sizeof(uint8_t)) { in htt_t2h_msg_handler_fast()
1368 if (pn_ie_cnt) in htt_t2h_msg_handler_fast()
1372 seq_num_start, seq_num_end, pn_ie_cnt, pn_ie); in htt_t2h_msg_handler_fast()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_reorder.c682 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie) in ol_rx_pn_ind_handler() argument
728 if (pn_ie_cnt && seq_num == (int)(pn_ie[i])) { in ol_rx_pn_ind_handler()
741 pn_ie_cnt--; in ol_rx_pn_ind_handler()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_txrx_htt_api.h651 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie);