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

1234567891011>>

/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/bluetooth/
H A Dbtqcomsmd.c178 hdev->send = btqcomsmd_send;
/linux-master/include/scsi/
H A Dlibfcoe.h99 * @flogi_req_send: send of FLOGI requested
108 * @send: LLD-supplied function to handle sending FIP Ethernet frames
151 void (*send)(struct fcoe_ctlr *, struct sk_buff *); member in struct:fcoe_ctlr
/linux-master/net/openvswitch/
H A Dvport-netdev.c205 .send = dev_queue_xmit,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dns_current_pid_tgid.c163 err = send(client_fd, send_msg, sizeof(send_msg), 0);
164 if (!ASSERT_EQ(err, sizeof(send_msg), "send(msg)"))
H A Dsockmap_helpers.h100 ssize_t __ret = send((fd), (buf), (len), (flags)); \
102 FAIL_ERRNO("send"); \
/linux-master/drivers/infiniband/hw/hfi1/
H A Dipoib_main.c187 rn->send = hfi1_ipoib_send;
/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:
H A Dsys_ni.c329 COND_SYSCALL(send); variable
/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/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/gpu/drm/i915/display/
H A Dintel_dp_aux.c232 const u8 *send, int send_bytes,
331 /* Load the send data into the aux channel data registers */
334 intel_dp_aux_pack(send + i,
450 * If we're trying to send the HDCP Aksv, we need to set a the Aksv
451 * select bit to inform the hardware to send the Aksv after our header
231 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/char/tpm/
H A Dxen-tpmfront.c210 .send = vtpm_send,
/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/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/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. */
/linux-master/drivers/infiniband/hw/irdma/
H A Duser.h225 struct irdma_post_send send; member in union:irdma_post_sq_info::__anon974

Completed in 1120 milliseconds

1234567891011>>