Searched refs:txDone (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp77 sem_id txDone; member in struct:__anon10
531 info->txDone = create_sem(1, "virtio_net_tx");
532 if (info->rxDone < B_OK || info->txDone < B_OK)
565 delete_sem(info->txDone);
566 info->rxDone = info->txDone = -1;
580 delete_sem(info->txDone);
581 info->rxDone = info->txDone = -1;
664 release_sem_etc(info->txDone, 1, B_DO_NOT_RESCHEDULE);
682 status_t status = acquire_sem(info->txDone);
684 ERROR("acquire_sem(txDone) faile
[all...]

Completed in 76 milliseconds