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

/linux-master/drivers/hv/
H A Dvmbus_drv.c289 struct hv_ring_buffer_debug_info outbound; local
295 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound,
296 &outbound);
300 return sysfs_emit(buf, "%d\n", outbound.current_interrupt_mask);
308 struct hv_ring_buffer_debug_info outbound; local
314 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound,
315 &outbound);
318 return sysfs_emit(buf, "%d\n", outbound.current_read_index);
327 struct hv_ring_buffer_debug_info outbound; local
333 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound,
346 struct hv_ring_buffer_debug_info outbound; local
365 struct hv_ring_buffer_debug_info outbound; local
[all...]
H A Dring_buffer.c54 struct hv_ring_buffer_info *rbi = &channel->outbound;
181 mutex_init(&channel->outbound.ring_buffer_mutex);
268 struct hv_ring_buffer_info *rinfo = &channel->outbound;
286 struct hv_ring_buffer_info *outring_info = &channel->outbound;
H A Dchannel.c152 hv_ringbuffer_cleanup(&channel->outbound);
678 err = hv_ringbuffer_init(&newchannel->outbound,
765 hv_ringbuffer_cleanup(&newchannel->outbound);
/linux-master/drivers/soc/qcom/
H A Dsmp2p.c36 * GPIO for each outbound entry and a virtual interrupt controller for each
119 * @out: pointer to the outbound smem item
126 * @remote_pid: processor id of the outbound edge
127 * @ipc_regmap: regmap for the outbound ipc
133 * @outbound: list of outbound entries
160 struct list_head outbound; member in struct:qcom_smp2p
536 INIT_LIST_HEAD(&smp2p->outbound);
610 list_add(&entry->node, &smp2p->outbound);
650 list_for_each_entry(entry, &smp2p->outbound, nod
[all...]
/linux-master/include/net/sctp/
H A Dulpevent.h78 __u16 outbound,
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_pptp.h304 int (*outbound)(struct sk_buff *skb, member in struct:nf_nat_pptp_hook
/linux-master/include/linux/
H A Dhyperv.h863 struct hv_ring_buffer_info outbound; /* send to parent */ member in struct:vmbus_channel
873 * Guest to host interrupts caused by the outbound ring buffer changing
879 * Indicates that a full outbound ring buffer was encountered. The flag
880 * is set to true when a full outbound ring buffer is encountered and
881 * set to false when a write to the outbound ring buffer is completed.
1033 * outbound ring buffer.
1039 * full outbound ring buffer.
1129 spin_lock_irqsave(&c->outbound.ring_lock, flags);
1136 spin_unlock_irqrestore(&c->outbound.ring_lock, flags);
1141 c->outbound
[all...]
/linux-master/net/vmw_vsock/
H A Dhyperv_transport.c216 u32 writeable = hv_get_bytes_to_write(&chan->outbound);
257 if (hv_get_bytes_to_write(&chan->outbound) > 0)
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_pptp.c118 /* outbound packets == from PNS to PAC */
168 pr_debug("unknown outbound packet 0x%04x:%s\n", msg,
299 .outbound = pptp_outbound_pkt,
/linux-master/arch/arm/common/
H A Dmcpm_head.S140 @ If the outbound gave up before teardown started, skip cluster setup:
/linux-master/net/sctp/
H A Dulpevent.c116 __u16 flags, __u16 state, __u16 error, __u16 outbound,
212 sac->sac_outbound_streams = outbound;
114 sctp_ulpevent_make_assoc_change( const struct sctp_association *asoc, __u16 flags, __u16 state, __u16 error, __u16 outbound, __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) argument
/linux-master/drivers/scsi/
H A Dstorvsc_drv.c1359 * At this point, all outbound traffic should be disable. We
1477 &channel->outbound)
1489 &outgoing_channel->outbound)
1506 &channel->outbound)
/linux-master/net/netfilter/
H A Dnf_conntrack_pptp.c392 pr_debug("outbound control message %s\n", pptp_msg_name(msg));
461 return hook->outbound(skb, ct, ctinfo, protoff, ctlh, pptpReq);
/linux-master/drivers/perf/
H A Dxgene_pmu.c462 XGENE_PMU_EVENT_ATTR(cswlf-outbound-req-fifo-full, 0x29),
464 XGENE_PMU_EVENT_ATTR(cswlf-outbound-lack-fifo-full, 0x2b),
466 XGENE_PMU_EVENT_ATTR(cswlf-outbound-data-fifo-full, 0x2d),
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c804 (hv_get_avail_to_write_percent(&channel->outbound) >
1070 u32 ring_avail = hv_get_avail_to_write_percent(&out_channel->outbound);
H A Dnetvsc_drv.c173 aread = hv_get_bytes_to_read(&chn->outbound);
/linux-master/drivers/block/
H A Drbd.c4664 * returned in the outbound buffer, or a negative error code.
4670 const void *outbound,
4683 * also supply outbound data--parameters for the object
4687 if (outbound) {
4695 memcpy(page_address(req_page), outbound, outbound_size);
4666 rbd_obj_method_sync(struct rbd_device *rbd_dev, struct ceph_object_id *oid, struct ceph_object_locator *oloc, const char *method_name, const void *outbound, size_t outbound_size, void *inbound, size_t inbound_size) argument

Completed in 222 milliseconds