Searched refs:outbound (Results 1 – 6 of 6) sorted by relevance
/drivers/hv/ |
D | vmbus_drv.c | 315 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 321 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_intr_mask_show() 322 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 330 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 336 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_read_index_show() 337 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 346 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 352 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_write_index_show() 353 return sprintf(buf, "%d\n", outbound.current_write_index); in out_write_index_show() 362 struct hv_ring_buffer_debug_info outbound; in out_read_bytes_avail_show() local [all …]
|
D | channel.c | 115 &newchannel->outbound, out, send_ringbuffer_size); in vmbus_open() 134 newchannel->outbound.ring_buffer, in vmbus_open() 562 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_close_internal() 635 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, num_vecs, in vmbus_sendpacket_ctl() 748 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_pagebuffer_ctl() 830 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_mpb_desc() 893 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_multipagebuffer()
|
/drivers/net/hyperv/ |
D | netvsc.c | 669 (hv_ringbuf_avail_percent(&channel->outbound) > in netvsc_send_completion() 757 u32 ring_avail = hv_ringbuf_avail_percent(&out_channel->outbound); in netvsc_send_pkt()
|
D | netvsc_drv.c | 154 hv_get_ringbuffer_availbytes(&chn->outbound, &aread, in netvsc_close()
|
/drivers/net/ |
D | Kconfig | 228 int "Number of outbound queue entries"
|
/drivers/block/ |
D | rbd.c | 3269 const void *outbound, in rbd_obj_method_sync() argument 3316 ceph_pagelist_append(pagelist, outbound, outbound_size); in rbd_obj_method_sync()
|