Searched refs:npend (Results 1 – 4 of 4) sorted by relevance
550 u_int32_t npend; in ar9300_num_tx_pending() local554 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ar9300_num_tx_pending()555 if (npend == 0) { in ar9300_num_tx_pending()562 npend = 1; /* arbitrarily return 1 */ in ar9300_num_tx_pending()566 if (npend && (AH9300(ah)->ah_txq[q].tqi_type == HAL_TX_QUEUE_CAB)) { in ar9300_num_tx_pending()574 HALASSERT((npend == 0) || in ar9300_num_tx_pending()577 return npend; in ar9300_num_tx_pending()
385 double npend ; in splinerel() local404 npend = (1.0*dxnew)/dynew; in splinerel()405 if (( npend == pend) && (sigpend == sg)) in splinerel()409 pend = npend; in splinerel()
567 uint32_t npend; in ar5212NumTxPending() local572 npend = OS_REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ar5212NumTxPending()573 if (npend == 0) { in ar5212NumTxPending()580 npend = 1; /* arbitrarily return 1 */ in ar5212NumTxPending()582 return npend; in ar5212NumTxPending()
2717 register char *npend; /* character after last */ in nextvar() local2738 npend = &name[MAXVARLEN]; in nextvar()2739 while (cp < cpend && np < npend && *cp != ',' && *cp != '=' in nextvar()2746 if (np == npend && !(cp == cpend || *cp == ',' || *cp == '=' || in nextvar()2773 npend = &value[MAXVALLEN]; in nextvar()2774 while (cp < cpend && np < npend && ((*cp != ',') || quoted)) in nextvar()2783 if (np == npend && (quoted || *cp != ',')) in nextvar()