Searched refs:pn_ie_cnt (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 957 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 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 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 D | ol_txrx_htt_api.h | 651 uint16_t seq_num_end, uint8_t pn_ie_cnt, uint8_t *pn_ie);
|