Home
last modified time | relevance | path

Searched full:send (Results 1 – 25 of 4500) sorted by relevance

12345678910>>...180

/linux-5.10/net/rds/
Dib_send.c151 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument
157 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
159 if (send->s_op) { in rds_ib_send_unmap_op()
160 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op()
161 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
166 if (send->s_op) { in rds_ib_send_unmap_op()
167 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op()
168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
173 if (send->s_op) { in rds_ib_send_unmap_op()
174 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
[all …]
/linux-5.10/net/llc/
Dllc_s_ac.c46 * @skb: the event to send
69 * llc_sap_action_send_xid_c - send XID PDU as response to XID REQ
71 * @skb: the event to send
73 * Send a XID command PDU to MAC layer in response to a XID REQUEST
94 * llc_sap_action_send_xid_r - send XID PDU resp to MAC for received XID
96 * @skb: the event to send
98 * Send XID response PDU to MAC in response to an earlier received XID
125 * llc_sap_action_send_test_c - send TEST PDU to MAC in resp to TEST REQ
127 * @skb: the event to send
129 * Send a TEST command PDU to the MAC layer in response to a TEST REQUEST
[all …]
/linux-5.10/tools/testing/selftests/net/
Dudpgso.c65 int tlen; /* send() buffer size, may exceed mss */
66 bool tfail; /* send() call is expected to fail */
77 /* no GSO: send a single byte */
82 /* no GSO: send a single MSS */
87 /* no GSO: send a single MSS + 1B: fail */
92 /* send a single MSS: will fall back to no GSO */
98 /* send a single MSS + 1B */
105 /* send exactly 2 MSS */
111 /* send 2 MSS + 1B */
118 /* send MAX segs */
[all …]
Dtls.c84 /* Send some data through with ULP but no keys */
93 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
208 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send); in TEST_F()
280 EXPECT_GE(send(self->fd, buf, send_len, 0), 0); in TEST_F()
292 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
303 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
305 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len); in TEST_F()
317 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
509 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2); in TEST_F()
528 EXPECT_GE(send(self->fd, mem_send, send_len, 0), 0); in TEST_F()
[all …]
/linux-5.10/drivers/isdn/hardware/mISDN/
Dnetjet.c76 struct tiger_dma send; member
181 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem()
188 val = card->send.start[idx]; in fill_mem()
191 card->send.start[idx++] = val; in fill_mem()
192 if (idx >= card->send.size) in fill_mem()
208 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger()
227 bc->free = card->send.size / 2; in mode_tiger()
241 bc->free = card->send.size / 2; in mode_tiger()
258 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger()
260 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger()
[all …]
/linux-5.10/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh111 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any.
113 # Send 10 IPv4/UDP packets from port 9. Filter should drop all.
115 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any.
119 # Send 10 IPv4/IPv4/UDP packets from port 8. Filter should not drop any.
122 # Send 10 IPv4/IPv4/UDP packets from port 9. Filter should drop all.
125 # Send 10 IPv4/IPv4/UDP packets from port 10. Filter should not drop any.
130 # Send 10 IPv4/GRE/IPv4/UDP packets from port 8. Filter should not drop any.
133 # Send 10 IPv4/GRE/IPv4/UDP packets from port 9. Filter should drop all.
136 # Send 10 IPv4/GRE/IPv4/UDP packets from port 10. Filter should not drop any.
147 # Send 10 IPv4/UDP packets from port 7. Filter should not drop any.
[all …]
/linux-5.10/include/rdma/
Drdmavt_qp.h59 * RVT_S_SIGNAL_REQ_WR - set if QP send WRs contain completion signaled
60 * RVT_S_BUSY - send tasklet is processing the QP
69 * RVT_S_WAIT_DMA - waiting for send DMA queue to drain before generating
70 * next send completion entry not via send DMA
71 * RVT_S_WAIT_PIO - waiting for a send buffer to be available
75 * RVT_S_WAIT_PSN - waiting for a packet to exit the send DMA queue
77 * RVT_S_SEND_ONE - send one packet, request ACK, then wait for ACK
78 * RVT_S_ECN - a BECN was queued to the send engine
115 * Wait flags that would prevent send work requests from making progress.
140 * Internal send flags
[all …]
Dib_mad.h448 * @seg_count: The number of RMPP segments allocated for this send.
529 * @mad_send_wc: Send work completion information on the sent MAD.
537 * @send_buf: Send buffer if found, else NULL
540 * MADs received in response to a send request operation will be handed to
541 * the user before the send operation completes. All data buffers given
583 * ib_mad_send_wc - MAD send completion information.
584 * @send_buf: Send MAD data buffer associated with the send MAD request.
621 * for the corresponding send request.
652 * ib_register_mad_agent - Register to send/receive MADs.
660 * @rmpp_version: If set, indicates that the client will send
[all …]
/linux-5.10/drivers/misc/vmw_vmci/
Dvmci_route.c37 * them again when we do the actual send to ensure that we do in vmci_route()
50 * cannot send it to the hypervisor. It must come in vmci_route()
57 * We must be acting as a guest in order to send to in vmci_route()
63 /* And we cannot send if the source is the host context. */ in vmci_route()
79 /* Send from local client down to the hypervisor. */ in vmci_route()
88 * guest, then we need to send it down to the host. in vmci_route()
98 * may send vmci event datagrams to the host in vmci_route()
99 * itself, but it will never send datagrams to in vmci_route()
116 /* Send it from local client down to the host. */ in vmci_route()
186 * send it down, since we have no guest in vmci_route()
[all …]
/linux-5.10/Documentation/crypto/
Duserspace-if.rst62 send()/write() system call family. The result of the cipher operation is
79 particular cipher instance. When invoking send/write or recv/read
80 system calls to send data to the kernel or obtain data from the
88 the input buffer used for the send/write system call and the output
120 Using the send() system call, the application provides the data that
121 should be processed with the message digest. The send system call allows
124 - MSG_MORE: If this flag is set, the send system call acts like a
126 calculated. If the flag is not set, the send system call calculates
154 Before data can be sent to the kernel using the write/send system call
165 send/recv system call family. That cmsghdr data structure holds the
[all …]
/linux-5.10/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c53 * a Send WR conveying the transport header and the RPC message itself to
68 * The logic here depends on Send Queue and completion ordering. Since
69 * the Send WR is always posted last, it will always complete last. Thus
78 * When the Send WR is constructed, it also gets its own svc_rdma_send_ctxt.
80 * ctxt, the Send WR is posted, and sendto returns.
82 * The svc_rdma_send_ctxt is presented when the Send WR completes. The
83 * Send completion handler finally releases the Reply's pages.
85 * This mechanism also assumes that completions on the transport's Send
87 * and Send completion running at the same time could release pages that
92 * - If the Send WR is posted successfully, it will either complete
[all …]
/linux-5.10/Documentation/networking/
Drds.rst55 Sockets must be bound before you can send or receive data.
79 setsockopt(SOL_SOCKET): send and receive buffer size
80 RDS honors the send and receive buffer size socket options.
90 mark the port as "congested" and send a congestion update to
104 An attempt to send a message that exceeds SO_SNDSIZE will
107 An attempt to send a message that would take the total number
111 An attempt to send a message to a destination that is marked
135 POLLOUT is a little harder. Since you can essentially send
137 there's room on the send queue (ie the number of bytes queued
152 it detects a timeout. For instance, if it tried to send a message,
[all …]
Dtls.rst69 For example, we can send an encrypted hello world record as follows:
74 send(sock, msg, strlen(msg));
76 send() data is directly encrypted from the userspace buffer provided
77 to the encrypted kernel send buffer if possible.
79 The sendfile system call will send the file's data over TLS records of maximum
88 TLS records are created and sent after each send() call, unless
93 This buffer is allocated at the time send() is called, such that
94 either the entire send() call will return -ENOMEM (or block waiting
95 for memory), or the encryption will always succeed. If send() returns
123 Send TLS control messages
[all …]
/linux-5.10/Documentation/infiniband/
Dtag_matching.rst6 source send operations to destination receives. The following parameters must
14 The ordering rules require that when more than one pair of send and receive
15 message envelopes may match, the pair that includes the earliest posted-send
31 1. The Eager protocol- the complete message is sent when the send is
32 processed by the sender. A completion send is received in the send_cq
46 to the MPI receive routines in the posted receive list and posts send messages
47 using the MPI send routines. The head of the posted receive list may be
50 When send is initiated and arrives at the receive side, if there is no
/linux-5.10/drivers/infiniband/hw/hfi1/
Dpio.c55 * Send Context functions
74 /* global control of PIO send */
131 /* number of send context memory pools */
134 /* Send Context Size (SCS) wildcards */
138 /* Send Context Count (SCC) wildcards */
143 /* Send Context Size (SCS) constants */
151 /* default send context sizes */
164 /* send context memory pool configuration */
219 * Read the send context memory pool configuration and send context
221 * counts and sizes for the send context types.
[all …]
/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c74 uint32_t cont, send, line; in enc3_update_hdmi_info_packet() local
85 /* send packet(s) every frame */ in enc3_update_hdmi_info_packet()
86 send = 1; in enc3_update_hdmi_info_packet()
87 /* select line number to send packets on */ in enc3_update_hdmi_info_packet()
91 send = 0; in enc3_update_hdmi_info_packet()
102 HDMI_GENERIC0_SEND, send); in enc3_update_hdmi_info_packet()
109 HDMI_GENERIC1_SEND, send); in enc3_update_hdmi_info_packet()
116 HDMI_GENERIC2_SEND, send); in enc3_update_hdmi_info_packet()
123 HDMI_GENERIC3_SEND, send); in enc3_update_hdmi_info_packet()
130 HDMI_GENERIC4_SEND, send); in enc3_update_hdmi_info_packet()
[all …]
/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmu9_smumgr.c87 * Send a message to the SMC, and do not wait for its response.
89 * @param msg the message to send.
107 * Send a message to the SMC, and wait for its response.
109 * @param msg the message to send.
128 pr_err("Failed to send message: 0x%x, ret value: 0x%x\n", msg, ret); in smu9_send_msg_to_smc()
134 * Send a message to the SMC with parameter
136 * @param msg: the message to send.
137 * @param parameter: the parameter to send
/linux-5.10/net/atm/
Draw.c57 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0()
65 vcc->send = atm_send_aal0; in atm_init_aal0()
74 vcc->send = vcc->dev->ops->send; in atm_init_aal34()
83 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
Ddpsw.c57 /* send command to mc*/ in dpsw_open()
90 /* send command to mc*/ in dpsw_close()
113 /* send command to mc*/ in dpsw_enable()
136 /* send command to mc*/ in dpsw_disable()
159 /* send command to mc*/ in dpsw_reset()
195 /* send command to mc*/ in dpsw_set_irq_enable()
232 /* send command to mc*/ in dpsw_set_irq_mask()
267 /* send command to mc*/ in dpsw_get_irq_status()
308 /* send command to mc*/ in dpsw_clear_irq_status()
335 /* send command to mc*/ in dpsw_get_attributes()
[all …]
/linux-5.10/drivers/hid/intel-ish-hid/ishtp/
Dhbm.c120 * ishtp_hbm_start_req() - Send HBM start message
123 * Send HBM start message to firmware
146 dev_err(dev->devc, "version message send failed\n"); in ishtp_hbm_start_req()
157 * ishtp_hbm_enum_clients_req() - Send client enum req
160 * Send enumeration client request message
175 dev_err(dev->devc, "enumeration request send failed\n"); in ishtp_hbm_enum_clients_req()
223 dev_err(dev->devc, "properties request send failed\n"); in ishtp_hbm_prop_req()
234 * ishtp_hbm_stop_req() - Send HBM stop
237 * Send stop request message
253 * ishtp_hbm_cl_flow_control_req() - Send flow control request
[all …]
/linux-5.10/drivers/media/usb/as102/
Das10x_cmd_stream.c12 * as10x_cmd_add_PID_filter - send add filter command to AS10x
42 /* send command */ in as10x_cmd_add_PID_filter()
69 * as10x_cmd_del_PID_filter - Send delete filter command to AS10x
93 /* send command */ in as10x_cmd_del_PID_filter()
115 * as10x_cmd_start_streaming - Send start streaming command to AS10x
136 /* send command */ in as10x_cmd_start_streaming()
158 * as10x_cmd_stop_streaming - Send stop streaming command to AS10x
179 /* send command */ in as10x_cmd_stop_streaming()
Das10x_cmd.c13 * as10x_cmd_turn_on - send turn on command to AS10x
33 /* send command */ in as10x_cmd_turn_on()
54 * as10x_cmd_turn_off - send turn off command to AS10x
74 /* send command */ in as10x_cmd_turn_off()
94 * as10x_cmd_set_tune - send set tune command to AS10x
127 /* send command */ in as10x_cmd_set_tune()
149 * as10x_cmd_get_tune_status - send get tune status command to AS10x
172 /* send command */ in as10x_cmd_get_tune_status()
202 * as10x_cmd_get_tps - send get TPS command to AS10x
224 /* send command */ in as10x_cmd_get_tps()
[all …]
/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_controlq.h88 struct ice_ctl_q_ring sq; /* send queue */
89 u32 sq_cmd_timeout; /* send queue cmd write back timeout */
91 u16 num_sq_entries; /* send queue depth */
93 u16 sq_buf_size; /* send queue buffer size */
94 enum ice_aq_err sq_last_status; /* last status on send queue */
95 struct mutex sq_lock; /* Send queue lock */
/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c110 /* send command to mc*/ in dpni_open()
143 /* send command to mc*/ in dpni_close()
182 /* send command to mc*/ in dpni_set_pools()
205 /* send command to mc*/ in dpni_enable()
228 /* send command to mc*/ in dpni_disable()
255 /* send command to mc*/ in dpni_is_enabled()
286 /* send command to mc*/ in dpni_reset()
322 /* send command to mc*/ in dpni_set_irq_enable()
355 /* send command to mc*/ in dpni_get_irq_enable()
400 /* send command to mc*/ in dpni_set_irq_mask()
[all …]
/linux-5.10/drivers/net/hyperv/
Dnetvsc.c149 * to send a revoke msg here in netvsc_revoke_recv_buf()
152 /* Send the revoke receive buffer */ in netvsc_revoke_recv_buf()
169 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_recv_buf()
180 netdev_err(ndev, "unable to send " in netvsc_revoke_recv_buf()
195 /* Deal with the send buffer we may have setup. in netvsc_revoke_send_buf()
196 * If we got a send section size, it means we received a in netvsc_revoke_send_buf()
199 * to send a revoke msg here in netvsc_revoke_send_buf()
202 /* Send the revoke receive buffer */ in netvsc_revoke_send_buf()
220 * ignore the failure since we cannot send on a rescinded in netvsc_revoke_send_buf()
231 netdev_err(ndev, "unable to send " in netvsc_revoke_send_buf()
[all …]

12345678910>>...180