Lines Matching refs:ps_frame_info
364 phLlcNfc_Frame_t *ps_frame_info = NULL; in phLlcNfc_Send() local
389 ps_frame_info = &(ps_llc_ctxt->s_frameinfo); in phLlcNfc_Send()
390 ps_store_frame = &(ps_frame_info->s_send_store); in phLlcNfc_Send()
412 if ((TRUE != ps_frame_info->write_pending) && in phLlcNfc_Send()
414 ps_frame_info->read_pending)) in phLlcNfc_Send()
418 if (1 == ps_frame_info->s_send_store.winsize_cnt) in phLlcNfc_Send()
431 ps_frame_info->write_status = result; in phLlcNfc_Send()
435 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_Send()
436 ((resend_i_frame == ps_frame_info->write_wait_call) ? in phLlcNfc_Send()
437 ps_frame_info->write_wait_call : user_i_frame); in phLlcNfc_Send()
443 ps_frame_info->n_s); in phLlcNfc_Send()
447 ps_frame_info->sent_frame_type = user_i_frame; in phLlcNfc_Send()
459 ps_frame_info->write_status = PHNFCSTVAL(CID_NFC_LLC, NFCSTATUS_BUSY); in phLlcNfc_Send()
460 ps_frame_info->write_wait_call = (phLlcNfc_eSentFrameType_t) in phLlcNfc_Send()
461 ((resend_i_frame == ps_frame_info->write_wait_call) ? in phLlcNfc_Send()
462 ps_frame_info->write_wait_call : user_i_frame); in phLlcNfc_Send()