HomeSort by: relevance | last modified time | path
    Searched defs:txc_deferred_transmit (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_vioif.c 271 void *txc_deferred_transmit; member in struct:vioif_tx_context
1511 txc->txc_deferred_transmit = softint_establish(softint_flags,
1513 if (txc->txc_deferred_transmit == NULL) {
1535 if (txc->txc_deferred_transmit != NULL)
1536 softint_disestablish(txc->txc_deferred_transmit);
1580 softint_disestablish(txc->txc_deferred_transmit);
2204 softint_schedule(txc->txc_deferred_transmit);
2227 softint_schedule(txc->txc_deferred_transmit);

Completed in 102 milliseconds