Searched refs:sent (Results 76 - 100 of 127) sorted by relevance

123456

/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c793 int sent = 0, bytes_compl = 0, n = 0; local
834 sent++;
843 netif_dbg(ag, tx_done, ndev, "%d packets sent out\n", sent);
845 if (!sent)
849 ag->ndev->stats.tx_packets += sent;
851 netdev_completed_queue(ag->ndev, sent, bytes_compl);
858 return sent;
/linux-master/lib/
H A Dtest_firmware.c45 bool sent; member in struct:test_batched_req
88 * 0: success for sync, for async it means request was sent
904 req->sent = true;
978 if (req->task || req->sent)
1071 req->sent = true;
1088 if (req->sent)
/linux-master/net/mptcp/
H A Dprotocol.c1120 u16 sent; member in struct:mptcp_sendmsg_info
1232 u64 data_seq = dfrag->data_seq + info->sent;
1233 int offset = dfrag->offset + info->sent;
1243 pr_debug("msk=%p ssk=%p sending dfrag at seq=%llu len=%u already sent=%u",
1244 msk, ssk, dfrag->data_seq, dfrag->data_len, info->sent);
1246 if (WARN_ON_ONCE(info->sent > info->limit ||
1308 copy = min_t(size_t, copy, info->limit - info->sent);
1489 u32 sent)
1493 dfrag->already_sent += sent;
1495 msk->snd_burst -= sent;
1487 mptcp_update_post_push(struct mptcp_sock *msk, struct mptcp_data_frag *dfrag, u32 sent) argument
[all...]
/linux-master/net/sunrpc/
H A Dsvcsock.c481 /* Mark the transport ready in case the remote sent RPC
535 * peer sent the datagram, i.e. our local address. For multihomed
684 * Returns the number of bytes sent, or a negative errno.
1252 * Returns the number of bytes sent, or a negative errno.
1261 unsigned int sent; local
1270 err = svc_tcp_sendmsg(svsk, rqstp, marker, &sent);
1271 trace_svcsock_tcp_send(xprt, err < 0 ? (long)err : sent);
1272 if (err < 0 || sent != (xdr->len + sizeof(marker)))
1275 return sent;
1283 (err < 0) ? "got error" : "sent",
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1434 * (5) computes a tidarray with formatted TID entries which can be sent
1548 * This function is called after one segment has been successfully sent to
1749 req->cur_seg * req->seg_len + flow->sent);
1769 flow->sent += *len;
1826 * earlier segments have been re-sent. We need to
1867 flow->sent = 0;
1940 flow->sent = 0;
1967 e->sent = 0;
2053 * been sent out and this request is complete (old_request
2121 * If this request has sent response
[all...]
H A Dtid_rdma.h183 u32 sent; member in struct:tid_rdma_flow
H A Duser_sdma.c359 req->sent = 0;
614 len = min(len, req->data_len - req->sent);
616 len = min(req->data_len - req->sent, (u32)req->info.fragsize);
694 * Check if we might have sent the entire request already
802 req->sent += datalen;
H A Drc.c106 * response has been sent instead of only being
166 e->sent = 1;
220 e->sent = 1;
243 e->sent = 1;
274 * Send scheduled RNR NAK's. RNR NAK's need to be sent at
300 e->sent = 1;
316 e->sent = 1;
1073 len -= flow->sent;
1391 * the ACK is sent ahead of other outgoing packets.
1754 * Start timer after a packet requesting an ACK has been sent an
[all...]
H A Dipoib_tx.c42 static u32 hfi1_ipoib_txreqs(const u64 sent, const u64 completed) argument
44 return sent - completed;
856 dd_dev_info(priv->dd, "sent %llu completed %llu used %llu\n",
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c1505 * As soon as the page was really sent over the network put_page()
1558 int sent; local
1563 sent = sock_sendmsg(socket, &msg);
1564 if (sent <= 0) {
1565 if (sent == -EAGAIN) {
1570 drbd_warn(peer_device->device, "%s: size=%d len=%d sent=%d\n",
1571 __func__, (int)size, len, sent);
1572 if (sent < 0)
1573 err = sent;
1576 len -= sent;
1823 int rv, sent = 0; local
[all...]
/linux-master/drivers/target/iscsi/
H A Discsi_target_datain_values.c213 seq->sent = 1;
434 seq->sent = 1;
/linux-master/drivers/infiniband/ulp/iser/
H A Discsi_iser.c305 r2t->sent += r2t->data_count;
307 r2t->data_length - r2t->sent);
/linux-master/drivers/macintosh/
H A Dvia-cuda.c512 req->sent = 0;
638 req->sent = 1;
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c25 * Messages are sent between partitions on a "Command/Response Queue"
779 * purge_requests: Our virtual adapter just shut down. purge any sent requests
789 while (!list_empty(&hostdata->sent)) {
790 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list);
863 * @evt_struct: evt_struct to be sent
918 list_for_each_entry(tmp_evt, &hostdata->sent, list) {
931 /* Add this to the sent list. We need to do this
935 list_add_tail(&evt_struct->list, &hostdata->sent);
1218 * get sent by the driver regardless of request_limit.
1225 dev_info(hostdata->dev, "sent SR
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h286 int sent; /*data already sent */ member in struct:qe_ep
287 int last; /*data sent in the last time*/
/linux-master/drivers/tty/hvc/
H A Dhvcs.c529 int sent; local
533 sent = hvc_put_chars(unit_address,
536 if (sent > 0) {
586 /* Give the TTY time to process the data we just sent. */
1330 * tosend we record that it was sent regardless of whether the
/linux-master/fs/smb/client/
H A Dsmb2ops.c180 * across SMB3 requests sent on any channel. See MS-SMB2 3.2.4.1 and 3.2.7.1
1340 atomic_t *sent = tcon->stats.smb2_stats.smb2_com_sent; local
1345 * totals (requests sent) since those SMBs are per-session not per tcon
1354 atomic_read(&sent[SMB2_TREE_CONNECT_HE]),
1357 atomic_read(&sent[SMB2_TREE_DISCONNECT_HE]),
1360 atomic_read(&sent[SMB2_CREATE_HE]),
1363 atomic_read(&sent[SMB2_CLOSE_HE]),
1366 atomic_read(&sent[SMB2_FLUSH_HE]),
1369 atomic_read(&sent[SMB2_READ_HE]),
1372 atomic_read(&sent[SMB2_WRITE_H
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_rc.c90 * response has been sent instead of only being
130 e->sent = 1;
145 e->sent = 1;
166 e->sent = 1;
674 * available, the ACK is sent ahead of other outgoing
910 * Start timer after a packet requesting an ACK has been sent and
1052 * used and requests are sent after an RDMA read or atomic
1053 * is sent but before the response is received.
1491 * schedule a response to be sent.
1511 * Don't queue the NAK if we already sent on
[all...]
/linux-master/drivers/tty/
H A Dn_gsm.c184 struct sk_buff *skb; /* Frame being sent */
941 * The given packet is encoded and sent out. No memory is freed.
1373 bool sent; local
1377 for (sent = false, i = 1; i < NUM_DLCI; i++) {
1385 /* count the sent data per adaption */
1395 sent = true;
1401 if (!sent)
2489 int sent = 0; local
2494 sent = gsm_dlci_data_sweep(gsm);
2497 if (sent
4363 int sent; local
[all...]
/linux-master/net/bluetooth/
H A Dhci_conn.c1127 hdev->acl_cnt += conn->sent;
1132 hdev->le_cnt += conn->sent;
1134 hdev->acl_cnt += conn->sent;
1139 hdev->iso_cnt += conn->sent;
1141 hdev->le_cnt += conn->sent;
1143 hdev->acl_cnt += conn->sent;
1277 /* If abort_reason has been sent it means the connection is being
1507 /* Check if the LE Create BIG command has already been sent */
/linux-master/drivers/hid/
H A Dhid-uclogic-params.c1045 * @magic_arr: The magic data that should be sent to probe the interface.
1048 * @endpoint: Endpoint where the magic data should be sent.
1058 int sent; local
1076 rc = usb_interrupt_msg(udev, pipe, buf, magic_size, &sent, 1000);
1077 if (rc || sent != magic_size) {
/linux-master/net/kcm/
H A Dkcmsock.c580 * held. Return bytes actually sent or error.
620 txm->sent = 0;
673 txm->sent += ret;
690 /* Successfully sent the whole packet, account for it. */
691 sk->sk_wmem_queued -= txm->sent;
692 total_sent += txm->sent;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c207 u32 sent = 0; local
212 sent = bnad_txcmpl_process(bnad, tcb);
213 if (sent) {
226 bna_ib_ack(tcb->i_dbell, sent);
231 return sent;
2969 u32 sent; local
2970 sent = bnad_txcmpl_process(bnad, tcb);
2972 bna_ib_ack(tcb->i_dbell, sent);
/linux-master/net/tipc/
H A Dsocket.c77 * @max_pkt: maximum packet size "hint" used when building messages sent by port
88 * @snt_unacked: # messages sent by socket, and not yet acked by peer
239 /* tsk_inc(): increment counter for sent or received data
329 /* tsk_peer_msg - verify if message was sent by connected port's peer
839 * Return: the number of bytes sent on success, or errno
939 /* A broadcast sent within next EXPIRE period must follow same path */
953 * Return: the number of bytes sent on success, or errno
997 * Return: the number of bytes sent on success, or errno
1079 * Return: the number of bytes sent on success, or errno
1153 * Return: the number of bytes sent o
1567 int send, sent = 0; local
[all...]
/linux-master/net/unix/
H A Daf_unix.c425 * since these might not have sent anything so far. This can't be
2197 int sent = 0; local
2231 while (sent < len) {
2232 size = len - sent;
2295 sent += size;
2303 sent++;
2309 return sent;
2315 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
2320 return sent ? : err;

Completed in 468 milliseconds

123456