Searched refs:sent (Results 1 - 25 of 127) sorted by last modified time

123456

/linux-master/drivers/nvme/host/
H A Dpci.c2431 int nr_queues = dev->online_queues - 1, sent = 0; local
2440 sent++;
2442 while (sent) {
2443 struct nvme_queue *nvmeq = &dev->queues[nr_queues + sent];
2450 sent--;
/linux-master/net/bluetooth/
H A Dl2cap_core.c1939 int sent = 0; local
1985 sent++;
1996 BT_DBG("Sent %d, %u unacked, %u in ERTM queue", sent,
1999 return sent;
2145 /* If any i-frames were sent, they included an ack */
2179 int sent = 0; local
2184 sent += count;
2205 sent += count;
2214 return sent;
2480 int sent local
[all...]
H A Dhci_event.c213 void *sent; local
220 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY);
221 if (!sent)
228 conn->link_policy = get_unaligned_le16(sent + 2);
254 void *sent; local
261 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY);
262 if (!sent)
265 hdev->link_policy = get_unaligned_le16(sent);
309 struct hci_cp_read_stored_link_key *sent; local
313 sent
350 void *sent; local
391 void *sent; local
423 void *sent; local
449 void *sent; local
487 void *sent; local
533 void *sent; local
585 void *sent; local
632 struct hci_cp_write_ssp_mode *sent; local
665 struct hci_cp_write_sc_support *sent; local
815 void *sent; local
1020 struct hci_cp_write_page_scan_activity *sent; local
1395 bdaddr_t *sent; local
1590 __u8 *sent; local
1920 struct hci_cp_le_add_to_accept_list *sent; local
1943 struct hci_cp_le_del_from_accept_list *sent; local
1997 struct hci_cp_le_write_def_data_len *sent; local
2018 struct hci_cp_le_add_to_resolv_list *sent; local
2042 struct hci_cp_le_del_from_resolv_list *sent; local
2098 __u8 *sent; local
2142 struct hci_cp_write_le_host_supported *sent; local
2256 struct hci_cp_read_tx_power *sent; local
[all...]
H A Dhci_core.c2971 /* Detect if ISO packet has been sent as ACL */
3136 * Therefore, all standard HCI commands must be sent via the
3159 /* Get data from the previously sent command */
3175 /* Get data from the previously sent command */
3180 /* Check if opcode matches last sent command */
3459 if (c->sent < min) {
3460 min = c->sent;
3487 if (c->type == type && c->sent) {
3544 if (conn->sent < min) {
3545 min = conn->sent;
4033 struct hci_command_hdr *sent; local
[all...]
H A Dhci_sync.c2632 struct hci_cp_le_pa_create_sync *sent; local
2634 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_PA_CREATE_SYNC);
2635 if (sent) {
2640 bacpy(&pa.addr, &sent->addr);
2641 pa.addr_type = sent->addr_type;
2793 struct hci_cp_le_add_to_accept_list *sent; local
2795 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_ACCEPT_LIST);
2796 if (sent) {
2800 &sent->bdaddr);
5192 /* Drop last sent comman
[all...]
H A Dhci_conn.c1099 hdev->acl_cnt += conn->sent;
1104 hdev->le_cnt += conn->sent;
1106 hdev->acl_cnt += conn->sent;
1111 hdev->iso_cnt += conn->sent;
1113 hdev->le_cnt += conn->sent;
1115 hdev->acl_cnt += conn->sent;
1250 /* If abort_reason has been sent it means the connection is being
1480 /* Check if the LE Create BIG command has already been sent */
/linux-master/net/mptcp/
H A Dprotocol.c1117 u16 sent; member in struct:mptcp_sendmsg_info
1229 u64 data_seq = dfrag->data_seq + info->sent;
1230 int offset = dfrag->offset + info->sent;
1240 pr_debug("msk=%p ssk=%p sending dfrag at seq=%llu len=%u already sent=%u",
1241 msk, ssk, dfrag->data_seq, dfrag->data_len, info->sent);
1243 if (WARN_ON_ONCE(info->sent > info->limit ||
1305 copy = min_t(size_t, copy, info->limit - info->sent);
1486 u32 sent)
1490 dfrag->already_sent += sent;
1492 msk->snd_burst -= sent;
1484 mptcp_update_post_push(struct mptcp_sock *msk, struct mptcp_data_frag *dfrag, u32 sent) argument
[all...]
/linux-master/net/sunrpc/
H A Dxprtsock.c924 * 0: The request has been sent
928 * other: Some other error occurred, the request was not sent
942 unsigned int sent; local
958 transport->xmit.offset, rm, &sent);
962 if (likely(sent > 0) || status == 0) {
963 transport->xmit.offset += sent;
995 * 0: The request has been sent
999 * other: Some other error occurred, the request was not sent
1011 unsigned int sent; local
1028 status = xprt_sock_sendmsg(transport->sock, &msg, xdr, 0, 0, &sent);
1098 unsigned int sent; local
2958 unsigned int sent = 0; local
[all...]
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/fs/smb/client/
H A Dtransport.c61 /* when mid allocated can be before when sent */
176 * @sent: amount of data sent on socket is stored here
183 size_t *sent)
189 *sent = 0;
234 cifs_server_dbg(VFS, "tcp sent no data\n");
240 *sent += rc;
281 size_t total_len = 0, sent, size; local
330 rc = smb_send_kvec(server, &smb_msg, &sent);
334 total_len += sent;
182 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, size_t *sent) argument
[all...]
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/include/net/bluetooth/
H A Dhci_core.h763 unsigned int sent; member in struct:hci_conn
805 unsigned int sent; member in struct:hci_chan
/linux-master/drivers/bluetooth/
H A Dbtusb.c3716 size_t count, size, sent = 0; local
3742 sent += size;
3753 memcpy(buf, firmware->data + sent, size);
3760 sent, firmware->size, err);
3770 sent += size;
/linux-master/drivers/hid/
H A Dhid-mcp2221.c90 * is sent only after response to previous has been received. Mutex
240 int ret, len, idx, sent; local
243 sent = 0;
269 sent = sent + len;
270 if (sent >= msg->len)
274 if ((msg->len - sent) < 60)
275 len = msg->len - sent;
748 * which is actually a response to the previously sent command.
/linux-master/tools/testing/selftests/net/
H A Dudpgso.c396 bool sent; local
409 sent = send_one(fdt, test->tlen, test->gso_len, addr, alen);
410 if (sent && test->tfail)
412 if (!sent && !test->tfail)
414 if (!sent)
H A Dtls.c608 size_t sent = 0; local
611 while (sent++ < sends) {
/linux-master/net/unix/
H A Daf_unix.c425 * since these might not have sent anything so far. This can't be
2242 int sent = 0; local
2276 while (sent < len) {
2277 size = len - sent;
2340 sent += size;
2348 sent++;
2354 return sent;
2360 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
2365 return sent ? : err;
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c560 int sent; local
575 sent = bt_sock_wait_ready(sk, msg->msg_flags);
579 if (sent)
580 return sent;
587 sent = rfcomm_dlc_send(d, skb);
588 if (sent < 0)
591 return sent;
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_join.sh1840 cnt1=$(ss -N $ns1 -ti state established state syn-sent state syn-recv |
1842 cnt2=$(ss -N $ns2 -ti state established state syn-sent state syn-recv |
/linux-master/drivers/net/ethernet/renesas/
H A Dsh_eth.c1237 bool sent; local
1242 sent = !(txdesc->status & cpu_to_le32(TD_TACT));
1243 if (sent_only && !sent)
1264 if (sent) {
/linux-master/drivers/target/iscsi/
H A Discsi_target_erl1.c94 * If the struct iscsi_r2t has not been sent yet, we can safely
250 if (!seq->sent) {
251 pr_err("Ignoring non-sent sequence 0x%08x ->"
406 * Note: (cmd->data_sn - 1) will carry the maximum DataSN sent.
635 * that a Recovery R2T has already been sent.
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c1119 vha->gnl.sent = 0;
1156 if (vha->gnl.sent) {
1160 vha->gnl.sent = 1;
H A Dqla_def.h346 u8 sent; member in struct:name_list_extended
415 #define SRB_DMA_VALID BIT_0 /* Command sent to ISP */
2382 * This is sent by the ISP to the Target driver.
2383 * This IOCB would have report of events sent by the
/linux-master/drivers/net/
H A Dveth.c547 int sent, i, err = 0, drops; local
549 sent = veth_xdp_xmit(rq->dev, bq->count, bq->q, 0, false);
550 if (sent < 0) {
551 err = sent;
552 sent = 0;
555 for (i = sent; unlikely(i < bq->count); i++)
558 drops = bq->count - sent;
559 trace_xdp_bulk_tx(rq->dev, sent, drops, err);
562 rq->stats.vs.xdp_tx += sent;
/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...]

Completed in 482 milliseconds

123456