/linux-4.1.27/Documentation/scsi/ |
D | hptiop.txt | 84 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 …]
|
D | arcmsr_spec.txt | 21 ** offset 0xa00 : for outbound message code message_rwbuffer 68 ** ->offset 0xa00 :for outbound message code message_rwbuffer
|
/linux-4.1.27/drivers/hv/ |
D | vmbus_drv.c | 286 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 …]
|
D | channel.c | 105 &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/ |
D | cluster-pm-race-avoidance.txt | 205 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 …]
|
D | IXP4xx | 74 3b. Limited outbound PCI window
|
/linux-4.1.27/Documentation/rapidio/ |
D | tsi721.txt | 7 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/ |
D | secid.txt | 7 If this is an outbound flow, the label is derived from the socket, if any, or
|
D | ipvlan.txt | 48 used before packets are queued on the outbound device. In this mode the slaves
|
D | xfrm_sync.txt | 31 - the replay sequence for both inbound and outbound
|
D | cxgb.txt | 76 to offload portions of outbound TCP processing to a network interface card
|
D | altera_tse.txt | 190 statistic is the number of outbound packets not transmitted even though an
|
/linux-4.1.27/include/net/sctp/ |
D | ulpevent.h | 83 __u16 outbound,
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | xgene-pci.txt | 14 - ranges: ranges for the outbound memory, I/O regions.
|
/linux-4.1.27/net/sctp/ |
D | ulpevent.c | 128 __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/ |
D | firewire-cdev | 71 outbound asynchronous transaction completion or isochronous
|
/linux-4.1.27/arch/arm/common/ |
D | mcpm_head.S | 142 @ If the outbound gave up before teardown started, skip cluster setup:
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-fcoe | 76 outbound FC frames and pack them in Ethernet packets to
|
/linux-4.1.27/drivers/net/hyperv/ |
D | netvsc.c | 658 (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/ |
D | hyperv.h | 673 struct hv_ring_buffer_info outbound; /* send to parent */ member
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 221 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/ |
D | virtex440-ml510.dts | 347 * that inbound and outbound pci transactions work
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 214 int "Number of outbound queue entries"
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 328 enqueue command it inserts a plug into the outbound queue that
|
/linux-4.1.27/drivers/block/ |
D | rbd.c | 3253 const void *outbound, in rbd_obj_method_sync() argument 3300 ceph_pagelist_append(pagelist, outbound, outbound_size); in rbd_obj_method_sync()
|