Searched refs:send (Results 151 - 175 of 303) sorted by last modified time

1234567891011>>

/linux-master/net/ipv6/
H A Dtcp_ao.c66 __be32 disn, bool send)
68 if (send)
64 tcp_v6_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
/linux-master/fs/btrfs/
H A DMakefile32 backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
/linux-master/drivers/usb/atm/
H A Dusbatm.c38 * - unlink all active send urbs of a vcc that is being closed.
42 * 1.3: - Added multiple send urb support
142 /* send */
167 .send = usbatm_atm_send,
565 ** send **
/linux-master/drivers/bluetooth/
H A Dbtmtksdio.c835 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
891 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
1212 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
1364 hdev->send = btmtksdio_send_frame;
H A Dhci_ldisc.c344 /* Set RTS to allow the device to send again */
566 * device driver can accept more send data.
657 hdev->send = hci_uart_send_frame;
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c241 * send full D/B channel status information
1852 hw->dch.dev.D.send = hfcusb_l2l1D;
1868 hw->bch[i].ch.send = hfcusb_l2l1B;
H A Dhfcpci.c263 * ST B-channel send disabled -> continuous 1s
561 /* remaining bytes to send (bytes in tx-fifo) */
659 * D-channel send routine
736 * B-channel send routine
800 *z1t = cpu_to_le16(new_z1); /* now send data */
805 /* remaining bytes to send (bytes in fifo) */
839 *z1t = cpu_to_le16(new_z1); /* now send data */
2097 card->dch.dev.D.send = hfcpci_l2l1D;
2106 card->bch[i].ch.send = hfcpci_l2l1B;
/linux-master/drivers/rpmsg/
H A Drpmsg_internal.h51 * @send: see @rpmsg_send(), required
62 * In addition to @destroy_ept, the backend must at least implement @send and
68 int (*send)(struct rpmsg_endpoint *ept, void *data, int len); member in struct:rpmsg_endpoint_ops
H A Dqcom_glink_native.c446 * qcom_glink_send_open_req() - send a GLINK_CMD_OPEN request to the remote
565 /* We don't send RX_DONE to intentless systems */
1505 .send = qcom_glink_send,
H A Dqcom_smd.c28 * channels for clients to send and receive streaming or packet based data.
1054 .send = qcom_smd_send,
/linux-master/drivers/char/tpm/
H A Dtpm_crb.c470 .send = crb_send,
530 * probably cannot send large TPM commands since the buffer will be truncated.
H A Dtpm_i2c_infineon.c131 /* Expect to send one command message and one data message, but
605 .send = tpm_tis_i2c_send,
H A Dtpm_i2c_atmel.c142 .send = i2c_atmel_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/drivers/infiniband/hw/cxgb4/
H A Dqp.c501 wqe->send.sendop_pkd = cpu_to_be32(
504 wqe->send.sendop_pkd = cpu_to_be32(
506 wqe->send.stag_inv = 0;
510 wqe->send.sendop_pkd = cpu_to_be32(
513 wqe->send.sendop_pkd = cpu_to_be32(
515 wqe->send.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey);
521 wqe->send.r3 = 0;
522 wqe->send.r4 = 0;
527 ret = build_immd(sq, wqe->send.u.immd_src, wr,
531 size = sizeof(wqe->send)
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c597 wr = send(fd, buffer + offset,
607 send(fd, digest, (size_t)SHA256_DIGEST_LENGTH, 0);
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c74 if (send(nl_sock, hdr, hdr->nlmsg_len, 0) == -1) {
76 perror("send failed");
/linux-master/tools/testing/selftests/bpf/prog_tests/
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)"))
H A Dassign_reuse.c46 ASSERT_EQ(send(fd_cl, buff, sizeof(buff), 0), 1, "send_client");
73 ASSERT_EQ(send(fd_cl, buff, sizeof(buff), 0), 1, "send_client");
75 ASSERT_EQ(send(fd_sv_cl, buff, sizeof(buff), 0), 1, "send_server");
/linux-master/include/linux/
H A Dsed-opal.h20 size_t len, bool send);
H A Dtpm.h73 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len); member in struct:tpm_class_ops
/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c113 s64 sock, send, status; local
122 send = ktime_to_us(ktime_sub(now, nst->st_send_time));
136 " send start: %lld usecs ago\n"
144 (long long)send,
/linux-master/drivers/mmc/host/
H A Dmeson-mx-sdio.c161 u32 mult, send = 0, ext = 0; local
175 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 45);
179 send |= FIELD_PREP(MESON_MX_SDIO_SEND_CMD_RESP_BITS_MASK, 133);
180 send |= MESON_MX_SDIO_SEND_RESP_CRC7_FROM_8;
187 send |= MESON_MX_SDIO_SEND_RESP_WITHOUT_CRC7;
190 send |= MESON_MX_SDIO_SEND_CHECK_DAT0_BUSY;
193 send |= FIELD_PREP(MESON_MX_SDIO_SEND_REPEAT_PACKAGE_TIMES_MASK,
206 send |= MESON_MX_SDIO_SEND_DATA;
208 send |= MESON_MX_SDIO_SEND_RESP_HAS_DATA;
213 send |
388 meson_mx_mmc_process_cmd_irq(struct meson_mx_mmc_host *host, u32 irqs, u32 send) argument
420 u32 irqs, send; local
[all...]
/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/isdn/mISDN/
H A Ddsp_core.c127 * receive data ist disabled, the card may not send/receive any data at all.
588 /* send indication if it worked to set it */
593 if (dsp->up->send(dsp->up, nskb))
708 return dsp->up->send(dsp->up, skb);
737 /* send dtmf result, if any */
752 if (dsp->up->send(
767 return dsp->up->send(dsp->up, skb);
798 if (dsp->up->send(
851 /* send activation to upper layer */
854 return dsp->up->send(ds
[all...]

Completed in 376 milliseconds

1234567891011>>