Searched refs:send (Results 176 - 200 of 303) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c456 err = send(client, &data, sizeof(data), 0);
457 if (!ASSERT_EQ(err, sizeof(data), "send"))
H A Dbpf_tcp_ca.c56 nr_sent = send(fd, &batch,
67 ASSERT_EQ(bytes, total_bytes, "send");
/linux-master/arch/m68k/kernel/
H A Dentry.S278 pea 1 | send SIGTRAP
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c78 ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size,
81 drm_err(&i915->drm, "Failed to send PXP TEE message\n");
140 drm_err(&i915->drm, "Failed to send PXP TEE gsc command\n");
350 drm_err(&i915->drm, "Failed to send tee msg init arb session, ret=[%d]\n", ret);
397 drm_err(&i915->drm, "Failed to send tee msg for inv-stream-key-%u, ret=[%d]\n",
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb);
163 dev_err(target->dev, "failed to allocate send buffer\n");
201 dev_err(target->dev, "failed to allocate send buffer\n");
268 dev_err(target->dev, "Failed to allocate buf to send"
/linux-master/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c567 uint8_t *send, int send_bytes,
601 /* Load the send data into the aux channel data registers */
604 pack_aux(send + i, send_bytes - i));
669 uint16_t address, uint8_t *send, int send_bytes)
682 memcpy(&msg[4], send, send_bytes);
566 cdv_intel_dp_aux_ch(struct gma_encoder *encoder, uint8_t *send, int send_bytes, uint8_t *recv, int recv_size) argument
668 cdv_intel_dp_aux_native_write(struct gma_encoder *encoder, uint16_t address, uint8_t *send, int send_bytes) argument
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_actions.sh227 ip vrf exec v$h1 ncat -w1 --send-only 192.0.2.2 12345 <$mirred_e2i_tf1
/linux-master/net/tipc/
H A Dsocket.c89 * @snd_win: send window size
100 * @snd_backlog: send backlog count
284 /* tipc_sk_respond() : send response message back to sender
833 * tipc_sendmcast - send multicast message
836 * @msg: message to send
837 * @dlen: length of data to send
897 * tipc_send_group_msg - send a message to a member in the group
900 * @m: message to send
938 /* Update send window */
948 * tipc_send_group_unicast - send messag
1569 int send, sent = 0; local
[all...]
/linux-master/tools/testing/vsock/
H A Dutil.c305 ret = send(fd, buf + nwritten, len - nwritten, flags);
306 timeout_check("send");
317 fprintf(stderr, "bogus send(2) return value %zd (expected %zd)\n",
322 perror("send");
329 perror("send");
337 fprintf(stderr, "bogus send(2) bytes written %zd (expected %zd)\n",
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gsc_proxy.c34 * if it needs to send messages to CSME again.
108 ret = comp->ops->send(comp->mei_dev, gsc->proxy.to_csme, size);
110 xe_gt_err(gt, "Failed to send CSME proxy message\n");
217 /* send proxy message to GSC */
255 /* send the GSC message to the CSME */
/linux-master/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c254 * Functions invoked by the core TPM driver to send TPM commands to
324 * @buf: send buffer
325 * @count: bytes to send
336 "Invalid size in send: count=%zd, buffer size=%zd\n",
437 .send = vtpm_proxy_tpm_op_send,
H A Dtpm_nsc.c248 .send = tpm_nsc_send,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc382 call(send)
/linux-master/drivers/usb/serial/
H A Dcypress_m8.c107 enum packet_format pkt_fmt; /* format to use for packet send / receive */
731 goto send;
753 send:
1194 /* send any buffered data */
/linux-master/tools/testing/selftests/nci/
H A Dnci_dev.c751 send(nfc_sock, &cmd[3], cmd_len - 3, 0);
822 send(nfc_sock, &nci_t4t_select_cmd3[3], sizeof(nci_t4t_select_cmd3) - 3, 0);
892 /* Test that operations that normally send packets to the driver
894 * Note: the send of NFC_CMD_DEV_UP itself still succeeds it's just
/linux-master/drivers/s390/char/
H A Dsclp.c51 /* Mask of events that we can send to the sclp interface. */
174 u64 send; member in struct:__anon395
178 d.send = reg->send_mask;
759 /* Dispatch changes in send and receive mask to registered listeners. */
839 /* Calculate receive and send mask of currently registered listeners.
1188 /* Reboot event handler. Reset send and receive mask to prevent pending SCLP
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_dp.c86 u8 *send, int send_bytes,
105 radeon_atom_copy_swap(base, send, send_bytes, true);
85 radeon_process_aux_ch(struct radeon_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
/linux-master/arch/x86/include/asm/uv/
H A Duv_mmrs.h2732 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uvh_ipi_int_s
2743 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv5h_ipi_int_s
2754 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv4h_ipi_int_s
2765 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv3h_ipi_int_s
2776 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv2h_ipi_int_s
/linux-master/drivers/block/
H A Dnbd.c528 static int __sock_xmit(struct nbd_device *nbd, struct socket *sock, int send, argument
538 (send ? "send" : "recv"));
550 if (send)
573 static int sock_xmit(struct nbd_device *nbd, int index, int send, argument
579 return __sock_xmit(nbd, sock, send, iter, msg_flags, sent);
624 /* We did a partial send previously, and we at least sent the whole
625 * request struct, so just go and send the rest of the pages in the
1027 "Attempted send on invalid socket\n");
1075 * the flag after nbd_send_cmd() succeed to send reques
[all...]
/linux-master/net/ipv4/
H A Dtcp_ao.c357 __be32 sisn, __be32 disn, bool send)
359 if (send)
371 __be32 sisn, __be32 disn, bool send)
374 return tcp_v4_ao_calc_key_sk(mkt, key, sk, sisn, disn, send);
377 return tcp_v6_ao_calc_key_sk(mkt, key, sk, sisn, disn, send);
355 tcp_v4_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
369 tcp_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
/linux-master/arch/x86/kvm/
H A Dxen.c2200 struct evtchn_send send; local
2204 BUILD_BUG_ON(sizeof(send) != 4);
2205 if (kvm_read_guest_virt(vcpu, param, &send, sizeof(send), &e)) {
2215 evtchnfd = idr_find(&vcpu->kvm->arch.xen.evtchn_ports, send.port);
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c52 /* Initiator or send message responder pagefault details. */
61 * WQE index. Refers to either the send queue or
335 if (MLX5_CAP_ODP(dev->mdev, ud_odp_caps.send))
341 if (MLX5_CAP_ODP(dev->mdev, rc_odp_caps.send))
359 if (MLX5_CAP_ODP(dev->mdev, xrc_odp_caps.send))
/linux-master/net/ipv6/
H A Dudp.c1268 goto send;
1272 goto send;
1282 send:
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c568 hdev->send = bt3c_hci_send_frame;
586 /* Timeout before it is safe to send the first HCI packet */
/linux-master/drivers/atm/
H A Dfore200e.h732 u32 send; /* write register */ member in struct:soft_uart

Completed in 354 milliseconds

1234567891011>>