Searched refs:IFB_MBRp (Results 1 – 2 of 2) sorted by relevance
2057 if ( ifbp->IFB_MBp[ifbp->IFB_MBRp] == 0xFFFF ) { in hcf_get_info()2058 ifbp->IFB_MBRp = 0; //;?Probably superfluous in hcf_get_info()2060 q = &ifbp->IFB_MBp[ifbp->IFB_MBRp]; in hcf_get_info()2061 ifbp->IFB_MBRp += *q + 1; //update read pointer in hcf_get_info()2062 if ( ifbp->IFB_MBp[ifbp->IFB_MBRp] == 0xFFFF ) { in hcf_get_info()2063 ifbp->IFB_MBRp = 0; in hcf_get_info()2065 ifbp->IFB_MBInfoLen = ifbp->IFB_MBp[ifbp->IFB_MBRp]; in hcf_get_info()2281 ifbp->IFB_MBWp = ifbp->IFB_MBRp = 0; in hcf_put_info()4748 if ( ifbp->IFB_MBRp > ifbp->IFB_MBWp ) { in put_info_mb()4749 tlen = ifbp->IFB_MBRp - ifbp->IFB_MBWp; /* 2a*/ in put_info_mb()[all …]
308 hcf_16 IFB_MBRp; // zero-based read index into the MailBox member