Searched defs:pushed (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_scan.c54 static int pushed = 0; /* is a token pushed */ variable
55 static token lasttok; /* last token, if pushed */
149 if (pushed) {
150 pushed = 0;
315 pushed = 1;
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_rx.c682 unsigned int pushed = *pushedp; local
688 if (pushed == wptr)
700 wptr, pushed & erp->er_mask);
H A Def10_tx.c203 * TX push collector, but not pushed the doorbell (e.g. after a crash).
473 * hardware decides not to use the pushed descriptor.
479 __in unsigned int pushed)
489 id = pushed & etp->et_mask;
476 ef10_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
H A Defx_rx.c1044 unsigned int pushed = *pushedp; local
1049 /* All descriptors are pushed */
1063 wptr, pushed & erp->er_mask);
H A Defx_tx.c83 __in unsigned int pushed);
391 __in unsigned int pushed)
398 etxop->etxo_qpush(etp, added, pushed);
769 __in unsigned int pushed)
787 wptr, pushed & etp->et_mask);
388 efx_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
766 siena_tx_qpush( __in efx_txq_t *etp, __in unsigned int added, __in unsigned int pushed) argument
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_tx.c2088 unsigned int pushed = stp->st_added; local
2165 if (stp->st_added - pushed >= SFXGE_TX_BATCH) {
2166 efx_tx_qpush(stp->st_etp, stp->st_added, pushed);
2167 pushed = stp->st_added;
2226 if (stp->st_added != pushed)
2227 efx_tx_qpush(stp->st_etp, stp->st_added, pushed);

Completed in 78 milliseconds