Searched refs:npend (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/arn/ |
H A D | arn_mac.c | 153 uint32_t npend; in ath9k_hw_numtxpending() local 155 npend = REG_READ(ah, AR_QSTS(q)) & AR_Q_STS_PEND_FR_CNT; in ath9k_hw_numtxpending() 156 if (npend == 0) { in ath9k_hw_numtxpending() 159 npend = 1; in ath9k_hw_numtxpending() 162 return (npend); in ath9k_hw_numtxpending()
|
H A D | arn_xmit.c | 1546 int i, status, npend = 0; in arn_drain_txdataq() local 1556 npend += ath9k_hw_numtxpending(ah, in arn_drain_txdataq() 1562 if (npend) { in arn_drain_txdataq()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | cyclic.c | 1147 uint32_t pend, npend, opend; in cyclic_softint() local 1187 npend = pend - 1; in cyclic_softint() 1223 atomic_cas_32(&cyclic->cy_pend, pend, npend)) != in cyclic_softint() 1263 } while (npend > 0); in cyclic_softint()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.c | 278 struct node *npref, *npend, *np1, *np2; in tname_dup_to_epname() local 290 npend = NULL; in tname_dup_to_epname() 301 npend = np1; in tname_dup_to_epname() 323 ! (npref == NULL || npref == npend); in tname_dup_to_epname()
|
H A D | eval.c | 1014 struct node *npstart, *npcont, *npend, *npref, *newnp, *nprest; in eval_dup() local 1064 npend = np2f; in eval_dup() 1069 npend = np2t; in eval_dup() 1097 for (npref = npcont; npref != NULL && npref != npend; in eval_dup()
|