Searched refs:send (Results 1 - 25 of 303) sorted by last modified time

1234567891011>>

/linux-master/fs/smb/server/
H A Dserver.c185 goto send;
198 goto send;
208 goto send;
228 goto send;
240 send:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c485 ODP_CAP_SET_MAX(dev, xrc_odp_caps.send);
491 ODP_CAP_SET_MAX(dev, dc_odp_caps.send);
/linux-master/drivers/ata/
H A Dlibata-scsi.c1716 /* select device, send command to hardware */
3916 goto skip; /* No ATA command to send */
3951 static u8 ata_scsi_trusted_op(u32 len, bool send, bool dma) argument
3955 else if (send)
3967 bool send = (cdb[0] == SECURITY_PROTOCOL_OUT); local
3997 if (send)
3999 tf->command = ata_scsi_trusted_op(len, send, dma);
4008 if (!send)
4595 * ata_scsi_media_change_notify - send media change event
4598 * Tell the block layer to send
[all...]
/linux-master/net/ipv4/
H A Droute.c865 * forgot redirected route and start to send redirects again.
909 /* Too many ignored redirects; do not send anything
948 bool send; local
999 send = true;
1009 send = false;
1012 if (send)
2676 * 2. Moreover, we are allowed to send packets with saddr
2765 * Because we are allowed to send to iface
2771 * we send packet, ignoring both routing tables
H A Dudp.c27 * Alan Cox : send to an unknown connection causes
950 goto send;
956 goto send;
967 send:
1199 * If so, we want to allow the send using the uc_index.
2749 * The case coverage > packet length is handled by send module. */
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c510 _pms(sk)->ch.send = mISDN_send;
/linux-master/drivers/cxl/core/
H A Dmbox.c224 * cxl_internal_send_cmd() - Kernel internal interface to send a mailbox command
471 * * %0 - @out_cmd is ready to send.
479 * safe to send to the hardware.
623 struct cxl_send_command send; local
629 if (copy_from_user(&send, s, sizeof(send)))
632 rc = cxl_validate_cmd_from_user(&mbox_cmd, mds, &send);
636 rc = handle_mailbox_cmd_from_user(mds, &mbox_cmd, send.out.payload,
637 &send.out.size, &send
[all...]
/linux-master/net/ipv6/
H A Dudp.c1268 goto send;
1272 goto send;
1282 send:
H A Draw.c523 goto send;
587 send:
/linux-master/net/bluetooth/
H A Dhci_core.c1046 /* For fully configured devices, this will send
1048 * it will send Unconfigued Index Added event.
1051 * and no event will be send.
1063 * configured. This will send the Index Added event.
2635 if (!hdev->open || !hdev->close || !hdev->send)
3094 err = hdev->send(hdev, skb);
3898 /* Schedule queues and send stuff to HCI driver */
/linux-master/drivers/scsi/
H A Dsd.c702 size_t len, bool send)
712 cdb[0] = send ? SECURITY_PROTOCOL_OUT : SECURITY_PROTOCOL_IN;
717 ret = scsi_execute_cmd(sdev, cdb, send ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN,
1619 * If the device is offline, don't send any commands - just pretend as
701 sd_sec_submit(void *data, u16 spsp, u8 secp, void *buffer, size_t len, bool send) argument
/linux-master/drivers/nvme/host/
H A Dcore.c747 * For something we're not in a state to send to the device the default action
1243 * The host should send Keep Alive commands at half of the Keep Alive Timeout
2250 bool send)
2255 if (send)
3083 * the previous security send command. As such, many vendors log this
3086 * prevent mixing security send and receive.
4547 * persistent discovery controllers need to send indication to userspace
2249 nvme_sec_submit(void *data, u16 spsp, u8 secp, void *buffer, size_t len, bool send) argument
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c6069 * Prepare a RDP response and send to Fabric switch
6291 goto send;
6438 send:
/linux-master/tools/testing/selftests/net/
H A Dtls.c239 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
424 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send);
498 EXPECT_GE(send(self->fd, buf, send_len, 0), 0);
510 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
521 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
523 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
535 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
545 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len);
755 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2);
776 EXPECT_EQ(send(sel
[all...]
/linux-master/net/tls/
H A Dtls_sw.c853 int err = 0, send; local
882 send = msg->sg.size;
883 if (msg->apply_bytes && msg->apply_bytes < send)
884 send = msg->apply_bytes;
900 if (msg->apply_bytes < send)
903 msg->apply_bytes -= send;
904 sk_msg_return_zero(sk, msg, send);
905 msg->sg.size -= send;
908 &msg_redir, send, flags);
919 sk_msg_free_partial(sk, msg, send);
[all...]
/linux-master/net/nfc/nci/
H A Dcore.c1058 pr_err("unable to send data\n");
1157 if (!ops->open || !ops->close || !ops->send)
1356 return ndev->ops->send(ndev, skb);
/linux-master/net/
H A Dsocket.c749 * sock_sendmsg - send a message through @sock
751 * @msg: message to send
777 * kernel_sendmsg - send a message through @sock (kernel-space)
797 * kernel_sendmsg_locked - send a message through @sock (kernel-space)
2210 SYSCALL_DEFINE4(send, int, fd, void __user *, buff, size_t, len,
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c137 * rpmsg_send() - send a message across to the remote processor
158 if (!ept->ops->send)
161 return ept->ops->send(ept, data, len);
166 * rpmsg_sendto() - send a message across to the remote processor, specify dst
195 * rpmsg_send_offchannel() - send a message using explicit src/dst addresses
227 * rpmsg_trysend() - send a message across to the remote processor
255 * rpmsg_trysendto() - send a message across to the remote processor, specify dst
283 * rpmsg_poll() - poll the endpoint's send buffers
288 * Return: mask representing the current state of the endpoint's send buffers
303 * rpmsg_trysend_offchannel() - send
[all...]
/linux-master/drivers/net/wireguard/
H A Dreceive.c180 /* Calling this function will either send any existing
181 * packets in the queue and not send a keepalive, which
183 * queue, it will send a keepalive, in order to give
223 bool send; local
230 send = keypair && READ_ONCE(keypair->sending.is_valid) &&
236 if (unlikely(send)) {
/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/bluetooth/
H A Dhci_serdev.c354 hdev->send = hci_uart_send_frame;
H A Dbtnxpuart.c800 * Simply send the same bytes again.
815 * and we need to re-send the previous header again.
1118 * driver flags accordingly and ask driver to re-send the command to FW.
1367 hdev->send = nxp_enqueue;
H A Dbtmtkuart.c672 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
717 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
869 hdev->send = btmtkuart_send_frame;
/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)

Completed in 412 milliseconds

1234567891011>>