Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/scsi/
Dhptiop.txt84 All queued requests are handled via inbound/outbound queue port.
105 will be put into outbound queue. An outbound interrupt will be
109 outbound queue.
112 is posted to the outbound queue. If IOP_REQUEST_FLAG_OUTPUT_CONTEXT
116 - The host read the outbound queue and complete the request.
119 by writing it to the outbound queue.
122 register 0. An outbound message with the same value indicates the completion
129 All queued requests are handled via inbound/outbound list.
149 free outbound list unit and the index of the outbound list unit will be
150 put into the copy pointer shadow register. An outbound interrupt will be
[all …]
Darcmsr_spec.txt21 ** offset 0xa00 : for outbound message code message_rwbuffer
68 ** ->offset 0xa00 :for outbound message code message_rwbuffer
/linux-4.1.27/drivers/hv/
Dvmbus_drv.c286 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local
290 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_intr_mask_show()
291 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show()
299 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local
303 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_read_index_show()
304 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show()
313 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local
317 hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, &outbound); in out_write_index_show()
318 return sprintf(buf, "%d\n", outbound.current_write_index); in out_write_index_show()
327 struct hv_ring_buffer_debug_info outbound; in out_read_bytes_avail_show() local
[all …]
Dchannel.c105 &newchannel->outbound, out, send_ringbuffer_size); in vmbus_open()
124 newchannel->outbound.ring_buffer, in vmbus_open()
537 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_close_internal()
612 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_ctl()
715 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_pagebuffer_ctl()
788 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_mpb_desc()
851 ret = hv_ringbuffer_write(&channel->outbound, bufferlist, 3, &signal); in vmbus_sendpacket_multipagebuffer()
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt205 In this discussion, the "outbound side" is the view of the cluster state
215 on the outbound side:
247 Transitions -----> can only be made by the outbound CPU, and
252 further transition possible on the outbound side (i.e., the
253 outbound CPU has put the cluster into the CLUSTER_DOWN state).
264 The parallelism of the inbound and outbound CPUs is observed by
283 can occur; either the inbound or the outbound side.
338 Next state: CLUSTER_GOING_DOWN/INBOUND_NOT_COMING_UP (outbound)
345 An outbound CPU is tearing the cluster down. The selected CPU
353 To avoid wasteful unnecessary teardown operations, the outbound
[all …]
DIXP4xx74 3b. Limited outbound PCI window
/linux-4.1.27/Documentation/rapidio/
Dtsi721.txt7 It supports maintenance read and write operations, inbound and outbound RapidIO
12 destination IDs without need for changes in outbound window translation.
/linux-4.1.27/Documentation/networking/
Dsecid.txt7 If this is an outbound flow, the label is derived from the socket, if any, or
Dipvlan.txt48 used before packets are queued on the outbound device. In this mode the slaves
Dxfrm_sync.txt31 - the replay sequence for both inbound and outbound
Dcxgb.txt76 to offload portions of outbound TCP processing to a network interface card
Daltera_tse.txt190 statistic is the number of outbound packets not transmitted even though an
/linux-4.1.27/include/net/sctp/
Dulpevent.h83 __u16 outbound,
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dxgene-pci.txt14 - ranges: ranges for the outbound memory, I/O regions.
/linux-4.1.27/net/sctp/
Dulpevent.c128 __u16 flags, __u16 state, __u16 error, __u16 outbound, in sctp_ulpevent_make_assoc_change() argument
226 sac->sac_outbound_streams = outbound; in sctp_ulpevent_make_assoc_change()
/linux-4.1.27/Documentation/ABI/stable/
Dfirewire-cdev71 outbound asynchronous transaction completion or isochronous
/linux-4.1.27/arch/arm/common/
Dmcpm_head.S142 @ If the outbound gave up before teardown started, skip cluster setup:
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe76 outbound FC frames and pack them in Ethernet packets to
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc.c658 (hv_ringbuf_avail_percent(&channel->outbound) > in netvsc_send_completion()
794 if (hv_ringbuf_avail_percent(&out_channel->outbound) < in netvsc_send_pkt()
/linux-4.1.27/include/linux/
Dhyperv.h673 struct hv_ring_buffer_info outbound; /* send to parent */ member
/linux-4.1.27/Documentation/powerpc/
Dhvcs.txt221 convert, outbound data into the terminal type of the terminal which invoked
229 they cook outbound data to a particular terminal type.
/linux-4.1.27/arch/powerpc/boot/dts/
Dvirtex440-ml510.dts347 * that inbound and outbound pci transactions work
/linux-4.1.27/drivers/net/
DKconfig214 int "Number of outbound queue entries"
/linux-4.1.27/net/sched/
DKconfig328 enqueue command it inserts a plug into the outbound queue that
/linux-4.1.27/drivers/block/
Drbd.c3253 const void *outbound, in rbd_obj_method_sync() argument
3300 ceph_pagelist_append(pagelist, outbound, outbound_size); in rbd_obj_method_sync()