Searched refs:send (Results 151 - 175 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/infiniband/hw/irdma/
H A Duser.h225 struct irdma_post_send send; member in union:irdma_post_sq_info::__anon974
/linux-master/kernel/
H A Dsys_ni.c329 COND_SYSCALL(send); variable
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c27 * to send messages to CSME again.
108 ret = comp->ops->send(comp->mei_dev, in, in_size);
110 gt_err(gt, "Failed to send CSME message\n");
144 /* send the request */
210 /* send proxy message to GSC */
213 gt_err(gt, "failed to send proxy message to GSC! %d\n", ret);
231 /* send the GSC message to the CSME */
234 gt_err(gt, "failed to send proxy message to CSME! %d\n", ret);
/linux-master/drivers/char/tpm/
H A Dtpm-interface.c85 rc = chip->ops->send(chip, buf, count);
89 "%s: send(): error %d\n", __func__, rc);
93 /* A sanity check. send() should just return zero on success e.g.
98 "%s: send(): invalid value %d\n", __func__, rc);
202 * tpm_transmit_cmd - send a tpm command to the device
346 * tpm_send - send a TPM command
363 rc = tpm_transmit_cmd(chip, &buf, 0, "attempting to a send a command");
H A Dtpm_ftpm_tee.c63 * ftpm_tee_tpm_op_send() - send TPM commands through the TEE shared memory.
65 * @buf: the buffer to send.
66 * @len: the number of bytes to send.
185 .send = ftpm_tee_tpm_op_send,
H A Dtpm_ibmvtpm.c96 * tpm_ibmvtpm_recv - Receive data after send
193 * @buf: buffer contains data to send
213 "Invalid size in send: count=%zd, rtce_size=%d\n",
454 .send = tpm_ibmvtpm_send,
507 dev_err(ibmvtpm->dev, "Unable to send CRQ init complete rc=%d\n", rc);
/linux-master/drivers/bluetooth/
H A Dhci_serdev.c354 hdev->send = hci_uart_send_frame;
H A Ddtl1_cs.c261 /* send frame to the HCI layer */
467 hdev->send = dtl1_hci_send_frame;
489 /* Timeout before it is safe to send the first HCI packet */
H A Dbpa10x.c398 hdev->send = bpa10x_send_frame;
/linux-master/drivers/usb/gadget/function/
H A Drndis.c1039 if (!r->send) {
1040 r->send = 1;
1062 r->send = 0;
/linux-master/net/batman-adv/
H A Dsoft-interface.c51 #include "send.h"
276 goto send;
290 goto send;
302 send:
/linux-master/tools/net/ynl/lib/
H A Dynl.c638 err = send(ys->socket, nlh, nlh->nlmsg_len, 0);
903 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0);
960 err = send(ys->socket, req_nlh, req_nlh->nlmsg_len, 0);
/linux-master/tools/testing/vsock/
H A Dvsock_test.c162 * -EPIPE error on send.
183 * -EPIPE error on send.
874 /* Tell server to send rest of data. */
1076 res = send(fd, "A", 1, 0);
1078 fprintf(stderr, "expected send(2) failure, got %zi\n", res);
1089 res = send(fd, "A", 1, MSG_NOSIGNAL);
1091 fprintf(stderr, "expected send(2) failure, got %zi\n", res);
1243 * it is used to decide when to send credit update message during
1273 if (send(fd, buf, buf_size, 0) != buf_size) {
1274 perror("send faile
[all...]
/linux-master/drivers/s390/net/
H A Dctcm_mpc.c1872 int send = 0; local
1886 send = 0;
1896 send = 1;
1903 send = 1;
1913 send = 1;
1920 send = 1;
1924 if (send)
/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c115 sii8620_mt_msg_cb send; member in struct:sii8620_mt_msg
304 if (msg->send)
305 msg->send(ctx, msg);
422 msg->send = sii8620_mt_msc_cmd_send;
570 msg->send = sii8620_mt_read_devcap_send;
594 msg->send = sii8620_mt_msc_cmd_send;
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c1048 r = dev->send(dev, skb);
1107 tdev->send(tdev, skb);
1352 tdev->send = t3_offload_tx;
/linux-master/net/tipc/
H A Dnetlink_compat.c1311 goto send;
1318 goto send;
1326 send:
/linux-master/drivers/isdn/mISDN/
H A Dtei.c307 err = mgr->up->send(mgr->up, skb);
388 if (!test_bit(MGR_OPT_NETWORK, &mgr->options)) /* only net send UI */
1233 ret = l2->ch.send(&l2->ch, skb);
1356 mgr->ch.send = mgr_send;
1361 mgr->bcast.send = mgr_bcast;
/linux-master/net/atm/
H A Dpppoatm.c73 * flight, and *one* queued up ready for the ATM device to send immediately
280 * Called by the ppp_generic.c to send a packet - returns true if packet
345 pr_debug("Trying to send without setting encaps!\n");
353 ret = ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb)
360 * We don't have space to send this SKB now, but we might have
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_fields.c314 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR);
315 if (CHECK(err != DATA_LEN, "send(accept_fd)",
H A Dcg_storage_multi.c74 if (send(client_fd, &message, sizeof(message), 0) < 0)
112 if (CHECK(err, "first-connect-send", "errno %d", errno))
135 if (CHECK(err, "second-connect-send", "errno %d", errno))
190 if (CHECK(err, "first-connect-send", "errno %d", errno))
232 if (CHECK(err, "second-connect-send", "errno %d", errno))
303 if (CHECK(err, "first-connect-send", "errno %d", errno))
337 if (CHECK(err, "second-connect-send", "errno %d", errno))
H A Dtcp_hdr_options.c482 ret = send(sk_fds.active_fd, send_msg, sizeof(send_msg),
484 if (!ASSERT_EQ(ret, sizeof(send_msg), "send(msg)"))
/linux-master/drivers/rpmsg/
H A Dmtk_rpmsg.c162 .send = mtk_rpmsg_send,
/linux-master/include/linux/
H A DmISDNif.h474 send_func_t *send; member in struct:mISDNchannel
/linux-master/net/openvswitch/
H A Dvport.c456 * ovs_vport_find_upcall_portid - find the upcall portid to send upcall.
461 * Uses the skb_get_hash() to select the upcall portid to send the
575 vport->ops->send(skb);

Completed in 329 milliseconds

1234567891011>>