/linux-4.4.14/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-4.4.14/drivers/hv/ |
D | vmbus_drv.c | 381 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() local 385 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_intr_mask_show() 386 return sprintf(buf, "%d\n", inbound.current_interrupt_mask); in in_intr_mask_show() 394 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() local 398 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show() 399 return sprintf(buf, "%d\n", inbound.current_read_index); in in_read_index_show() 407 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() local 411 hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show() 412 return sprintf(buf, "%d\n", inbound.current_write_index); in in_write_index_show() 421 struct hv_ring_buffer_debug_info inbound; in in_read_bytes_avail_show() local [all …]
|
D | channel.c | 123 &newchannel->inbound, in, recv_ringbuffer_size); in vmbus_open() 547 hv_ringbuffer_cleanup(&channel->inbound); in vmbus_close_internal() 915 ret = hv_ringbuffer_peek(&channel->inbound, &desc, in vmbus_recvpacket() 935 ret = hv_ringbuffer_read(&channel->inbound, buffer, userlen, in vmbus_recvpacket() 961 ret = hv_ringbuffer_peek(&channel->inbound, &desc, in vmbus_recvpacket_raw() 977 ret = hv_ringbuffer_read(&channel->inbound, buffer, packetlen, 0, in vmbus_recvpacket_raw()
|
D | connection.c | 358 hv_begin_read(&channel->inbound); in process_chn_event() 361 bytes_to_read = hv_end_read(&channel->inbound); in process_chn_event()
|
/linux-4.4.14/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 …]
|
D | IXP4xx | 67 3a. Limited inbound PCI window
|
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/net/ppp/ |
D | ppp_async.c | 111 int len, int inbound); 956 int len, int inbound) in async_lcp_peek() argument 972 if (code == (inbound? CONFACK: CONFREQ)) { in async_lcp_peek() 981 if (!inbound) { in async_lcp_peek() 992 } else if (inbound) in async_lcp_peek() 1003 if (inbound) in async_lcp_peek() 1010 if (inbound) in async_lcp_peek()
|
D | ppp_generic.c | 268 static void ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound); 2493 ppp_ccp_peek(struct ppp *ppp, struct sk_buff *skb, int inbound) in ppp_ccp_peek() argument 2512 if(inbound) in ppp_ccp_peek() 2540 if (inbound) { in ppp_ccp_peek() 2563 if (inbound) { in ppp_ccp_peek()
|
/linux-4.4.14/arch/arm/common/ |
D | mcpm_entry.c | 94 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 95 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 438 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | mcpm.h | 297 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
|
/linux-4.4.14/Documentation/networking/ |
D | secid.txt | 13 If this is an inbound flow, the label is derived from the IPSec security
|
D | xfrm_proc.txt | 23 i.e. Either inbound SPI, address, or IPsec protocol at SA is wrong
|
D | xfrm_sync.txt | 31 - the replay sequence for both inbound and outbound
|
D | bonding.txt | 2112 receiving inbound traffic.
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | firewire-cdev | 36 link layers, reception of inbound requests to such 38 to inbound requests
|
/linux-4.4.14/include/net/sctp/ |
D | ulpevent.h | 84 __u16 inbound,
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | rcar-pci.txt | 12 - dma-ranges: ranges for the inbound memory regions.
|
D | xgene-pci.txt | 15 - dma-ranges: ranges for the inbound memory regions.
|
/linux-4.4.14/Documentation/isdn/ |
D | README.sc | 194 ii) add the outgoing and inbound telephone numbers 230 NOTE: A "*" in the inbound telephone number specifies that a call can be 243 ii) add the inbound telephone number 265 the inbound telephone numbers to the outgoing telephone numbers of the MLPPP
|
/linux-4.4.14/Documentation/ |
D | rpmsg.txt | 55 a unique rpmsg local address (a 32-bit integer). This way when inbound messages 58 with the payload of the inbound message). 158 inbound messages arrive, they are dispatched by the rpmsg bus using the 172 relevant inbound messages arrive (i.e. messages which their dst address
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dsim.txt | 35 port node inbound:
|
/linux-4.4.14/net/sctp/ |
D | ulpevent.c | 129 __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) in sctp_ulpevent_make_assoc_change() argument 227 sac->sac_inbound_streams = inbound; in sctp_ulpevent_make_assoc_change()
|
/linux-4.4.14/drivers/pci/ |
D | Kconfig | 15 generate an interrupt using an inbound Memory Write on its
|
/linux-4.4.14/include/linux/ |
D | hyperv.h | 664 struct hv_ring_buffer_info inbound; /* receive from parent */ member
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | taishan.dts | 390 large-inbound-windows;
|
D | icon.dts | 293 large-inbound-windows;
|
D | katmai.dts | 283 large-inbound-windows;
|
D | virtex440-ml510.dts | 347 * that inbound and outbound pci transactions work
|
D | canyonlands.dts | 429 large-inbound-windows;
|
D | glacier.dts | 466 large-inbound-windows;
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 219 ANSI) and expect inbound data to take the form of one of these supported 228 require inbound data to take the form of a particular terminal type, nor do
|
D | pci_iov_resource_on_powernv.txt | 43 For DMA, MSIs and inbound PCIe error messages, we have a table (in
|
/linux-4.4.14/drivers/net/hyperv/ |
D | netvsc_drv.c | 146 hv_get_ringbuffer_availbytes(&chn->inbound, &aread, in netvsc_close()
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 127 idea to stop inbound DMA transfers before freeing the memory
|
/linux-4.4.14/drivers/net/ |
D | Kconfig | 233 int "Number of inbound queue entries"
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 3280 void *inbound, in rbd_obj_method_sync() argument 3347 ceph_copy_from_page_vector(pages, inbound, 0, obj_request->xferred); in rbd_obj_method_sync()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | r8a7791.dtsi | 1566 /* Map all possible DDR as inbound ranges */
|
D | r8a7790.dtsi | 1576 /* Map all possible DDR as inbound ranges */
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 8062 int inbound = 0; /* number of sg reply entries inbound from firmware */ in lpfc_sli4_bpl2sgl() local 8109 inbound++; in lpfc_sli4_bpl2sgl() 8111 if (inbound == 1) in lpfc_sli4_bpl2sgl()
|