Searched refs:send (Results 276 - 300 of 303) sorted by relevance

<<111213

/linux-master/drivers/block/drbd/
H A Ddrbd_int.h215 * causing a p_barrier packet to be send, starting a new epoch.
266 * how long did we block in the network stack trying to send it
394 /* If it contains only 0 bytes, send back P_RS_DEALLOCATED */
498 * send/receive buffers off the stack */
697 /* Which barrier number to send with the next P_BARRIER */
704 } send; member in struct:drbd_connection
802 atomic_t unacked_cnt; /* Need to send replies for */
863 struct list_head done_ee; /* need to send P_WRITE_ACK */
865 struct list_head net_ee; /* zero-copy network send in progress */
1866 * and send
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c1095 return send(sock, msg, sizeof(*msg), 0);
1264 perror("Fail to send command");
1543 perror("Fail to send message done");
1548 /* send logs */
1608 perror("Fail to send message done");
1612 /* send logs */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm219 s_sendmsg sendmsg(MSG_SAVEWAVE) //send SPI a message and wait for SPI's write to EXEC
H A Dcwsr_trap_handler_gfx9.asm359 s_sendmsg sendmsg(MSG_SAVEWAVE) //send SPI a message and wait for SPI's write to EXEC
H A Dcwsr_trap_handler_gfx10.asm369 s_sendmsg sendmsg(MSG_SAVEWAVE) //send SPI a message and wait for SPI's write to EXEC
/linux-master/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c312 /* Do not send to crypt engine in case of GMAC */
1218 ctx->base.send = safexcel_skcipher_send;
1660 ctx->base.send = safexcel_aead_send;
H A Dsafexcel_hash.c333 * fit into full cache blocks, cache it for the next send call.
670 * tot sz handled by update() - last req sz - tot sz handled by send()
926 ctx->base.send = safexcel_ahash_send;
/linux-master/drivers/net/
H A Damt.c2680 goto send;
2716 send:
/linux-master/drivers/atm/
H A Dfore200e.c2343 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send);
2994 .send = fore200e_send,
H A Dlanai.c29 * vcc_tx_aal0() needs to send or queue a SKB
30 * vcc_tx_unqueue_aal0() needs to attempt to send queued SKBs
886 /* send start bit */
1325 /* Given an skb that we want to transmit either send it now or queue */
2542 .send = lanai_send,
H A Dhe.c169 .send = he_send,
2498 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci);
2803 /* Next, we need to send the byte address to read from */
H A Diphase.c2937 IF_ERR(printk(DEV_LABEL "invalid desc for send: %d\n", desc);)
2948 IF_ERR(printk(DEV_LABEL "send desc:%d completion code %d error\n",
3063 IF_TX(printk("ia send done\n");)
3157 .send = ia_send,
H A Dnicstar.c163 .send = ns_send,
H A Didt77252.c142 .send = idt77252_send,
1946 printk("%s: NULL connection in send().\n", card->name);
3337 SAR_CFG_NO_IDLE | /* Do not send idle cells */
/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/fcoe/
H A Dfcoe.c414 ctlr->send = fcoe_fip_send;
883 * call this routine and pass it the frame that it wishes to send. This
1589 /* send down to lld */
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
404 /* send down to lld */
1092 * bnx2fc_fip_send - send an Ethernet-encapsulated FIP frame.
1457 ctlr->send = bnx2fc_fip_send;
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c498 * send_calibration: Optional callback to send calibration data
499 * send_ptb: Callback to send "PTB" regulatory/calibration data
894 "can't send message because ring %d is full\n",
1079 * send some messages if this is a device->host ring to allow the device
1161 "send calibration chunk failed with %d\n", ret);
1234 * send it here just in case and just ignore if it fails.
2367 hdev->send = bcm4377_hci_send_frame;
H A Dbtusb.c1572 /* For mSBC ALT 6 setting the host will send the packet at continuous
1575 * To maintain the rate we send 63bytes of usb packets alternatively for
2505 /* When the device is in bootloader mode, then it can send
2528 * is received, it needs to be send down the
2538 * send a command complete event. To keep the flow
3174 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
3238 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
3284 bt_dev_err(hdev, "Failed to send wmt func ctrl (%d)", err);
3738 bt_dev_err(hdev, "Failed to send headers (%d)", err);
3759 bt_dev_err(hdev, "Failed to send bod
[all...]
/linux-master/include/net/
H A Dtcp.h221 /* But this is what stacks really send out. */
928 /* This is what the send packet queuing engine uses to pass
977 /* start of send pipeline phase */
1290 * tp->packets_out to determine if the send queue is empty or not.
1378 * either send more filler packets or data to artificially blow up the cwnd
1689 * Some OSes send SYN and SYNACK messages with tsval=0 tsecr=0,
1984 TCP_CHRONO_SNDBUF_LIMITED, /* Stalled by insufficient send buffer */
2254 __be32 sisn, __be32 disn, bool send);
/linux-master/include/net/bluetooth/
H A Dhci_core.h667 int (*send)(struct hci_dev *hdev, struct sk_buff *skb); member in struct:hci_dev
/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/qedf/
H A Dqedf_main.c390 * Bring the link up before we send the fipvlan request so libfcoe
435 * Call lport->tt.rport_login which will cause libfc to send an
1147 * then do not try to also send it over the LL2 path
1225 /* send down to lld */
1227 QEDF_INFO(&(qedf->dbg_ctx), QEDF_LOG_LL2, "FCoE frame send: "
1261 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue.\n");
1270 QEDF_WARN(&(qedf->dbg_ctx), "Could not allocate send queue PBL.\n");
1372 conn_info.def_q_idx = 0; /* Default index for send queue? */
1651 qedf->ctlr.send = qedf_fip_send;
3669 "Failed to send dr
[all...]
/linux-master/include/rdma/
H A Dib_verbs.h1660 /* Checksum offloads are supported (for both send and receive). */
2232 /* send packet */
2233 int (*send)(struct net_device *dev, struct sk_buff *skb, member in struct:rdma_netdev
3185 * order to send packets to the devices on the fabric. These directed
3187 * their destination. The SMI is the only method allowed to send
3817 * ib_post_send - Posts a list of work requests to the send queue of
3820 * @send_wr: A list of work requests to post on the send queue.
4326 * In order to send and receive multicast packets, subnet
/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,

Completed in 634 milliseconds

<<111213