Home
last modified time | relevance | path

Searched refs:pending_snd_sz (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus_br.c197 uint32_t pending_snd_sz, canwrite_size; in vmbus_rxbr_need_signal() local
205 pending_snd_sz = rbr->rxbr_psndsz; in vmbus_rxbr_need_signal()
207 if (!pending_snd_sz) in vmbus_rxbr_need_signal()
215 if (canwrite_size - bytes_read > pending_snd_sz) in vmbus_rxbr_need_signal()
222 if (canwrite_size <= pending_snd_sz) in vmbus_rxbr_need_signal()