Home | History | Annotate | Download | only in src

Lines Matching full:ps_frame_info

293     phLlcNfc_Frame_t            *ps_frame_info = NULL;
309 ps_frame_info = &(ps_llc_ctxt->s_frameinfo);
310 ps_recv_pkt = &(ps_frame_info->s_recvpacket);
311 ps_store_frame = &(ps_frame_info->s_send_store);
312 count = ps_frame_info->s_send_store.start_pos;
315 PH_LLCNFC_DEBUG("SENT frame type : 0x%02X\n", ps_frame_info->sent_frame_type);
316 PH_LLCNFC_DEBUG("WRITE PENDING : 0x%02X\n", ps_frame_info->write_pending);
317 PH_LLCNFC_DEBUG("WRITE PENDING status : 0x%04X\n", ps_frame_info->write_status);
318 PH_LLCNFC_DEBUG("WRITE wait frame type : 0x%02X\n", ps_frame_info->write_wait_call);
322 switch(ps_frame_info->sent_frame_type)
334 PHNFCSTATUS (ps_frame_info->write_status))
336 ps_frame_info->write_status = NFCSTATUS_PENDING;
347 ps_frame_info->sent_frame_type = write_resp_received;
368 ps_frame_info->sent_frame_type = write_resp_received;
371 PHNFCSTATUS (ps_frame_info->write_status))
373 ps_frame_info->write_status = NFCSTATUS_PENDING;
382 count = ps_frame_info->n_s;
385 ps_frame_info->sent_frame_type = write_resp_received;
390 ps_frame_info->n_s = ((ps_frame_info->n_s + 1) %
399 PHNFCSTATUS (ps_frame_info->write_status))
401 ps_frame_info->write_status = NFCSTATUS_PENDING;
407 PH_LLCNFC_MOD_NS_NR) == ps_frame_info->n_s) &&
408 (ps_frame_info->window_size == ps_store_frame->winsize_cnt))
445 ps_frame_info->sent_frame_type = write_resp_received;
458 ps_frame_info->s_send_store.winsize_cnt);
463 PHNFCSTATUS(ps_frame_info->write_status))
465 ps_frame_info->write_status = NFCSTATUS_PENDING;
478 PHNFCSTATUS(ps_frame_info->write_status))
480 ps_frame_info->write_status = NFCSTATUS_PENDING;
498 if (NFCSTATUS_BUSY == PHNFCSTATUS(ps_frame_info->write_status))
500 ps_frame_info->write_status = NFCSTATUS_PENDING;
505 ps_frame_info->window_size)
538 ps_frame_info->sent_frame_type = write_resp_received;
543 PHNFCSTATUS(ps_frame_info->write_status))
545 ps_frame_info->write_status = NFCSTATUS_PENDING;
554 ps_frame_info->sent_frame_type = write_resp_received;
559 PHNFCSTATUS(ps_frame_info->write_status))
561 ps_frame_info->write_status = NFCSTATUS_PENDING;
579 PHNFCSTATUS(ps_frame_info->write_status))
581 ps_frame_info->write_status = NFCSTATUS_PENDING;
594 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
596 if(ps_frame_info->s_send_store.winsize_cnt > 0)
599 &(ps_frame_info->s_send_store));
611 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
613 if(ps_frame_info->s_send_store.winsize_cnt > 0)
616 &(ps_frame_info->s_send_store), 0);
664 phLlcNfc_Frame_t *ps_frame_info = NULL;
675 ps_frame_info = &(ps_llc_ctxt->s_frameinfo);
676 ps_recv_pkt = &(ps_frame_info->s_recvpacket);
701 if ((init_u_rset_frame == ps_frame_info->sent_frame_type) &&
734 PH_LLCNFC_DEBUG("WIN SIZE : 0x%02X\n", ps_frame_info->s_send_store.winsize_cnt);
786 else if (ps_frame_info->recv_error_count <
791 PH_LLCNFC_DEBUG("RECV ERROR COUNT : 0x%02X\n", ps_frame_info->recv_error_count);
793 ps_frame_info->recv_error_count = (uint8_t)
794 (ps_frame_info->recv_error_count + 1);
832 else if (ps_frame_info->recv_error_count >=
859 ps_frame_info->recv_error_count = (uint8_t)
860 (ps_frame_info->recv_error_count + 1);
887 ps_frame_info->recv_error_count = (uint8_t)
888 (ps_frame_info->recv_error_count + 1);
899 ps_frame_info->recv_error_count = (uint8_t)
900 (ps_frame_info->recv_error_count + 1);
923 ps_frame_info->recv_error_count = (uint8_t)
924 (ps_frame_info->recv_error_count + 1);
935 ps_frame_info->recv_error_count = (uint8_t)
936 (ps_frame_info->recv_error_count + 1);
970 phLlcNfc_Frame_t *ps_frame_info = NULL;
973 ps_frame_info = &(psLlcCtxt->s_frameinfo);
974 ps_recv_pkt = &(ps_frame_info->s_recvpacket);
1024 (TRUE == ps_frame_info->upper_recv_call))
1026 ps_frame_info->upper_recv_call = FALSE;