Home
last modified time | relevance | path

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

/drivers/hv/
A Dvmbus_drv.c390 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() local
396 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_intr_mask_show()
408 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() local
414 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show()
426 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() local
432 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show()
445 struct hv_ring_buffer_debug_info inbound; in in_read_bytes_avail_show() local
451 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_bytes_avail_show()
464 struct hv_ring_buffer_debug_info inbound; in in_write_bytes_avail_show() local
470 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_bytes_avail_show()
[all …]
A Dring_buffer.c181 mutex_init(&channel->inbound.ring_buffer_mutex); in hv_ringbuffer_pre_init()
466 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_first()
526 struct hv_ring_buffer_info *rbi = &channel->inbound; in __hv_pkt_iter_next()
574 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_close()
A Dconnection.c426 if (likely(hv_end_read(&channel->inbound) == 0)) in vmbus_on_event()
429 hv_begin_read(&channel->inbound); in vmbus_on_event()
A Dchannel.c154 hv_ringbuffer_cleanup(&channel->inbound); in vmbus_free_ring()
684 err = hv_ringbuffer_init(&newchannel->inbound, &page[send_pages], in __vmbus_open()
767 hv_ringbuffer_cleanup(&newchannel->inbound); in __vmbus_open()
/drivers/soc/qcom/
A Dsmp2p.c160 struct list_head inbound; member
239 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
250 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_notify_in()
549 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe()
611 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe()
654 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe()
679 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()
/drivers/uio/
A Duio_hv_generic.c70 channel->inbound.ring_buffer->interrupt_mask = !irq_state; in set_event()
114 chan->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_channel_cb()
187 new_sc->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_new_channel()
231 dev->channel->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_open()
/drivers/net/ppp/
A Dppp_async.c108 int len, int inbound);
945 int len, int inbound) in async_lcp_peek() argument
961 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek()
970 if (!inbound) { in async_lcp_peek()
981 } else if (inbound) in async_lcp_peek()
992 if (inbound) in async_lcp_peek()
999 if (inbound) in async_lcp_peek()
A Dppp_generic.c283 static void ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound);
3105 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) in ppp_ccp_peek() argument
3124 if(inbound) in ppp_ccp_peek()
3152 if (inbound) { in ppp_ccp_peek()
3175 if (inbound) { in ppp_ccp_peek()
/drivers/pci/controller/mobiveil/
A DKconfig32 Soft IP. It has up to 8 outbound and inbound windows
/drivers/perf/
A Dxgene_pmu.c310 XGENE_PMU_EVENT_ATTR(csw-inbound-dirty, 0x16),
454 XGENE_PMU_EVENT_ATTR(cswlf-inbound-snoop-fifo-backpressure, 0x2a),
456 XGENE_PMU_EVENT_ATTR(cswlf-inbound-gack-fifo-backpressure, 0x2c),
458 XGENE_PMU_EVENT_ATTR(cswlf-inbound-data-fifo-backpressure, 0x2e),
459 XGENE_PMU_EVENT_ATTR(cswlf-inbound-req-backpressure, 0x2f),
/drivers/net/hyperv/
A Dnetvsc.c1728 (ret || hv_end_read(&channel->inbound)) && in netvsc_poll()
1730 hv_begin_read(&channel->inbound); in netvsc_poll()
1745 struct hv_ring_buffer_info *rbi = &channel->inbound; in netvsc_channel_cb()
A Dnetvsc_drv.c170 aread = hv_get_bytes_to_read(&chn->inbound); in netvsc_wait_until_empty()
/drivers/pci/
A DKconfig51 generate an interrupt using an inbound Memory Write on its
/drivers/net/
A DKconfig405 int "Number of inbound queue entries"
/drivers/block/
A Drbd.c4672 void *inbound, in rbd_obj_method_sync() argument
4709 memcpy(inbound, page_address(reply_page), inbound_size); in rbd_obj_method_sync()
/drivers/scsi/lpfc/
A Dlpfc_sli.c21265 int inbound = 0; /* number of sg reply entries inbound from firmware */ in lpfc_wqe_bpl2sgl() local
21316 inbound++; in lpfc_wqe_bpl2sgl()
21318 if (inbound == 1) in lpfc_wqe_bpl2sgl()

Completed in 88 milliseconds