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

/freebsd-11-stable/sys/dev/hyperv/vmbus/
H A Dvmbus_chan.c1023 boolean_t send_evt; local
1044 error = vmbus_txbr_write(&chan->ch_txbr, iov, 3, &send_evt);
1045 if (!error && send_evt)
1057 boolean_t send_evt; local
1083 error = vmbus_txbr_write(&chan->ch_txbr, iov, 4, &send_evt);
1084 if (!error && send_evt)
1097 boolean_t send_evt; local
1124 error = vmbus_txbr_write(&chan->ch_txbr, iov, 4, &send_evt);
1125 if (!error && send_evt)

Completed in 87 milliseconds