Searched refs:send (Results 126 - 150 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/mailbox/
H A Dtegra-hsp.c78 void (*send)(struct tegra_hsp_channel *channel, void *data); member in struct:tegra_hsp_sm_ops
404 .send = tegra_hsp_sm_send32,
449 .send = tegra_hsp_sm_send128,
462 mb->ops->send(&mb->channel, data);
/linux-master/drivers/char/tpm/
H A Dtpm_atmel.c127 .send = tpm_atml_send,
H A Dxen-tpmfront.c210 .send = vtpm_send,
/linux-master/drivers/char/tpm/st33zp24/
H A Dspi.c212 .send = st33zp24_spi_send,
/linux-master/include/uapi/drm/
H A Dvmwgfx_drm.h1239 * @send: Pointer to user-space msg string (null terminated).
1246 __u64 send; member in struct:drm_vmw_msg_arg
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c48 * @message: a message buffer to send
101 * Returns: number of bytes send on Success, <0 on Failure with the following defined failures.
103 * Caller may attempt to try again from send immediately.
110 * Caller may attempt to try again from send immediately.
156 * @client_id: client id to send the command to
157 * @fence_id: fence id to send the command to
177 .send = mei_pxp_send_message,
/linux-master/drivers/iio/adc/
H A Dmax1363.c160 * @send: function used to send data to the chip
183 int (*send)(const struct i2c_client *client, member in struct:max1363_state
342 return st->send(st->client, tx_buf, 2);
797 st->send(st->client, tx, 2);
894 ret = st->send(st->client, tx_buf, len);
911 ret = st->send(st->client, tx_buf, 2);
1614 st->send = i2c_master_send;
1618 st->send = max1363_smbus_send;
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c183 * read request which was send to the remote peer to
280 struct iwarp_send_inv *send = &srx->hdr.send_inv; local
284 u32 ddp_msn = be32_to_cpu(send->ddp_msn);
285 u32 ddp_mo = be32_to_cpu(send->ddp_mo);
286 u32 ddp_qn = be32_to_cpu(send->ddp_qn);
289 pr_warn("siw: [QP %u]: invalid ddp qn %d for send\n",
295 pr_warn("siw: [QP %u]: send msn: %u != %u\n",
302 pr_warn("siw: [QP %u], send mo: %u != %u\n",
314 srx->inval_stag = be32_to_cpu(send->inval_stag);
H A Dsiw.h40 /* Maximum number of frames which can be send in one SQ processing */
275 SIW_SEND_SHORT_FPDU/* send whole FPDU hdr|data|trailer at once */
343 struct iwarp_send send; member in struct:siw_send_pkt
376 struct iwarp_send send; member in union:siw_iwarp_tx::__anon1020
399 u8 use_sendpage : 1; /* send w/o copy */
436 struct siw_sqe *sendq; /* send queue element array */
/linux-master/kernel/
H A Dtaskstats.c650 goto send;
659 send:
/linux-master/drivers/atm/
H A Datmtcp.c335 .send = atmtcp_v_send,
348 .send = atmtcp_c_send
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c526 sent = send(sk, buf, bytes, 0);
530 test_error("send()");
555 sent = send(sk, buf + i, bytes, 0);
559 test_error("send()");
/linux-master/net/bluetooth/bnep/
H A Dcore.c173 /* Always send broadcast */
432 goto send;
460 send:
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c173 * send the DTS_MEASUREMENT_TRIGGER command with or without waiting for a
218 "Failed to send the temperature measurement command (err=%d)\n",
244 * If command version is 1 we send the command and immediately get
245 * a response. For older versions we send the command and wait for a
586 goto send;
601 send:
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_aux.c227 const u8 *send, int send_bytes,
326 /* Load the send data into the aux channel data registers */
329 intel_dp_aux_pack(send + i,
445 * If we're trying to send the HDCP Aksv, we need to set a the Aksv
446 * select bit to inform the hardware to send the Aksv after our header
226 intel_dp_aux_xfer(struct intel_dp *intel_dp, const u8 *send, int send_bytes, u8 *recv, int recv_size, u32 aux_send_ctl_flags) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_dp.c59 u8 *send, int send_bytes,
77 amdgpu_atombios_copy_swap(base, send, send_bytes, true);
58 amdgpu_atombios_dp_process_aux_ch(struct amdgpu_i2c_chan *chan, u8 *send, int send_bytes, u8 *recv, int recv_size, u8 delay, u8 *ack) argument
/linux-master/drivers/bluetooth/
H A Dbtsdio.c334 hdev->send = btsdio_send_frame;
H A Dvirtio_bt.c312 hdev->send = virtbt_send_frame;
/linux-master/drivers/block/drbd/
H A Ddrbd_req.c692 /* queue work item to send data */
1651 if (net_req->epoch == connection->send.current_epoch_nr) {
1653 "We did not send a P_BARRIER for %ums > ko-count (%u) * timeout (%u * 0.1s); drbd kernel thread blocked?\n",
1659 * suddenly are able to send a lot of requests (and epoch separating
1674 if (time_after(now, connection->send.last_sent_barrier_jif + ent)) {
1676 connection->send.last_sent_barrier_jif, now,
1677 jiffies_to_msecs(now - connection->send.last_sent_barrier_jif), ko_count, timeout);
1740 * socket send timeout, requesting a ping, and bumping ko-count in
/linux-master/net/atm/
H A Dsignaling.c223 .send = sigd_send
/linux-master/include/linux/
H A Dtpm.h73 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len); member in struct:tpm_class_ops
/linux-master/net/nfc/nci/
H A Duart.c200 * device driver can accept more send data.
377 /* Set the send callback */
378 nu->ops.send = nci_uart_send;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_helpers.h100 ssize_t __ret = send((fd), (buf), (len), (flags)); \
102 FAIL_ERRNO("send"); \
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c184 /* send(pfd, "x", sizeof(char), 0) */
420 err = send(pfd, "x", sizeof(char), 0);
/linux-master/tools/testing/vsock/
H A Dvsock_perf.c308 sent = send(fd, data, (rest_bytes > buf_size_bytes) ?
344 printf("time in 'send()': %f sec\n",
414 " --bytes <bytes>KMG Bytes to send (default %d)\n"
462 case 'M': /* Bytes to send. */

Completed in 1086 milliseconds

1234567891011>>