/kernel/linux/linux-5.10/drivers/hv/ |
H A D | vmbus_drv.c | 330 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 336 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_intr_mask_show() 337 &outbound); in out_intr_mask_show() 341 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 349 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 355 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_read_index_show() 356 &outbound); in out_read_index_show() 359 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 368 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 374 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_write_index_show() 387 struct hv_ring_buffer_debug_info outbound; out_read_bytes_avail_show() local 406 struct hv_ring_buffer_debug_info outbound; out_write_bytes_avail_show() local [all...] |
H A D | ring_buffer.c | 52 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write() 188 mutex_init(&channel->outbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 256 struct hv_ring_buffer_info *rinfo = &channel->outbound; in hv_ringbuffer_spinlock_busy() 273 struct hv_ring_buffer_info *outring_info = &channel->outbound; in hv_ringbuffer_write()
|
H A D | channel.c | 151 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_free_ring() 530 err = hv_ringbuffer_init(&newchannel->outbound, page, send_pages); in __vmbus_open() 627 hv_ringbuffer_cleanup(&newchannel->outbound); in __vmbus_open()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | vmbus_drv.c | 295 struct hv_ring_buffer_debug_info outbound; in out_intr_mask_show() local 301 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_intr_mask_show() 302 &outbound); in out_intr_mask_show() 306 return sprintf(buf, "%d\n", outbound.current_interrupt_mask); in out_intr_mask_show() 314 struct hv_ring_buffer_debug_info outbound; in out_read_index_show() local 320 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_read_index_show() 321 &outbound); in out_read_index_show() 324 return sprintf(buf, "%d\n", outbound.current_read_index); in out_read_index_show() 333 struct hv_ring_buffer_debug_info outbound; in out_write_index_show() local 339 ret = hv_ringbuffer_get_debuginfo(&hv_dev->channel->outbound, in out_write_index_show() 352 struct hv_ring_buffer_debug_info outbound; out_read_bytes_avail_show() local 371 struct hv_ring_buffer_debug_info outbound; out_write_bytes_avail_show() local [all...] |
H A D | ring_buffer.c | 54 struct hv_ring_buffer_info *rbi = &channel->outbound; in hv_signal_on_write() 181 mutex_init(&channel->outbound.ring_buffer_mutex); in hv_ringbuffer_pre_init() 268 struct hv_ring_buffer_info *rinfo = &channel->outbound; in hv_ringbuffer_spinlock_busy() 286 struct hv_ring_buffer_info *outring_info = &channel->outbound; in hv_ringbuffer_write()
|
H A D | channel.c | 152 hv_ringbuffer_cleanup(&channel->outbound); in vmbus_free_ring() 697 err = hv_ringbuffer_init(&newchannel->outbound, in __vmbus_open() 784 hv_ringbuffer_cleanup(&newchannel->outbound); in __vmbus_open()
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | smp2p.c | 35 * GPIO for each outbound entry and a virtual interrupt controller for each 118 * @remote_pid: processor id of the outbound edge 119 * @ipc_regmap: regmap for the outbound ipc 125 * @outbound: list of outbound entries 148 struct list_head outbound; member 458 INIT_LIST_HEAD(&smp2p->outbound); in qcom_smp2p_probe() 525 list_add(&entry->node, &smp2p->outbound); in qcom_smp2p_probe() 548 list_for_each_entry(entry, &smp2p->outbound, node) in qcom_smp2p_probe() 571 list_for_each_entry(entry, &smp2p->outbound, nod in qcom_smp2p_remove() [all...] |
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smp2p.c | 36 * GPIO for each outbound entry and a virtual interrupt controller for each 119 * @out: pointer to the outbound smem item 126 * @remote_pid: processor id of the outbound edge 127 * @ipc_regmap: regmap for the outbound ipc 133 * @outbound: list of outbound entries 160 struct list_head outbound; member 534 INIT_LIST_HEAD(&smp2p->outbound); in qcom_smp2p_probe() 608 list_add(&entry->node, &smp2p->outbound); in qcom_smp2p_probe() 648 list_for_each_entry(entry, &smp2p->outbound, nod in qcom_smp2p_probe() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 797 struct hv_ring_buffer_info outbound; /* send to parent */ member 807 * Guest to host interrupts caused by the outbound ring buffer changing 813 * Indicates that a full outbound ring buffer was encountered. The flag 814 * is set to true when a full outbound ring buffer is encountered and 815 * set to false when a write to the outbound ring buffer is completed. 967 * outbound ring buffer. 973 * full outbound ring buffer. 1026 spin_lock_irqsave(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1033 spin_unlock_irqrestore(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1038 c->outbound in set_channel_pending_send_size() [all...] |
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | ulpevent.h | 78 __u16 outbound,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | ulpevent.h | 78 __u16 outbound,
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | nf_conntrack_pptp.h | 304 int (*outbound)(struct sk_buff *skb, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hyperv.h | 842 struct hv_ring_buffer_info outbound; /* send to parent */ member 852 * Guest to host interrupts caused by the outbound ring buffer changing 858 * Indicates that a full outbound ring buffer was encountered. The flag 859 * is set to true when a full outbound ring buffer is encountered and 860 * set to false when a write to the outbound ring buffer is completed. 1012 * outbound ring buffer. 1018 * full outbound ring buffer. 1108 spin_lock_irqsave(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1115 spin_unlock_irqrestore(&c->outbound.ring_lock, flags); in set_channel_pending_send_size() 1120 c->outbound in set_channel_pending_send_size() [all...] |
/kernel/linux/linux-5.10/net/vmw_vsock/ |
H A D | hyperv_transport.c | 213 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() 248 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
|
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | hyperv_transport.c | 216 u32 writeable = hv_get_bytes_to_write(&chan->outbound); in hvs_channel_writable_bytes() 257 if (hv_get_bytes_to_write(&chan->outbound) > 0) in hvs_channel_cb()
|
/kernel/linux/linux-5.10/arch/arm/common/ |
H A D | mcpm_head.S | 138 @ If the outbound gave up before teardown started, skip cluster setup:
|
/kernel/linux/linux-6.6/arch/arm/common/ |
H A D | mcpm_head.S | 140 @ If the outbound gave up before teardown started, skip cluster setup:
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_nat_pptp.c | 118 /* outbound packets == from PNS to PAC */ 168 pr_debug("unknown outbound packet 0x%04x:%s\n", msg, in pptp_outbound_pkt() 299 .outbound = pptp_outbound_pkt,
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ulpevent.c | 116 __u16 flags, __u16 state, __u16 error, __u16 outbound, in sctp_ulpevent_make_assoc_change() 212 sac->sac_outbound_streams = outbound; in sctp_ulpevent_make_assoc_change() 114 sctp_ulpevent_make_assoc_change( const struct sctp_association *asoc, __u16 flags, __u16 state, __u16 error, __u16 outbound, __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_assoc_change() argument
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ulpevent.c | 116 __u16 flags, __u16 state, __u16 error, __u16 outbound, in sctp_ulpevent_make_assoc_change() 212 sac->sac_outbound_streams = outbound; in sctp_ulpevent_make_assoc_change() 114 sctp_ulpevent_make_assoc_change( const struct sctp_association *asoc, __u16 flags, __u16 state, __u16 error, __u16 outbound, __u16 inbound, struct sctp_chunk *chunk, gfp_t gfp) sctp_ulpevent_make_assoc_change() argument
|
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc.c | 737 (hv_get_avail_to_write_percent(&channel->outbound) > in netvsc_send_tx_complete() 882 u32 ring_avail = hv_get_avail_to_write_percent(&out_channel->outbound); in netvsc_send_pkt()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | xgene_pmu.c | 467 XGENE_PMU_EVENT_ATTR(cswlf-outbound-req-fifo-full, 0x29), 469 XGENE_PMU_EVENT_ATTR(cswlf-outbound-lack-fifo-full, 0x2b), 471 XGENE_PMU_EVENT_ATTR(cswlf-outbound-data-fifo-full, 0x2d),
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | storvsc_drv.c | 1315 * At this point, all outbound traffic should be disable. We in storvsc_dev_remove() 1433 &channel->outbound) in storvsc_do_io() 1445 &outgoing_channel->outbound) in storvsc_do_io() 1462 &channel->outbound) in storvsc_do_io()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | storvsc_drv.c | 1359 * At this point, all outbound traffic should be disable. We in storvsc_dev_remove() 1477 &channel->outbound) in storvsc_do_io() 1489 &outgoing_channel->outbound) in storvsc_do_io() 1506 &channel->outbound) in storvsc_do_io()
|
/kernel/linux/linux-6.6/drivers/perf/ |
H A D | xgene_pmu.c | 464 XGENE_PMU_EVENT_ATTR(cswlf-outbound-req-fifo-full, 0x29), 466 XGENE_PMU_EVENT_ATTR(cswlf-outbound-lack-fifo-full, 0x2b), 468 XGENE_PMU_EVENT_ATTR(cswlf-outbound-data-fifo-full, 0x2d),
|