/Linux-v4.19/Documentation/scsi/ |
D | hptiop.txt | 84 All queued requests are handled via inbound/outbound queue port. 89 - Get a free request packet by reading the inbound queue port or 92 The value returned from the inbound queue port is an offset 99 - Post the packet to IOP by writing it to inbound queue. For requests 100 allocated in IOP memory, write the offset to inbound queue port. For 102 to the inbound queue port. 121 Non-queued requests (reset/flush etc) can be sent via inbound message 123 of an inbound message. 129 All queued requests are handled via inbound/outbound list. 139 Fill a free inbound list unit with the physical address and the size of [all …]
|
D | arcmsr_spec.txt | 19 ** offset 0xa00 : for inbound message code message_rwbuffer 29 ** (inbound queue port) Request frame must be 32 bytes aligned 82 ** ->offset 0xa00 :for inbound message code message_rwbuffer 94 ** ->offset 0xa00 : for inbound message code message_rwbuffer
|
/Linux-v4.19/drivers/hv/ |
D | vmbus_drv.c | 383 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() local 387 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_intr_mask_show() 388 return sprintf(buf, "%d\n", inbound.current_interrupt_mask); in in_intr_mask_show() 396 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() local 400 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show() 401 return sprintf(buf, "%d\n", inbound.current_read_index); in in_read_index_show() 409 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() local 413 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show() 414 return sprintf(buf, "%d\n", inbound.current_write_index); in in_write_index_show() 423 struct hv_ring_buffer_debug_info inbound; in in_read_bytes_avail_show() local [all …]
|
D | ring_buffer.c | 384 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_first() 408 struct hv_ring_buffer_info *rbi = &channel->inbound; in __hv_pkt_iter_next() 455 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_close()
|
D | connection.c | 371 if (likely(hv_end_read(&channel->inbound) == 0)) in vmbus_on_event() 374 hv_begin_read(&channel->inbound); in vmbus_on_event()
|
D | channel.c | 139 ret = hv_ringbuffer_init(&newchannel->inbound, in vmbus_open() 241 hv_ringbuffer_cleanup(&newchannel->inbound); in vmbus_open() 659 hv_ringbuffer_cleanup(&channel->inbound); in vmbus_close_internal()
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,smp2p.txt | 38 Definition: two identifiers of the inbound and outbound smem items used 52 Each SMP2P pair contain a set of inbound and outbound entries, these are 59 Definition: specifies the name of this entry, for inbound entries this 67 Definition: marks the entry as inbound; the node should be specified 85 inbound and one outbound entry:
|
/Linux-v4.19/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 83 state value into two parts (the "cluster" state and "inbound" state) and 206 as seen by a CPU tearing the cluster down. The "inbound side" is the 221 "inbound" state: The state of the cluster on the inbound side. 250 Transitions ===##> can only be made by the inbound CPU, and only 251 involve changes to the "inbound" state, except where there is no 264 The parallelism of the inbound and outbound CPUs is observed by 280 <cluster state>/<inbound state> (<transitioner>) 283 can occur; either the inbound or the outbound side. 288 Next state: CLUSTER_DOWN/INBOUND_COMING_UP (inbound) 300 In this state, an inbound CPU sets up the cluster, including [all …]
|
/Linux-v4.19/drivers/soc/qcom/ |
D | smp2p.c | 155 struct list_head inbound; member 210 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr() 221 list_for_each_entry(entry, &smp2p->inbound, node) { in qcom_smp2p_intr() 463 INIT_LIST_HEAD(&smp2p->inbound); in qcom_smp2p_probe() 527 list_add(&entry->node, &smp2p->inbound); in qcom_smp2p_probe() 553 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_probe() 576 list_for_each_entry(entry, &smp2p->inbound, node) in qcom_smp2p_remove()
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | mobiveil-pcie.txt | 4 has up to 8 outbound and inbound windows for the address translation. 23 - ppio-wins : number of requested ppio inbound windows 24 default 1 inbound memory window is configured.
|
D | brcm,iproc-pcie.txt | 30 - dma-ranges: Some PAXB-based root complexes do not have inbound mapping done 32 the mapping, based on inbound memory regions specified by this property.
|
D | xgene-pci.txt | 15 - dma-ranges: ranges for the inbound memory regions.
|
D | rcar-pci.txt | 26 - dma-ranges: ranges for the inbound memory regions.
|
D | cdns,cdns-pcie-host.txt | 23 number of least significant bits kept during inbound (PCIe -> AXI) address
|
D | designware-pcie.txt | 22 - num-ib-windows: number of inbound address translation windows
|
/Linux-v4.19/drivers/uio/ |
D | uio_hv_generic.c | 84 dev->channel->inbound.ring_buffer->interrupt_mask = !irq_state; in hv_uio_irqcontrol() 99 chan->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_channel_cb() 169 new_sc->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_new_channel() 215 dev->channel->inbound.ring_buffer->interrupt_mask = 1; in hv_uio_probe()
|
/Linux-v4.19/drivers/net/ppp/ |
D | ppp_async.c | 111 int len, int inbound); 955 int len, int inbound) in async_lcp_peek() argument 971 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek() 980 if (!inbound) { in async_lcp_peek() 991 } else if (inbound) in async_lcp_peek() 1002 if (inbound) in async_lcp_peek() 1009 if (inbound) in async_lcp_peek()
|
/Linux-v4.19/arch/arm/common/ |
D | mcpm_entry.c | 95 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 96 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 440 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-rpmsg | 23 inbound messages arrive to this address, the rpmsg core 41 inbound messages arrive to this address, the rpmsg core 49 and it is listening for inbound messages that may be sent
|
/Linux-v4.19/Documentation/rapidio/ |
D | tsi721.txt | 7 It supports maintenance read and write operations, inbound and outbound RapidIO 8 doorbells, inbound maintenance port-writes and RapidIO messaging. 15 For inbound messages this driver uses destination ID matching to forward messages
|
/Linux-v4.19/arch/arm/include/asm/ |
D | mcpm.h | 297 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
|
/Linux-v4.19/Documentation/networking/ |
D | secid.txt | 13 If this is an inbound flow, the label is derived from the IPSec security
|
D | xfrm_proc.txt | 25 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | firewire-cdev | 36 link layers, reception of inbound requests to such 38 to inbound requests
|
/Linux-v4.19/include/net/sctp/ |
D | ulpevent.h | 94 __u16 inbound,
|