Home
last modified time | relevance | path

Searched refs:sending (Results 1 – 25 of 214) sorted by relevance

123456789

/Linux-v5.10/Documentation/driver-api/serial/
Dserial-rs485.rst68 /* Set logical level for RTS pin equal to 1 when sending: */
70 /* or, set logical level for RTS pin equal to 0 when sending: */
73 /* Set logical level for RTS pin equal to 1 after sending: */
75 /* or, set logical level for RTS pin equal to 0 after sending: */
84 /* Set this flag if you want to receive data even while sending data */
/Linux-v5.10/drivers/net/wireguard/
Dsend.c131 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()
371 if (unlikely(!READ_ONCE(keypair->sending.is_valid))) in wg_packet_send_staged_packets()
373 if (unlikely(wg_birthdate_has_expired(keypair->sending.birthdate, in wg_packet_send_staged_packets()
400 WRITE_ONCE(keypair->sending.is_valid, false); in wg_packet_send_staged_packets()
Dnoise.h32 struct noise_symmetric_key sending; member
/Linux-v5.10/net/dccp/ccids/
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.
/Linux-v5.10/drivers/staging/media/zoran/
DTODO12 Note: only recent ffmpeg has the ability of sending non-raw video via v4l2
14 The original way of sending video was via mplayer vo_zr/vo_zr2, but it does not compile
/Linux-v5.10/Documentation/sparc/
Dconsole.rst1 Steps for sending 'break' on sunhv console
/Linux-v5.10/drivers/macintosh/
Dadb-iop.c31 sending, enumerator
161 adb_iop_state = sending; in adb_iop_start()
Dvia-macii.c111 sending, enumerator
347 macii_state = sending; in macii_start()
421 case sending: in macii_interrupt()
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/huawei/
Dhinic.rst58 Application Programmable Interface commands(API CMD) - Interface for sending
61 Management (MGMT) - the PF to MGMT channel that uses API CMD for sending MGMT
77 Command Queues(CMDQ) - The queues for sending commands for IO management and is
/Linux-v5.10/net/sunrpc/
Dxprt.c224 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt()
227 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt()
290 rpc_sleep_on_timeout(&xprt->sending, task, NULL, in xprt_reserve_xprt_cong()
293 rpc_sleep_on(&xprt->sending, task, NULL); in xprt_reserve_xprt_cong()
327 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next()
342 if (rpc_wake_up_first_on_wq(xprtiod_workqueue, &xprt->sending, in __xprt_lock_write_next_cong()
1415 rpc_wake_up_queued_task_set_status(&xprt->sending, in xprt_prepare_transmit()
1490 xprt->stat.sending_u += xprt->sending.qlen; in xprt_request_transmit()
1498 rpc_wake_up_queued_task_set_status(&xprt->sending, task, status); in xprt_request_transmit()
1883 rpc_init_wait_queue(&xprt->sending, "xprt_sending"); in xprt_init()
[all …]
/Linux-v5.10/Documentation/admin-guide/blockdev/drbd/
Ddisk-states-8.dot15 Failed -> Diskless [ label = "sending notify to peer" ]
/Linux-v5.10/net/batman-adv/
Dtp_meter.c434 if (!atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_sender_shutdown()
467 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_reset_sender_timer()
487 if (atomic_read(&tp_vars->sending) == 0) in batadv_tp_sender_timeout()
646 if (unlikely(atomic_read(&tp_vars->sending) == 0)) in batadv_tp_recv_ack()
848 while (atomic_read(&tp_vars->sending) != 0) { in batadv_tp_send()
871 if (atomic_dec_and_test(&tp_vars->sending)) in batadv_tp_send()
986 atomic_set(&tp_vars->sending, 1); in batadv_tp_start()
/Linux-v5.10/tools/usb/usbip/src/
Dusbip_network.c96 int sending) in usbip_net_xmit() argument
105 if (sending) in usbip_net_xmit()
/Linux-v5.10/Documentation/ABI/obsolete/
Dsysfs-driver-intel_pmc_bxt1 These files allow sending arbitrary IPC commands to the PMC/SCU which
/Linux-v5.10/drivers/block/rnbd/
DREADME69 2. Client requests to open a device by sending RNBD_MSG_OPEN message. This
79 4. Client closes a device by sending RNBD_MSG_CLOSE which contains only the
/Linux-v5.10/net/ax25/
DTODO17 Check socket locking when ax25_rcv is sending to raw sockets. In particular
/Linux-v5.10/net/can/
DKconfig38 sending of RTR frames, and cyclic CAN messages without permanent user
51 msg sending and can optionally modify routed CAN frames on the fly.
/Linux-v5.10/Documentation/userspace-api/media/rc/
Dlirc-dev-intro.rst49 LIRC supports some modes of receiving and sending IR codes, as shown
58 This mode is for both sending and receiving IR.
60 For transmitting (aka sending), create a ``struct lirc_scancode`` with
/Linux-v5.10/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset64 situation by sending a message to guests using these VFs, and
83 situation by sending a message to guests using these VFs, and
/Linux-v5.10/Documentation/timers/
Dno_hz.rst68 If a CPU is idle, there is little point in sending it a scheduling-clock
73 The CONFIG_NO_HZ_IDLE=y Kconfig option causes the kernel to avoid sending
81 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.
271 this CPU, so there is no point in sending a scheduling-clock
/Linux-v5.10/Documentation/process/
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
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
319 Does not work for sending patches.
/Linux-v5.10/drivers/hid/intel-ish-hid/ishtp/
Dclient.h83 int sending; member
/Linux-v5.10/Documentation/devicetree/bindings/clock/
Dhi3660-clock.txt25 - mboxes: Phandle to the mailbox for sending message to MCU.
/Linux-v5.10/Documentation/driver-api/thermal/
Dx86_pkg_temperature_thermal.rst47 Setting 0, stops sending thermal notifications.
/Linux-v5.10/Documentation/networking/
Dcan_ucan_protocol.rst147 Setup bittiming by sending the structure
248 reported by sending corresponding error frames (see
293 When the device outbound buffers are full it starts sending *NAKs* on

123456789