Lines Matching refs:rxbufpost
446 uint16 rxbufpost; member
3244 prot->rxbufpost = 0;
3611 prot->rxbufpost = 0;
3779 if (prot->rxbufpost <= (prot->max_rxbufpost - RXBUFPOST_THRESHOLD)) {
4472 fillbufs = prot->max_rxbufpost - prot->rxbufpost;
4478 DHD_ERROR(("Current posted host buf count %d \n", prot->rxbufpost));
4489 prot->rxbufpost += (uint16)retcount;
4495 fillbufs = prot->max_rxbufpost - prot->rxbufpost;
7080 if (prot->rxbufpost >= rxcnt) {
7081 prot->rxbufpost -= (uint16)rxcnt;
7084 prot->rxbufpost = 0;
7088 if (prot->rxbufpost <= (prot->max_rxbufpost - RXBUFPOST_THRESHOLD))
9631 dhd->prot->max_rxbufpost, dhd->prot->rxbufpost);
9643 bcm_bprintf(strbuf, "%14s", "H2DRxPost", prot->rxbufpost);
10456 prot->max_rxbufpost, prot->rxbufpost));