Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1272 uint32_t bytes_canread = 0; in hvsock_canread_check() local
1290 bytes_canread = vmbus_chan_read_available(pcb->chan); in hvsock_canread_check()
1294 __func__, bytes_canread, advance); in hvsock_canread_check()
1296 if (pcb->rb_init && bytes_canread == (advance + sizeof(uint64_t))) { in hvsock_canread_check()
1312 bytes_canread = vmbus_chan_read_available(pcb->chan); in hvsock_canread_check()
1317 __func__, advance, bytes_canread); in hvsock_canread_check()
1319 if (bytes_canread == 0) in hvsock_canread_check()
1326 if (bytes_canread < in hvsock_canread_check()