| /linux/Documentation/scsi/ |
| H A D | hptiop.rst | 110 All queued requests are handled via inbound/outbound queue port. 115 - Get a free request packet by reading the inbound queue port or 118 The value returned from the inbound queue port is an offset 125 - Post the packet to IOP by writing it to inbound queue. For requests 126 allocated in IOP memory, write the offset to inbound queue port. For 128 to the inbound queue port. 147 Non-queued requests (reset/flush etc) can be sent via inbound message 149 of an inbound message. 155 All queued requests are handled via inbound/outbound list. 165 Fill a free inbound list unit with the physical address and the size of [all …]
|
| H A D | arcmsr_spec.rst | 40 offset 0xa00 for inbound message code message_rwbuffer 61 (inbound queue port) 152 ->offset 0xa00 :for inbound message code message_rwbuffer 167 ->offset 0xa00 for inbound message code message_rwbuffer
|
| /linux/Documentation/arch/arm/ |
| H A D | cluster-pm-race-avoidance.rst | 90 state value into two parts (the "cluster" state and "inbound" state) and 222 as seen by a CPU tearing the cluster down. The "inbound side" is the 237 "inbound" state: The state of the cluster on the inbound side. 266 Transitions ===##> can only be made by the inbound CPU, and only 267 involve changes to the "inbound" state, except where there is no 280 The parallelism of the inbound and outbound CPUs is observed by 296 <cluster state>/<inbound state> (<transitioner>) 299 can occur; either the inbound or the outbound side. 304 CLUSTER_DOWN/INBOUND_COMING_UP (inbound) 317 In this state, an inbound CPU sets up the cluster, including [all …]
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 411 struct hv_ring_buffer_debug_info inbound; in in_intr_mask_show() 417 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_read_index_show() 421 return sysfs_emit(buf, "%d\n", inbound.current_interrupt_mask); in in_read_index_show() 429 struct hv_ring_buffer_debug_info inbound; in in_read_index_show() 435 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, &inbound); in in_write_index_show() 439 return sysfs_emit(buf, "%d\n", inbound.current_read_index); in in_write_index_show() 447 struct hv_ring_buffer_debug_info inbound; in in_write_index_show() 453 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->inbound, in in_read_bytes_avail_show() 401 struct hv_ring_buffer_debug_info inbound; in_intr_mask_show() local 419 struct hv_ring_buffer_debug_info inbound; in_read_index_show() local 437 struct hv_ring_buffer_debug_info inbound; in_write_index_show() local 456 struct hv_ring_buffer_debug_info inbound; in_read_bytes_avail_show() local 475 struct hv_ring_buffer_debug_info inbound; in_write_bytes_avail_show() local [all...] |
| H A D | ring_buffer.c | 181 mutex_init(&channel->inbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 465 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_first() 525 struct hv_ring_buffer_info *rbi = &channel->inbound; in __hv_pkt_iter_next() 573 struct hv_ring_buffer_info *rbi = &channel->inbound; in hv_pkt_iter_close()
|
| H A D | connection.c | 429 if (likely(hv_end_read(&channel->inbound) == 0)) in vmbus_on_event() 432 hv_begin_read(&channel->inbound); in vmbus_on_event()
|
| H A D | channel.c | 154 hv_ringbuffer_cleanup(&channel->inbound); in vmbus_free_ring() 701 err = hv_ringbuffer_init(&newchannel->inbound, &page[send_pages], in __vmbus_open() 785 hv_ringbuffer_cleanup(&newchannel->inbound); in __vmbus_open()
|
| /linux/arch/arm/common/ |
| H A D | mcpm_entry.c | 92 sync_cache_r(&c->inbound); in __mcpm_outbound_enter_critical() 93 if (c->inbound == INBOUND_COMING_UP) in __mcpm_outbound_enter_critical() 437 mcpm_sync.clusters[i].inbound = INBOUND_NOT_COMING_UP; in mcpm_sync_init()
|
| /linux/Documentation/ABI/testing/ |
| H A 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/Documentation/driver-api/rapidio/ |
| H A D | tsi721.rst | 9 It supports maintenance read and write operations, inbound and outbound RapidIO 10 doorbells, inbound maintenance port-writes and RapidIO messaging. 17 For inbound messages this driver uses destination ID matching to forward messages
|
| H A D | mport_cdev.rst | 46 - Configure/Map mport's inbound requests window(s) for specific size,
|
| /linux/arch/arm/include/asm/ |
| H A D | mcpm.h | 294 s8 inbound __aligned(__CACHE_WRITEBACK_GRANULE);
|
| /linux/drivers/pci/controller/mobiveil/ |
| H A D | Kconfig | 32 Soft IP. It has up to 8 outbound and inbound windows
|
| /linux/Documentation/networking/ |
| H A D | secid.rst | 19 If this is an inbound flow, the label is derived from the IPSec security
|
| /linux/Documentation/ABI/stable/ |
| H A D | firewire-cdev | 42 link layers, reception of inbound requests to such 44 to inbound requests
|
| H A D | sysfs-bus-vmbus | 160 Description: Number of guest to host interrupts caused by the inbound ring
|
| /linux/include/net/sctp/ |
| H A D | ulpevent.h | 79 __u16 inbound,
|
| /linux/include/linux/netfilter/ |
| H A D | nf_conntrack_pptp.h | 309 int (*inbound)(struct sk_buff *skb, member
|
| /linux/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 187 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable() 195 u32 readable = hv_get_bytes_to_read(&chan->inbound); in hvs_channel_readable_payload()
|
| /linux/net/ipv4/netfilter/ |
| H A D | nf_nat_pptp.c | 235 /* inbound packets == from PAC to PNS */ in pptp_inbound_pkt() 276 pr_debug("unknown inbound packet %s\n", pptp_msg_name(msg)); in pptp_inbound_pkt() 306 .inbound = pptp_inbound_pkt, in nf_nat_helper_pptp_init()
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | ti-pci.txt | 52 - num-ib-windows : number of inbound address translation windows
|
| /linux/net/sctp/ |
| H A D | ulpevent.c | 117 __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) in sctp_ulpevent_make_assoc_change() argument 213 sac->sac_inbound_streams = inbound; in sctp_ulpevent_make_assoc_change()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r8a774c0-cat874.dts | 293 /* Map all possible DDR as inbound ranges */
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc.c | 1738 (ret || hv_end_read(&channel->inbound)) && 1740 hv_begin_read(&channel->inbound); in netvsc_channel_cb() 1755 struct hv_ring_buffer_info *rbi = &channel->inbound; in netvsc_channel_cb()
|
| /linux/Documentation/PCI/ |
| H A D | boot-interrupts.rst | 12 On PCI Express, interrupts are represented with either MSI or inbound
|