Home
last modified time | relevance | path

Searched full:sending (Results 1 – 25 of 2603) sorted by relevance

12345678910>>...105

/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Drs485.yaml22 milliseconds. It corresponds to the delay before sending data.
26 It corresponds to the delay after sending data and actual release
32 description: drive RTS high when sending (this is the default).
36 description: drive RTS low when sending (default is high).
50 description: enables the receiving of data even while sending data.
/openbmc/linux/drivers/hv/
H A Dhv_trace.h145 TP_printk("sending ret %d", __entry->ret)
167 TP_printk("sending child_relid 0x%x, openid %d, "
186 TP_printk("sending child_relid 0x%x, ret %d", __entry->child_relid,
207 TP_printk("sending child_relid 0x%x, gpadl 0x%x, range_buflen %d "
227 TP_printk("sending msgnumber %d, gpadl 0x%x, ret %d",
245 TP_printk("sending child_relid 0x%x, gpadl 0x%x, ret %d",
269 TP_printk("sending vmbus_version_requested %d, target_vcpu 0x%x, "
287 TP_printk("sending child_relid 0x%x, ret %d",
306 TP_printk("sending guest_endpoint_id %pUl, host_service_id %pUl, "
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp21 * @brief Return codes from sending a command
41 * An abstract base class for sending the 'New PEL available' command
68 * @brief Pure virtual function for sending the 'new PEL available'
116 * before sending commands.
240 * was full before sending the PEL again.
246 * before sending up the PELs.
H A Dhost_notifier.hpp27 * The high level good path flow for sending a single PEL is:
42 * sending to the OS, and it's possible it will fill up. In this case,
131 * staging area to hold the PELs before sending them up
203 * @brief Creates the event object to handle sending the PLDM
264 * It kicks off sending the new log commands.
326 * @brief The host full timer, used to retry sending a PEL if the host
332 * @brief The host up timer, used to kick off sending commands to the
/openbmc/linux/drivers/net/wireguard/
H A Dsend.c30 net_dbg_ratelimited("%s: Sending handshake initiation to peer %llu (%pISpfsc)\n", in wg_packet_send_handshake_initiation()
90 net_dbg_ratelimited("%s: Sending handshake response to peer %llu (%pISpfsc)\n", in wg_packet_send_handshake_response()
116 net_dbg_skb_ratelimited("%s: Sending cookie response for denied handshake message for %pISpfsc\n", in wg_packet_send_handshake_cookie()
131 send = keypair && READ_ONCE(keypair->sending.is_valid) && in keep_key_fresh()
134 wg_birthdate_has_expired(keypair->sending.birthdate, REKEY_AFTER_TIME))); in keep_key_fresh()
218 keypair->sending.key); in encrypt_packet()
234 net_dbg_ratelimited("%s: Sending keepalive packet to peer %llu (%pISpfsc)\n", in wg_packet_send_keepalive()
363 if (unlikely(!READ_ONCE(keypair->sending.is_valid))) in wg_packet_send_staged_packets()
365 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets()
392 WRITE_ONCE(keypair->sending.is_valid, false); in wg_packet_send_staged_packets()
/openbmc/linux/Documentation/driver-api/serial/
H A Dserial-rs485.rst77 /* Set logical level for RTS pin equal to 1 when sending: */
79 /* or, set logical level for RTS pin equal to 0 when sending: */
82 /* Set logical level for RTS pin equal to 1 after sending: */
84 /* or, set logical level for RTS pin equal to 0 after sending: */
93 /* Set this flag if you want to receive data even while sending data */
/openbmc/linux/net/dccp/ccids/
H A DKconfig21 where a flow is "reasonably fair" if its sending rate is generally
22 within a factor of two of the sending rate of a TCP flow under the
26 relatively smooth sending rate is of importance.
/openbmc/linux/Documentation/process/
H A Dresearcher-guidelines.rst60 to perceive survey requests as just another demand on their time. Sending
74 To help clarify: sending patches to developers *is* interacting
76 contributions*. Sending intentionally flawed/vulnerable patches or
90 When engaging with the developer community, sending a patch has
103 When sending patches produced from research, the commit logs should
162 organization, and having them help with reviews before sending them to
H A Demail-clients.rst61 and successfully apply it with 'patch' before sending patches to Linux
68 Here are some specific MUA configuration hints for editing and sending
83 In the :menuselection:`Sending Preferences` section:
86 - :menuselection:`Strip Whitespace Before Sending` must be ``disabled``
146 KMail 1.13.5 (KDE 4.5.4), KMail will apply word wrapping when sending
149 long lines, you must make the composer window very wide before sending
344 Does not work for sending patches.
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c654 wcn36xx_err("Sending hal_start failed\n"); in wcn36xx_smd_start()
683 wcn36xx_err("Sending hal_stop failed\n"); in wcn36xx_smd_stop()
721 wcn36xx_err("Sending hal_init_scan failed\n"); in wcn36xx_smd_init_scan()
752 wcn36xx_err("Sending hal_start_scan failed\n"); in wcn36xx_smd_start_scan()
783 wcn36xx_err("Sending hal_end_scan failed\n"); in wcn36xx_smd_end_scan()
825 wcn36xx_err("Sending hal_finish_scan failed\n"); in wcn36xx_smd_finish_scan()
898 wcn36xx_err("Sending hal_start_scan_offload failed\n"); in wcn36xx_smd_start_hw_scan()
926 wcn36xx_err("Sending hal_stop_scan_offload failed\n"); in wcn36xx_smd_stop_hw_scan()
1004 wcn36xx_err("Sending hal_update_channel_list failed\n"); in wcn36xx_smd_update_channel_list()
1052 wcn36xx_err("Sending hal_switch_channel failed\n"); in wcn36xx_smd_switch_channel()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/
H A D0001-sample-Rename-dprintf-to-cyrus_dprintf.patch54 - dprintf(2, "sending response length %d...\n", len);
55 + cyrus_dprintf(2, "sending response length %d...\n", len);
58 - dprintf(2, "sending null response...\n");
59 + cyrus_dprintf(2, "sending null response...\n");
/openbmc/linux/include/uapi/linux/
H A Dif_pppol2tp.h35 __u16 d_tunnel, d_session; /* For sending outgoing packets */
47 __u16 d_tunnel, d_session; /* For sending outgoing packets */
63 __u32 d_tunnel, d_session; /* For sending outgoing packets */
72 __u32 d_tunnel, d_session; /* For sending outgoing packets */
/openbmc/linux/Documentation/networking/device_drivers/can/
H A Dcan327.rst166 For this to function, the controller must be configured for SFF sending
187 If the ELM327's internal UART sending buffer runs full, it will abort
202 Sending RTR frames is not supported and will be dropped silently.
210 However, immediately after sending a frame, the ELM327 will be in
239 after sending a frame. The driver maximizes this time to make the
264 overruns. It may abort sending in the middle of the line, which will
290 An ELM327's UART sending buffer will easily overflow on heavy CAN bus
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.h21 /* Number of IPC fragments after which it's worth sending via DMA */
77 * are at the middle of sending.
78 * if so -need to increase FC counter, otherwise, need to start sending
83 int sending; member
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c66 "%s: sending tur failed, sense %x/%x/%x\n", in tur_done()
100 "%s: sending tur failed with %x\n", in hp_sw_tur()
118 * Sending START STOP UNIT activates the SP.
139 "%s: sending start_stop_unit failed, " in hp_sw_start_stop()
159 "%s: sending start_stop_unit failed, " in hp_sw_start_stop()
/openbmc/qemu/hw/misc/macio/
H A Dtrace-events34 pmu_debug_protocol_resp_size(int size) "sending %d resp bytes"
40 pmu_debug_protocol_cmd_send_resp_size(int len) "sending length byte: %d"
41 pmu_debug_protocol_cmd_send_resp(int pos, int len) "sending byte: %d/%d"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flask-mail_0.9.1.bb1 SUMMARY = "Flask extension for sending email"
2 DESCRIPTION = "A Flask extension for sending email"
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dsendsigs19 echo "Sending all processes the TERM signal..."
22 echo "Sending all processes the KILL signal..."
H A Dsingle18 echo "Sending all processes the TERM signal..."
21 echo "Sending all processes the KILL signal..."
/openbmc/openbmc/meta-google/recipes-phosphor/flash/
H A Ddummy-gbmc-update.bb1 SUMMARY = "Dummy image uploader for sending debug binaries"
2 DESCRIPTION = "Dummy image uploader for sending debug binaries"
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0-dsi.c61 dev_err(dev, "error sending DCS command seq cmd %02x\n", cmd); in s6e63m0_dsi_dcs_write()
73 dev_err(dev, "error sending CMD %02x global param %02x\n", in s6e63m0_dsi_dcs_write()
79 dev_err(dev, "error sending CMD %02x chunk\n", cmd); in s6e63m0_dsi_dcs_write()
/openbmc/linux/drivers/bus/mhi/ep/
H A Dsm.c81 dev_err(dev, "Failed sending M0 state change event\n"); in mhi_ep_set_m0_state()
89 dev_err(dev, "Failed sending AMSS EE event\n"); in mhi_ep_set_m0_state()
118 dev_err(dev, "Failed sending M3 state change event\n"); in mhi_ep_set_m3_state()
/openbmc/linux/Documentation/timers/
H A Dno_hz.rst68 If a CPU is idle, there is little point in sending it a scheduling-clock
77 The CONFIG_NO_HZ_IDLE=y Kconfig option causes the kernel to avoid sending
85 is strong motivation to avoid sending scheduling-clock interrupts to
107 If a CPU has only one runnable task, there is little point in sending it
113 sending scheduling-clock interrupts to CPUs with a single runnable task,
122 again strong motivation to avoid sending scheduling-clock interrupts.
267 this CPU, so there is no point in sending a scheduling-clock
/openbmc/qemu/nbd/
H A Dtrace-events4 nbd_send_option_request(uint32_t opt, const char *name, uint32_t len) "Sending option request %" PR…
34 … len, uint64_t cookie, uint16_t flags, uint16_t type, const char *name) "Sending request to server…
44 nbd_negotiate_send_rep_err(const char *msg) "sending error message \"%s\""
48 nbd_negotiate_send_info(int info, const char *name, uint32_t length) "Sending NBD_REP_INFO type %d …
/openbmc/linux/include/trace/events/
H A Dfsi_master_ast_cf.h113 TP_printk("fsi-acf%d: Sending ABS_ADR %06x",
129 TP_printk("fsi-acf%d: Sending REL_ADR %03x",
143 TP_printk("fsi-acf%d: Sending SAME_ADR",

12345678910>>...105