Searched refs:p_retry_cmd (Results 1 – 3 of 3) sorted by relevance
131 if (p_i93->p_retry_cmd != NULL) { in nfa_rw_sys_disable()132 GKI_freebuf(p_i93->p_retry_cmd); in nfa_rw_sys_disable()133 p_i93->p_retry_cmd = NULL; in nfa_rw_sys_disable()
655 if (rw_cb.tcb.i93.p_retry_cmd) { in rw_i93_send_to_lower()656 GKI_freebuf(rw_cb.tcb.i93.p_retry_cmd); in rw_i93_send_to_lower()657 rw_cb.tcb.i93.p_retry_cmd = nullptr; in rw_i93_send_to_lower()662 rw_cb.tcb.i93.p_retry_cmd = (NFC_HDR*)GKI_getpoolbuf(NFC_RW_POOL_ID); in rw_i93_send_to_lower()664 if (rw_cb.tcb.i93.p_retry_cmd && in rw_i93_send_to_lower()666 memcpy(rw_cb.tcb.i93.p_retry_cmd, p_msg, msg_size); in rw_i93_send_to_lower()3173 (rw_cb.tcb.i93.p_retry_cmd) && in rw_i93_process_timeout()3179 p_buf = rw_cb.tcb.i93.p_retry_cmd; in rw_i93_process_timeout()3180 rw_cb.tcb.i93.p_retry_cmd = nullptr; in rw_i93_process_timeout()3188 if (rw_cb.tcb.i93.p_retry_cmd) { in rw_i93_process_timeout()[all …]
783 NFC_HDR* p_retry_cmd; /* buffer to store cmd sent last */ member