Searched refs:sent (Results 1 - 200 of 2032) sorted by relevance

1234567891011

/linux-4.4.14/drivers/message/fusion/lsi/
H A Dmpi_log_fc.h53 MPI_IOCLOGINFO_FC_TARGET_NO_PDISC = 0x21000001, /* not sent because we are waiting for a PDISC from the initiator */
54 MPI_IOCLOGINFO_FC_TARGET_NO_LOGIN = 0x21000002, /* not sent because we are not logged in to the remote node */
55 MPI_IOCLOGINFO_FC_TARGET_DOAR_KILLED_BY_LIP = 0x21000003, /* Data Out, Auto Response, not sent due to a LIP */
56 MPI_IOCLOGINFO_FC_TARGET_DIAR_KILLED_BY_LIP = 0x21000004, /* Data In, Auto Response, not sent due to a LIP */
58 MPI_IOCLOGINFO_FC_TARGET_DONR_KILLED_BY_LIP = 0x21000006, /* Data Out, No Response, not sent due to a LIP */
59 MPI_IOCLOGINFO_FC_TARGET_WRSP_KILLED_BY_LIP = 0x21000007, /* Auto-response after a write not sent due to a LIP */
62 MPI_IOCLOGINFO_FC_TARGET_MRSP_KILLED_BY_LIP = 0x2100000a, /* Manual Response not sent due to a LIP */
63 MPI_IOCLOGINFO_FC_TARGET_NO_CLASS_3 = 0x2100000b, /* not sent because remote node does not support Class 3 */
64 MPI_IOCLOGINFO_FC_TARGET_LOGIN_NOT_VALID = 0x2100000c, /* not sent because login to remote node not validated */
/linux-4.4.14/sound/pci/echoaudio/
H A Dmidi.c206 int bytes, sent, time; snd_echo_midi_output_write() local
211 sent = bytes = 0; snd_echo_midi_output_write()
218 sent = write_midi(chip, buf, bytes); snd_echo_midi_output_write()
219 if (sent < 0) { snd_echo_midi_output_write()
221 "write_midi() error %d\n", sent); snd_echo_midi_output_write()
223 sent = 9000; snd_echo_midi_output_write()
225 } else if (sent > 0) { snd_echo_midi_output_write()
226 dev_dbg(chip->card->dev, "%d bytes sent\n", sent); snd_echo_midi_output_write()
227 snd_rawmidi_transmit_ack(chip->midi_out, sent); snd_echo_midi_output_write()
230 bytes long. Let's wait until half of them are sent */ snd_echo_midi_output_write()
232 sent = 32; snd_echo_midi_output_write()
240 sent */ snd_echo_midi_output_write()
241 time = (sent << 3) / 25 + 1; /* 8/25=0.32ms to send a byte */ snd_echo_midi_output_write()
/linux-4.4.14/net/ipv4/
H A Dtcp_recovery.c6 /* Marks a packet lost, if some packet sent later has been (s)acked.
12 * RACK: sent time delta to the latest delivered packet (time domain)
63 /* skb is lost if packet sent later is sacked */ tcp_for_write_queue()
72 /* Original data are sent sequentially so stop early tcp_for_write_queue()
73 * b/c the rest are all sent after rack_sent tcp_for_write_queue()
81 /* Record the most recently (re)sent time among the (s)acked packets */ tcp_rack_advance()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h126 u32 tx_frames_lo; /* FCoE TX Frames sent. */
127 u32 tx_frames_hi; /* FCoE TX Frames sent. */
128 u32 tx_bytes_lo; /* FCoE TX Bytes sent. */
129 u32 tx_bytes_hi; /* FCoE TX Bytes sent. */
154 u32 tx_pdus_lo; /* iSCSI PDUs sent. */
155 u32 tx_pdus_hi; /* iSCSI PDUs sent. */
156 u32 tx_bytes_lo; /* iSCSI PDU TX Bytes sent. */
157 u32 tx_bytes_hi; /* iSCSI PDU TX Bytes sent. */
/linux-4.4.14/net/x25/
H A Dx25_out.c49 * Returns the amount of user data bytes sent on success
57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; x25_output() local
78 return sent; x25_output()
82 "sent\n", err, sent); x25_output()
106 sent += len; x25_output()
112 sent = skb->len - header_len; x25_output()
114 return sent; x25_output()
/linux-4.4.14/net/netlabel/
H A Dnetlabel_unlabeled.h39 * This message is sent from an application to add a new static label for
58 * This message is sent from an application to remove an existing static
76 * This message can be sent either from an application or by the kernel in
77 * response to an application generated STATICLIST message. When sent by an
97 * This message is sent from an application to set the default static
115 * This message is sent from an application to remove the existing default
129 * This message can be sent either from an application or by the kernel in
130 * response to an application generated STATICLISTDEF message. When sent by
149 * This message is sent from an application to specify if the kernel should
158 * This message can be sent either from an application or by the kernel in
159 * response to an application generated LIST message. When sent by an
H A Dnetlabel_mgmt.h72 * This message can be sent either from an application or by the kernel in
73 * response to an application generated LISTALL message. When sent by an
118 * This message can be sent either from an application or by the kernel in
119 * response to an application generated LISTDEF message. When sent by an
143 * in the kernel. When sent by an application there is no payload and the
152 * Sent by an application to request the NetLabel version. When sent by an
H A Dnetlabel_cipso_v4.h88 * This message is sent by an application to list the valid DOIs on the
89 * system. When sent by an application there is no payload and the
/linux-4.4.14/drivers/isdn/gigaset/
H A Dser-gigaset.c61 * result: number of bytes sent or error code < 0
68 int sent = -EOPNOTSUPP; write_modem() local
80 sent = tty->ops->write(tty, skb->data, skb->len); write_modem()
81 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent); write_modem()
82 if (sent < 0) { write_modem()
85 return sent; write_modem()
87 skb_pull(skb, sent); write_modem()
89 /* skb sent completely */ write_modem()
97 return sent; write_modem()
102 * result: number of bytes sent or error code < 0
109 int sent = 0; send_cb() local
119 sent = tty->ops->write(tty, cb->buf + cb->offset, cb->len); send_cb()
120 if (sent < 0) { send_cb()
122 gig_dbg(DEBUG_OUTPUT, "send_cb: write error %d", sent); send_cb()
124 return sent; send_cb()
126 cb->offset += sent; send_cb()
127 cb->len -= sent; send_cb()
128 gig_dbg(DEBUG_OUTPUT, "send_cb: sent %d, left %u, queued %u", send_cb()
129 sent, cb->len, cs->cmdbytes); send_cb()
150 return sent; send_cb()
164 int sent = 0; gigaset_modem_fill() local
176 /* no skb is being sent; send command if any */ gigaset_modem_fill()
177 sent = send_cb(cs); gigaset_modem_fill()
178 gig_dbg(DEBUG_OUTPUT, "%s: send_cb -> %d", __func__, sent); gigaset_modem_fill()
179 if (sent) gigaset_modem_fill()
180 /* something sent or error */ gigaset_modem_fill()
287 * return number of characters waiting to be sent
/linux-4.4.14/include/linux/mfd/
H A Ddln2.h52 * @cmd - the command to be sent to the device
53 * @obuf - the buffer to be sent to the device; it can be NULL if the user
55 * @obuf_len - the size of the buffer to be sent to the device
71 * @cmd - the command to be sent to the device
90 * @cmd - the command to be sent to the device
91 * @obuf - the buffer to be sent to the device; it can be NULL if the
93 * @obuf_len - the size of the buffer to be sent to the device
/linux-4.4.14/include/uapi/rdma/
H A Dib_user_mad.h54 * @id - ID of agent MAD received with/to be sent with
60 * @qpn - Remote QP number received from/to be sent to
61 * @qkey - Remote Q_Key to be sent with (unset on receive)
62 * @lid - Remote lid received from/to be sent to
63 * @sl - Service level received with/to be sent with
64 * @path_bits - Local path bits received with/to be sent with
65 * @grh_present - If set, GRH was received/should be sent
97 * @id - ID of agent MAD received with/to be sent with
103 * @qpn - Remote QP number received from/to be sent to
104 * @qkey - Remote Q_Key to be sent with (unset on receive)
105 * @lid - Remote lid received from/to be sent to
106 * @sl - Service level received with/to be sent with
107 * @path_bits - Local path bits received with/to be sent with
108 * @grh_present - If set, GRH was received/should be sent
/linux-4.4.14/include/uapi/linux/
H A Dppp_defs.h98 __u32 ppp_obytes; /* raw bytes sent */
99 __u32 ppp_ooctects; /* frame bytes sent */
100 __u32 ppp_opackets; /* packets sent */
102 __u32 ppp_olqrs; /* # LQR frames sent */
143 * the last NP packet was sent or received.
146 __kernel_time_t xmit_idle; /* time since last NP packet sent */
H A Duserio.h34 * All commands sent to /dev/userio are encoded using this structure. The type
36 * is being sent to userio. The data field should contain the accompanying
H A Dcgroupstats.h41 * Commands sent from userspace
H A Dn_r3964.h84 #define R3964_TX_FAIL -1 /* transmission error, block NOT sent */
H A Dnbd.h49 /* These are sent over the network in the request/reply magic fields */
H A Dresource.h35 __kernel_long_t ru_msgsnd; /* messages sent */
H A Dsonet.h17 __HANDLE_ITEM(tx_cells); /* cells sent */ \
H A Dfirewire-cdev.h77 * This event is sent when the bus the device belongs to goes through a bus
106 * This event is sent when the stack receives a response to an outgoing request
107 * sent by %FW_CDEV_IOC_SEND_REQUEST ioctl. The payload data for responses
128 * This event is sent instead of &fw_cdev_event_request2 if the kernel or
156 * This event is sent when the stack receives an incoming request to an address
182 * sent a write response immediately after the request was received; in this
185 * sent.
214 * This event is sent when the controller has completed an &fw_cdev_iso_packet
272 * This event is sent in multichannel contexts (context type
312 * An %FW_CDEV_EVENT_ISO_RESOURCE_ALLOCATED event is sent after an isochronous
316 * An %FW_CDEV_EVENT_ISO_RESOURCE_DEALLOCATED event is sent after an isochronous
317 * resource was deallocated at the IRM. It is also sent when automatic
751 * The @control.SKIP flag specifies that no packet is to be sent in a frame.
755 * &fw_cdev_event_iso_interrupt event will be sent.
779 * &fw_cdev_event_iso_interrupt event will be sent. An entry that has queued
796 * entirely, an &fw_cdev_event_iso_interrupt_mc event will be sent.
875 * events generated by this ioctl are sent synchronously, i.e., are available
935 * allocated. An %FW_CDEV_EVENT_ISO_RESOURCE_ALLOCATED is sent after
939 * will be sent. The kernel will also automatically deallocate the resources
1004 * @closure: Passed back to userspace in the PHY-packet-sent event
H A Dusbdevice_fs.h110 unsigned int signr; /* signal to be sent on completion,
111 or 0 if none should be sent. */
H A Dppp-ioctl.h37 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
41 #define SC_MUST_COMP 0x00400000 /* no uncompressed packets may be sent or received */
H A Dllc.h39 LLC_OPT_REJ_TMR_EXP, /* rej sent expire time (secs). */
H A Dmqueue.h41 * If the notification is triggered, then the cookie is sent to the netlink
H A Dsched.h7 #define CSIGNAL 0x000000ff /* signal mask to be sent at exit */
H A Dsctp.h228 SCTP_SACK_IMMEDIATELY = (1 << 3), /* SACK should be sent without delay. */
295 * an interface details event is sent. The information has the
445 * subscribes to this event, if there is no data to be sent or
613 * heartbeat to be sent immediately, and adjust the address's maximum
614 * number of retransmissions sent before an address is considered
863 __u64 sas_osacks; /* SACKs sent */
864 __u64 sas_opackets; /* Packets sent */
870 __u64 sas_ouodchunks; /* Unordered data chunks sent */
872 __u64 sas_oodchunks; /* Ordered data chunks sent */
874 __u64 sas_octrlchunks; /* Control chunks sent */
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dsiginfo.h117 #define SI_ASYNCIO -2 /* sent by AIO completion */
118 #define SI_TIMER __SI_CODE(__SI_TIMER, -3) /* sent by timer expiration */
119 #define SI_MESGQ __SI_CODE(__SI_MESGQ, -4) /* sent by real time mesq state change */
/linux-4.4.14/drivers/scsi/libsas/
H A Dsas_task.c27 "dev %llx sent sense data, but " sas_ssp_task_response()
/linux-4.4.14/drivers/iommu/
H A Dexynos-iommu.c49 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \
50 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3))
51 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK)
52 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1)
53 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \
54 ((*(sent) & 3) == 1))
55 #define lv1ent_section(sent) ((*(sent) & 3) == 2)
66 #define section_phys(sent) (*(sent) & SECT_MASK)
90 #define lv2table_base(sent) (*(sent) & 0xFFFFFC00)
146 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) page_entry() argument
149 lv2table_base(sent)) + lv2ent_offset(iova); page_entry()
810 sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) alloc_lv2entry()
812 if (lv1ent_section(sent)) { alloc_lv2entry()
817 if (lv1ent_fault(sent)) { alloc_lv2entry()
819 bool need_flush_flpd_cache = lv1ent_zero(sent); alloc_lv2entry()
826 *sent = mk_lv1ent_page(virt_to_phys(pent)); alloc_lv2entry()
830 pgtable_flush(sent, sent + 1); alloc_lv2entry()
859 return page_entry(sent, iova); alloc_lv2entry()
863 sysmmu_pte_t *sent, sysmmu_iova_t iova, lv1set_section()
866 if (lv1ent_section(sent)) { lv1set_section()
872 if (lv1ent_page(sent)) { lv1set_section()
879 kmem_cache_free(lv2table_kmem_cache, page_entry(sent, 0)); lv1set_section()
883 *sent = mk_lv1ent_sect(paddr); lv1set_section()
885 pgtable_flush(sent, sent + 1); lv1set_section()
888 if (lv1ent_page_zero(sent)) { lv1set_section()
1046 /* lv1ent_page(sent) == true here */ exynos_iommu_unmap()
809 alloc_lv2entry(struct exynos_iommu_domain *domain, sysmmu_pte_t *sent, sysmmu_iova_t iova, short *pgcounter) alloc_lv2entry() argument
862 lv1set_section(struct exynos_iommu_domain *domain, sysmmu_pte_t *sent, sysmmu_iova_t iova, phys_addr_t paddr, short *pgcnt) lv1set_section() argument
/linux-4.4.14/include/uapi/asm-generic/
H A Dsiginfo.h164 #define SI_USER 0 /* sent by kill, sigsend, raise */
165 #define SI_KERNEL 0x80 /* sent by the kernel from somewhere */
166 #define SI_QUEUE -1 /* sent by sigqueue */
167 #define SI_TIMER __SI_CODE(__SI_TIMER,-2) /* sent by timer expiration */
168 #define SI_MESGQ __SI_CODE(__SI_MESGQ,-3) /* sent by real time mesq state change */
169 #define SI_ASYNCIO -4 /* sent by AIO completion */
170 #define SI_SIGIO -5 /* sent by queued SIGIO */
171 #define SI_TKILL -6 /* sent by tkill system call */
172 #define SI_DETHREAD -7 /* sent by execve() killing subsidiary threads */
/linux-4.4.14/include/uapi/linux/netfilter/
H A Dnf_conntrack_tcp.h33 /* This sender sent FIN first */
/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_fip.h48 u16 sol_count; /* no. of sols sent */
54 FIP_VLAN_SENT = 1, /* sent */
/linux-4.4.14/drivers/misc/mei/
H A Dhbm.h28 * @MEI_HBM_STARTING : start request message was sent
29 * @MEI_HBM_ENUM_CLIENTS : enumeration request was sent
H A Dwd.c97 * -EINVAL when invalid message is to be sent
117 dev_err(dev->dev, "wd: invalid message is to be sent, aborting\n"); mei_wd_send()
144 * -EINVAL when invalid message is to be sent
/linux-4.4.14/lib/
H A Dcrc32defs.h57 * Little-endian CRC computation. Used with serial bit streams sent
66 * Big-endian CRC computation. Used with serial bit streams sent
/linux-4.4.14/include/linux/
H A Dadb.h16 unsigned char sent; member in struct:adb_request
45 /* Messages sent thru the client_list notifier. You should NOT stop
H A Drpmsg.h56 * Every message sent(/received) on the rpmsg bus begins with this header.
73 * This message is sent across to publish a new service, or announce
187 * The message will be sent to the remote processor which the @rpdev
212 * The message will be sent to the remote processor which the @rpdev
240 * The message will be sent to the remote processor which the @rpdev
264 * The message will be sent to the remote processor which the @rpdev
289 * The message will be sent to the remote processor which the @rpdev
316 * The message will be sent to the remote processor which the @rpdev
H A Dtcp.h115 struct skb_mstamp snt_synack; /* first SYNACK sent time */
158 u32 rcv_wup; /* rcv_nxt on last window update sent */
161 * The total number of segments sent.
172 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */
199 struct skb_mstamp mstamp; /* (Re)sent time of the skb */
258 u32 prr_out; /* Total number of pkts sent during Recovery. */
372 /* The time we sent the last out-of-window ACK: */
H A Ddccp.h28 * a. Client has performed active-close, has sent a Close to the server
149 * @dreq_iss: initial sequence number, sent on the first Response (RFC 4340, 7.1)
150 * @dreq_gss: greatest sequence number sent (for retransmitted Responses)
226 * @dccps_iss - initial sequence number sent
229 * @dccps_gss - greatest sequence number sent
H A Dsignal.h319 * In POSIX a signal is sent either to a specific thread (Linux task)
321 * is sent determines whether it's to one thread or the whole group,
383 * When SIGCONT is sent, it resumes the process (all threads in the group)
386 * catching, or ignoring SIGCONT. When any stop signal is sent, it clears
H A Dmei_cl_bus.h32 * @events: Events bitmask sent to the driver.
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
H A Dfirmware_exports.h79 /* Maximum size of a WR sent from the host, limited by the SGE.
85 /* Maximum number of outstanding WRs sent from the host. Value must be
102 * Ingress Traffic (e.g. DMA completion credit) for TUNNEL Queue[i] is sent
113 * Ingress Traffic for CTRL Queue[i] is sent to RESP Queue[i].
126 * Ingress Trafffic for OFFLOAD Queue[i] is sent to RESP Queue[i].
/linux-4.4.14/net/dccp/
H A Dackvec.h67 * @av_records: list of %dccp_ackvec_record (Ack Vectors sent previously)
81 * struct dccp_ackvec_record - Records information about sent Ack Vectors
84 * keeps about recently-sent Ack Vectors; again refer to RFC 4340, Appendix A.
87 * @avr_ack_seqno: sequence number of the packet the Ack Vector was sent on
91 * @avr_ack_nonce: the sum of @av_buf_nonce's at the time this record was sent
H A Dfeat.h39 FEAT_CHANGING, /* Change sent but not confirmed yet */
63 * @needs_mandatory: whether Mandatory options should be sent
H A Dccid.h141 * queued packet may be sent, using the return code of ccid_hc_tx_send_packet().
196 * ccid_hc_tx_parse_options - Parse CCID-specific options sent by the receiver
211 * ccid_hc_rx_parse_options - Parse CCID-specific options sent by the sender
/linux-4.4.14/fs/cifs/
H A Dsmb2ops.c466 atomic_t *sent = tcon->stats.smb2_stats.smb2_com_sent; smb2_print_stats() local
468 seq_printf(m, "\nNegotiates: %d sent %d failed", smb2_print_stats()
469 atomic_read(&sent[SMB2_NEGOTIATE_HE]), smb2_print_stats()
471 seq_printf(m, "\nSessionSetups: %d sent %d failed", smb2_print_stats()
472 atomic_read(&sent[SMB2_SESSION_SETUP_HE]), smb2_print_stats()
474 seq_printf(m, "\nLogoffs: %d sent %d failed", smb2_print_stats()
475 atomic_read(&sent[SMB2_LOGOFF_HE]), smb2_print_stats()
477 seq_printf(m, "\nTreeConnects: %d sent %d failed", smb2_print_stats()
478 atomic_read(&sent[SMB2_TREE_CONNECT_HE]), smb2_print_stats()
480 seq_printf(m, "\nTreeDisconnects: %d sent %d failed", smb2_print_stats()
481 atomic_read(&sent[SMB2_TREE_DISCONNECT_HE]), smb2_print_stats()
483 seq_printf(m, "\nCreates: %d sent %d failed", smb2_print_stats()
484 atomic_read(&sent[SMB2_CREATE_HE]), smb2_print_stats()
486 seq_printf(m, "\nCloses: %d sent %d failed", smb2_print_stats()
487 atomic_read(&sent[SMB2_CLOSE_HE]), smb2_print_stats()
489 seq_printf(m, "\nFlushes: %d sent %d failed", smb2_print_stats()
490 atomic_read(&sent[SMB2_FLUSH_HE]), smb2_print_stats()
492 seq_printf(m, "\nReads: %d sent %d failed", smb2_print_stats()
493 atomic_read(&sent[SMB2_READ_HE]), smb2_print_stats()
495 seq_printf(m, "\nWrites: %d sent %d failed", smb2_print_stats()
496 atomic_read(&sent[SMB2_WRITE_HE]), smb2_print_stats()
498 seq_printf(m, "\nLocks: %d sent %d failed", smb2_print_stats()
499 atomic_read(&sent[SMB2_LOCK_HE]), smb2_print_stats()
501 seq_printf(m, "\nIOCTLs: %d sent %d failed", smb2_print_stats()
502 atomic_read(&sent[SMB2_IOCTL_HE]), smb2_print_stats()
504 seq_printf(m, "\nCancels: %d sent %d failed", smb2_print_stats()
505 atomic_read(&sent[SMB2_CANCEL_HE]), smb2_print_stats()
507 seq_printf(m, "\nEchos: %d sent %d failed", smb2_print_stats()
508 atomic_read(&sent[SMB2_ECHO_HE]), smb2_print_stats()
510 seq_printf(m, "\nQueryDirectories: %d sent %d failed", smb2_print_stats()
511 atomic_read(&sent[SMB2_QUERY_DIRECTORY_HE]), smb2_print_stats()
513 seq_printf(m, "\nChangeNotifies: %d sent %d failed", smb2_print_stats()
514 atomic_read(&sent[SMB2_CHANGE_NOTIFY_HE]), smb2_print_stats()
516 seq_printf(m, "\nQueryInfos: %d sent %d failed", smb2_print_stats()
517 atomic_read(&sent[SMB2_QUERY_INFO_HE]), smb2_print_stats()
519 seq_printf(m, "\nSetInfos: %d sent %d failed", smb2_print_stats()
520 atomic_read(&sent[SMB2_SET_INFO_HE]), smb2_print_stats()
522 seq_printf(m, "\nOplockBreaks: %d sent %d failed", smb2_print_stats()
523 atomic_read(&sent[SMB2_OPLOCK_BREAK_HE]), smb2_print_stats()
H A Dtransport.c66 /* when mid allocated can be before when sent */ AllocMidQEntry()
129 * @sent: amount of data sent on socket is stored here
136 size_t *sent) smb_send_kvec()
145 *sent = 0; smb_send_kvec()
198 *sent += rc; smb_send_kvec()
206 cifs_dbg(VFS, "sent %d requested %d\n", rc, remaining); smb_send_kvec()
213 cifs_dbg(VFS, "tcp sent no data\n"); smb_send_kvec()
302 size_t total_len = 0, sent; smb_send_rqst() local
324 rc = smb_send_kvec(server, iov, n_vec, &sent); smb_send_rqst()
328 total_len += sent; smb_send_rqst()
335 rc = smb_send_kvec(server, &p_iov, 1, &sent); smb_send_rqst()
340 total_len += sent; smb_send_rqst()
350 cifs_dbg(FYI, "partial send (wanted=%u sent=%zu): terminating session\n", smb_send_rqst()
353 * If we have only sent part of an SMB then the next SMB could smb_send_rqst()
135 smb_send_kvec(struct TCP_Server_Info *server, struct kvec *iov, size_t n_vec, size_t *sent) smb_send_kvec() argument
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_disc.h83 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
135 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */
136 #define NLP_PLOGI_SND 0x00000020 /* sent PLOGI request for this entry */
137 #define NLP_PRLI_SND 0x00000040 /* sent PRLI request for this entry */
138 #define NLP_ADISC_SND 0x00000080 /* sent ADISC request for this entry */
139 #define NLP_LOGO_SND 0x00000100 /* sent LOGO request for this entry */
140 #define NLP_RNID_SND 0x00000400 /* sent RNID request for this entry */
141 #define NLP_ELS_SND_MASK 0x000007e0 /* sent ELS request for this entry */
204 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */
205 #define NLP_STE_ADISC_ISSUE 0x2 /* ADISC was sent to NL_PORT */
207 #define NLP_STE_PRLI_ISSUE 0x4 /* PRLI was sent to NL_PORT */
208 #define NLP_STE_LOGO_ISSUE 0x5 /* LOGO was sent to NL_PORT */
/linux-4.4.14/net/vmw_vsock/
H A Dvmci_transport.h28 /* The resource ID on which control packets are sent. */
31 /* The resource ID on which control packets are sent to the hypervisor. */
64 * messages. For STREAMs, control packets are sent over the control channel
H A Dvmci_transport_notify.c129 bool sent; vmci_transport_handle_waiting_read() local
132 sent = vmci_transport_send_wrote_bh(dst, src) > 0; vmci_transport_handle_waiting_read()
134 sent = vmci_transport_send_wrote(sk) > 0; vmci_transport_handle_waiting_read()
136 if (sent) vmci_transport_handle_waiting_read()
159 bool sent; vmci_transport_handle_waiting_write() local
162 sent = vmci_transport_send_read_bh(dst, src) > 0; vmci_transport_handle_waiting_write()
164 sent = vmci_transport_send_read(sk) > 0; vmci_transport_handle_waiting_write()
166 if (sent) vmci_transport_handle_waiting_write()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A Dcvmx-helper-rgmii.h49 * Put an RGMII interface in loopback mode. Internal packets sent
96 * causes packets sent by the port to be received by Octeon. External loopback
97 * causes packets received from the wire to sent out again.
H A Dcvmx-helper-sgmii.h90 * causes packets sent by the port to be received by Octeon. External loopback
91 * causes packets received from the wire to sent out again.
H A Dcvmx-helper-xaui.h90 * causes packets sent by the port to be received by Octeon. External loopback
91 * causes packets received from the wire to sent out again.
/linux-4.4.14/drivers/usb/serial/
H A Dkl5kusb105.h49 * When data is being sent we see 0x30 in the lower byte; this must
H A Dcypress_m8.h61 * These are sent / read at byte 0 of the input/output hid reports.
67 #define CONTROL_RESET 0x08 /* sent with output report */
H A Dvisor.h90 * is now closing the pipe. An empty packet is sent in response.
95 * VISOR_GET_CONNECTION_INFORMATION is sent by the host during enumeration to
126 * PALM_GET_SOME_UNKNOWN_INFORMATION is sent by the host during enumeration to
H A Dkeyspan_usa49msg.h94 with a status message, but no further status will be sent
95 until a control messages with enablePort is sent
116 Host->device messages sent on the global control endpoint:
133 there are three types of "commands" sent in the control message:
H A Dio_ionsp.h82 All 16-bit fields are sent in little-endian (Intel) format.
141 // (sent from Host to Edgeport)
222 // (sent from Host to Edgeport)
289 // Note: This command MUST be sent before sending a SET_RX_FLOW or
302 // Note: This command must be sent before sending a SET_RX_FLOW or
H A Dkeyspan_usa67msg.h116 // all things called "ControlMessage" are sent on the 'control' endpoint
122 there are three types of "commands" sent in the control message:
199 // all things called "StatusMessage" are sent on the status endpoint
/linux-4.4.14/drivers/scsi/bfa/
H A Dbfa_defs_fcs.h42 u32 flogi_sent; /* Num FLOGIs sent */
51 u32 fabric_onlines; /* Internal fabric online notification sent
53 u32 fabric_offlines; /* Internal fabric offline notification sent
286 u32 fdisc_sent; /* num fdisc sent */
300 u32 logo_sent; /* logo sent */
363 u32 plogis; /* plogis sent */
372 u32 adisc_sent; /* ADISC requests sent */
376 u32 logos; /* logos sent */
384 u32 rpsc_sent; /* RPSC requests sent */
441 BFA_ITNIM_PRLI_SENT = 2, /* prli sent */
455 u32 prli_sent; /* num prli sent out */
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h68 /* This subcode is sent by core PCI driver to indicate cores are ready. */
184 /** NIC Commands are sent using this Octeon Input Queue */
387 u64 rid:13; /** request id in response to pkt sent by host */
395 u64 rid:13; /** request id in response to pkt sent by host */
405 u64 rid:13; /** request id in response to pkt sent by host */
425 u64 rid:13; /** req id in response to pkt sent by host */
435 u64 rid:13; /** req id in response to pkt sent by host */
589 u64 one_collision_sent; /* Packets sent after one collision*/
590 u64 multi_collision_sent; /* Packets sent after multiple collision*/
591 u64 max_collision_fail; /* Packets not sent due to max collisions */
592 u64 max_deferral_fail; /* Packets not sent due to max deferrals */
H A Docteon_network.h67 /** Link information sent by the core application for this interface. */
121 * This routine is called by the callback function when a ctrl pkt sent to
123 * and data sent to the core app. This routine is only called if the ctrl
124 * pkt was sent successfully to the core app.
H A Docteon_iq.h62 u64 bytes_sent; /**< Bytes sent through this queue. */
63 u64 sgentry_sent;/**< Gather entries sent through this queue. */
64 u64 tx_done;/**< Num of packets sent to network. */
H A Docteon_nic.h31 /* Maximum number of 8-byte words can be sent in a NIC control message.
209 * queue should be stopped, and IQ_SEND_OK if it sent okay.
220 * queue should be stopped, and IQ_SEND_OK if it sent okay.
H A Docteon_config.h209 * host if atleast one packet was sent in the time interval specified
216 * only if it sent as many packets as specified by this field.
250 * only if it sent as many packets as specified by this field.
257 * host if atleast one packet was sent in the time interval specified
H A Docteon_droq.h101 /** Number of packets sent to stack from this queue. */
104 /** Number of Bytes sent to stack from this queue. */
124 * The received packet will be sent to the upper layers using this
295 /** Pointer to the mapped packet sent register.
/linux-4.4.14/drivers/hid/
H A Dhid-roccat-pyra.h99 * Tilt events are sent repeatedly with 0.94s between first and second
105 * These are sent sequentially
H A Dhid-speedlink.c50 /* This fixes the "jumpy" cursor occuring due to invalid events sent speedlink_event()
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunvnet.h26 /* VNET packets are sent in buffers with the first 6 bytes skipped
89 u8 sent; member in struct:vnet_mcast_entry
/linux-4.4.14/net/bluetooth/
H A Dhci_event.c143 void *sent; hci_cc_write_link_policy() local
150 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY); hci_cc_write_link_policy()
151 if (!sent) hci_cc_write_link_policy()
158 conn->link_policy = get_unaligned_le16(sent + 2); hci_cc_write_link_policy()
180 void *sent; hci_cc_write_def_link_policy() local
187 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY); hci_cc_write_def_link_policy()
188 if (!sent) hci_cc_write_def_link_policy()
191 hdev->link_policy = get_unaligned_le16(sent); hci_cc_write_def_link_policy()
230 struct hci_cp_read_stored_link_key *sent; hci_cc_read_stored_link_key() local
234 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); hci_cc_read_stored_link_key()
235 if (!sent) hci_cc_read_stored_link_key()
238 if (!rp->status && sent->read_all == 0x01) { hci_cc_read_stored_link_key()
263 void *sent; hci_cc_write_local_name() local
267 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LOCAL_NAME); hci_cc_write_local_name()
268 if (!sent) hci_cc_write_local_name()
274 mgmt_set_local_name_complete(hdev, sent, status); hci_cc_write_local_name()
276 memcpy(hdev->dev_name, sent, HCI_MAX_NAME_LENGTH); hci_cc_write_local_name()
298 void *sent; hci_cc_write_auth_enable() local
302 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_AUTH_ENABLE); hci_cc_write_auth_enable()
303 if (!sent) hci_cc_write_auth_enable()
309 __u8 param = *((__u8 *) sent); hci_cc_write_auth_enable()
327 void *sent; hci_cc_write_encrypt_mode() local
334 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_ENCRYPT_MODE); hci_cc_write_encrypt_mode()
335 if (!sent) hci_cc_write_encrypt_mode()
338 param = *((__u8 *) sent); hci_cc_write_encrypt_mode()
350 void *sent; hci_cc_write_scan_enable() local
354 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); hci_cc_write_scan_enable()
355 if (!sent) hci_cc_write_scan_enable()
358 param = *((__u8 *) sent); hci_cc_write_scan_enable()
399 void *sent; hci_cc_write_class_of_dev() local
403 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_CLASS_OF_DEV); hci_cc_write_class_of_dev()
404 if (!sent) hci_cc_write_class_of_dev()
410 memcpy(hdev->dev_class, sent, 3); hci_cc_write_class_of_dev()
413 mgmt_set_class_of_dev_complete(hdev, sent, status); hci_cc_write_class_of_dev()
446 void *sent; hci_cc_write_voice_setting() local
453 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_VOICE_SETTING); hci_cc_write_voice_setting()
454 if (!sent) hci_cc_write_voice_setting()
457 setting = get_unaligned_le16(sent); hci_cc_write_voice_setting()
488 struct hci_cp_write_ssp_mode *sent; hci_cc_write_ssp_mode() local
492 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SSP_MODE); hci_cc_write_ssp_mode()
493 if (!sent) hci_cc_write_ssp_mode()
499 if (sent->mode) hci_cc_write_ssp_mode()
506 mgmt_ssp_enable_complete(hdev, sent->mode, status); hci_cc_write_ssp_mode()
508 if (sent->mode) hci_cc_write_ssp_mode()
520 struct hci_cp_write_sc_support *sent; hci_cc_write_sc_support() local
524 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SC_SUPPORT); hci_cc_write_sc_support()
525 if (!sent) hci_cc_write_sc_support()
531 if (sent->support) hci_cc_write_sc_support()
538 if (sent->support) hci_cc_write_sc_support()
723 struct hci_cp_write_page_scan_activity *sent; hci_cc_write_page_scan_activity() local
730 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_PAGE_SCAN_ACTIVITY); hci_cc_write_page_scan_activity()
731 if (!sent) hci_cc_write_page_scan_activity()
734 hdev->page_scan_interval = __le16_to_cpu(sent->interval); hci_cc_write_page_scan_activity()
735 hdev->page_scan_window = __le16_to_cpu(sent->window); hci_cc_write_page_scan_activity()
1026 bdaddr_t *sent; hci_cc_le_set_random_addr() local
1033 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_RANDOM_ADDR); hci_cc_le_set_random_addr()
1034 if (!sent) hci_cc_le_set_random_addr()
1039 bacpy(&hdev->random_addr, sent); hci_cc_le_set_random_addr()
1046 __u8 *sent, status = *((__u8 *) skb->data); hci_cc_le_set_adv_enable() local
1053 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_ADV_ENABLE); hci_cc_le_set_adv_enable()
1054 if (!sent) hci_cc_le_set_adv_enable()
1062 if (*sent) { hci_cc_le_set_adv_enable()
1227 struct hci_cp_le_add_to_white_list *sent; hci_cc_le_add_to_white_list() local
1235 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_ADD_TO_WHITE_LIST); hci_cc_le_add_to_white_list()
1236 if (!sent) hci_cc_le_add_to_white_list()
1239 hci_bdaddr_list_add(&hdev->le_white_list, &sent->bdaddr, hci_cc_le_add_to_white_list()
1240 sent->bdaddr_type); hci_cc_le_add_to_white_list()
1246 struct hci_cp_le_del_from_white_list *sent; hci_cc_le_del_from_white_list() local
1254 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_DEL_FROM_WHITE_LIST); hci_cc_le_del_from_white_list()
1255 if (!sent) hci_cc_le_del_from_white_list()
1258 hci_bdaddr_list_del(&hdev->le_white_list, &sent->bdaddr, hci_cc_le_del_from_white_list()
1259 sent->bdaddr_type); hci_cc_le_del_from_white_list()
1292 struct hci_cp_le_write_def_data_len *sent; hci_cc_le_write_def_data_len() local
1300 sent = hci_sent_cmd_data(hdev, HCI_OP_LE_WRITE_DEF_DATA_LEN); hci_cc_le_write_def_data_len()
1301 if (!sent) hci_cc_le_write_def_data_len()
1304 hdev->le_def_tx_len = le16_to_cpu(sent->tx_len); hci_cc_le_write_def_data_len()
1305 hdev->le_def_tx_time = le16_to_cpu(sent->tx_time); hci_cc_le_write_def_data_len()
1327 struct hci_cp_write_le_host_supported *sent; hci_cc_write_le_host_supported() local
1335 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LE_HOST_SUPPORTED); hci_cc_write_le_host_supported()
1336 if (!sent) hci_cc_write_le_host_supported()
1341 if (sent->le) { hci_cc_write_le_host_supported()
1350 if (sent->simul) hci_cc_write_le_host_supported()
1398 struct hci_cp_read_tx_power *sent; hci_cc_read_tx_power() local
1407 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_TX_POWER); hci_cc_read_tx_power()
1408 if (!sent) hci_cc_read_tx_power()
1417 switch (sent->type) { hci_cc_read_tx_power()
3210 conn->sent -= count; hci_num_comp_pkts_evt()
3298 conn->sent -= block_count; hci_num_comp_blocks_evt()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api-tof.h165 * value be sent to the AP
167 * value to be sent to the AP
169 * value to be sent to the AP
196 * @num_of_bursts: Recommended value to be sent to the AP. 2s Exponent of the
198 * @burst_period: Recommended value to be sent to the AP. Measurement
206 * @location_req: Location Request Bit[0] LCI should be sent in the FTMR
207 * Bit[1] Civic should be sent in the FTMR
255 * sent back in the range response
362 * @bssid: BSSID of the AP which sent the report
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dbmi.c51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_get_target_info()
123 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_read()
181 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_write()
245 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_execute()
292 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_set_app_start()
328 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_reg_read()
371 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_reg_write()
413 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_lz_data()
462 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); ath6kl_bmi_lz_stream_start()
/linux-4.4.14/drivers/macintosh/
H A Dadb-iop.c75 * Completion routine for ADB commands sent to the IOP.
77 * This will be called when a packet has been successfully sent.
193 req->sent = 1; adb_iop_start()
198 /* when the packet has been sent. */ adb_iop_start()
242 req->sent = 0; adb_iop_write()
H A Dmacio-adb.c179 req->sent = 0; macio_send_request()
219 req->sent = 1; macio_adb_interrupt()
236 if (current_req && current_req->sent) { macio_adb_interrupt()
H A Dvia-cuda.c394 req->sent = 0; cuda_write()
480 /* CUDA has sent us the first byte of data - unsolicited */ cuda_interrupt()
491 /* CUDA has sent us the first byte of data of a reply */ cuda_interrupt()
525 req->sent = 1; cuda_interrupt()
H A Dvia-macii.c220 req.sent = 0; macii_queue_poll()
264 req->sent = 0; macii_write()
436 req->sent = 1; macii_interrupt()
464 /* just sent the command byte, set to EVEN */ macii_interrupt()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dp2p.h52 * @BRCMF_P2P_STATUS_IF_ADD: peer-to-peer vif add sent to dongle.
54 * @BRCMF_P2P_STATUS_IF_DELETING: peer-to-peer vif delete sent to dongle.
55 * @BRCMF_P2P_STATUS_IF_CHANGING: peer-to-peer vif change sent to dongle.
93 * @tx_dst_addr: mac address where tx af should be sent to.
122 * @af_sent_channel: channel action frame is sent.
/linux-4.4.14/net/sctp/
H A Dprimitive.c98 * after the peer acknowledges all the SCTP packets sent. A success code
113 * will be discarded and an ABORT chunk is sent to the peer. A success
150 * will not be sent by SCTP after the life time expires. This
153 * initiated to transport (i.e. sent to the destination via SCTP's
160 * should be sent. Whenever possible, SCTP should use this destination
H A Dtransport.c69 * C1) Until an RTT measurement has been made for a packet sent to the sctp_transport_init()
97 /* Initialize the 64-bit random nonce sent with heartbeat. */ sctp_transport_init()
186 * timer. This routine is called every time a DATA chunk is sent.
192 * R1) Every time a DATA chunk is sent to any address(including a sctp_transport_reset_timers()
203 /* When a data chunk is sent, reset the heartbeat interval. */ sctp_transport_reset_timers()
370 * new data chunk is sent. sctp_transport_update_rto()
494 * were last sent, according to the formula described in sctp_transport_lower_cwnd()
563 * first be applied to limit how many new DATA chunks may be sent.
H A Dchunk.c118 int sent; sctp_datamsg_destroy() local
120 sent = SCTP_DATA_SENT; sctp_datamsg_destroy()
122 sent = SCTP_DATA_UNSENT; sctp_datamsg_destroy()
124 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent, sctp_datamsg_destroy()
/linux-4.4.14/include/rdma/
H A Dib_mad.h193 * lay them out wrong otherwise. (And unfortunately they are sent on
369 * response to a sent request or trap.
417 * ib_mad_send_handler - callback handler for a sent MAD.
418 * @mad_agent: MAD agent that sent the MAD.
419 * @mad_send_wc: Send work completion information on the sent MAD.
425 * ib_mad_snoop_handler - Callback handler for snooping sent MADs.
427 * @send_wr: Work request information on the sent MAD.
428 * @mad_send_wc: Work completion information on the sent MAD. Valid
458 * @send_handler: Callback handler for a sent MAD.
459 * @snoop_handler: Callback handler for snooped sent MADs.
462 * Unsolicited MADs sent by this client will have the upper 32-bits
593 * ib_register_mad_snoop - Register to snoop sent and received MADs.
654 * @mad_agent: Specifies the registration associated with sent MAD.
665 * @mad_agent: Specifies the registration associated with sent MAD.
667 * @timeout_ms: New timeout value for sent MAD.
669 * This call will reset the timeout value for a sent MAD to the specified
699 * MAD sent or received on a redirected QP.
701 * @wc: References a work completion associated with a sent or received
720 * @pkey_index: Specifies which PKey the MAD will be sent using. This field
H A Dib_cm.h424 * @private_data: Optional user-defined private data sent with the
437 * @private_data: Optional user-defined private data sent with the
449 * @private_data: Optional user-defined private data sent with the
484 * @private_data: Optional user-defined private data sent with the
504 * @private_data: Optional user-defined private data sent with the
519 * @private_data: Optional user-defined private data sent with the
552 * @status: Reply status sent with the alternate path response.
553 * @info: Optional additional information sent with the alternate path
556 * @private_data: Optional user-defined private data sent with the
/linux-4.4.14/arch/x86/platform/uv/
H A Duv_irq.c138 * longer allowed to be sent.
177 * MMR that defines the MSI that is to be sent to the specified CPU when an
203 * defined the MSI that was to be sent to the specified CPU when an interrupt
/linux-4.4.14/net/dccp/ccids/
H A Dccid3.h88 * @tx_last_win_count: Last window counter sent
90 * with last_win_count value sent
134 * @rx_tstamp_last_feedback: Time at which last feedback was sent
/linux-4.4.14/arch/m68k/include/asm/
H A Dmac_iop.h45 #define IOP_MSG_NEW 1 /* new message sent */
53 #define IOP_MSGSTATUS_SENT 2 /* message sent, awaiting reply */
144 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */
/linux-4.4.14/drivers/tty/hvc/
H A Dhvc_xen.c96 int sent = 0; __write_console() local
103 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) __write_console()
104 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; __write_console()
109 if (sent) __write_console()
111 return sent; __write_console()
128 int sent = __write_console(cons, data, len); domU_write_console() local
130 data += sent; domU_write_console()
131 len -= sent; domU_write_console()
/linux-4.4.14/drivers/remoteproc/
H A Domap_remoteproc.h42 * part of the init sequence sent that the M3 expects to see immediately
51 * @RP_MBOX_CRASH: this message is sent if BIOS crashes
/linux-4.4.14/drivers/media/usb/stk1160/
H A Dstk1160-reg.h48 * skip count unit (0x105) before each unit sent.
56 * skip count unit (0x105) before each unit sent.
/linux-4.4.14/drivers/bluetooth/
H A Dath3k.c209 int err, pipe, len, size, sent = 0; ath3k_load_firmware() local
229 sent += 20; ath3k_load_firmware()
239 memcpy(send_buf, firmware->data + sent, size); ath3k_load_firmware()
250 sent += size; ath3k_load_firmware()
305 int err, pipe, len, size, count, sent = 0; ath3k_load_fwfile() local
329 sent += size; ath3k_load_fwfile()
339 memcpy(send_buf, firmware->data + sent, size); ath3k_load_fwfile()
349 sent += size; ath3k_load_fwfile()
H A Dbfusb.c470 int sent = 0, size, count; bfusb_send_frame() local
503 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0); bfusb_send_frame()
508 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size); bfusb_send_frame()
510 sent += size; bfusb_send_frame()
537 int err, pipe, len, size, sent = 0; bfusb_load_firmware() local
565 memcpy(buf, firmware + sent, size); bfusb_load_firmware()
575 sent += size; bfusb_load_firmware()
/linux-4.4.14/net/atm/
H A Dlec_arpc.h65 * Next packet sent to this mac address
66 * causes ARP-request to be sent
H A Dlec.h102 * If no traffic has been sent in this vcc for this period of time,
130 * LE_FLUSH_REQUEST has been sent before taking recover action. (C21)
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_nq.c17 * available, the job will be sent to the idle server, instead of waiting
19 * sent to the server that minimize its expected delay (The Shortest
H A Dip_vs_proto_sctp.c259 * IP_VS_SCTP_S_INIT1: First C:INIT sent, wait for S:INIT-ACK
260 * IP_VS_SCTP_S_INIT: Next C:INIT sent, wait for S:INIT-ACK
261 * IP_VS_SCTP_S_COOKIE_SENT: S:INIT-ACK sent, wait for C:COOKIE-ECHO
262 * IP_VS_SCTP_S_COOKIE_REPLIED: C:COOKIE-ECHO sent, wait for S:COOKIE-ACK
265 * IP_VS_SCTP_S_COOKIE_WAIT: S:INIT sent, wait for C:INIT-ACK
266 * IP_VS_SCTP_S_COOKIE: C:INIT-ACK sent, wait for S:COOKIE-ECHO
267 * IP_VS_SCTP_S_COOKIE_ECHOED: S:COOKIE-ECHO sent, wait for C:COOKIE-ACK
/linux-4.4.14/net/bluetooth/rfcomm/
H A Dsock.c562 int sent; rfcomm_sock_sendmsg() local
577 sent = bt_sock_wait_ready(sk, msg->msg_flags); rfcomm_sock_sendmsg()
578 if (sent) rfcomm_sock_sendmsg()
588 if (sent == 0) rfcomm_sock_sendmsg()
589 sent = err; rfcomm_sock_sendmsg()
597 if (sent == 0) rfcomm_sock_sendmsg()
598 sent = err; rfcomm_sock_sendmsg()
607 if (sent == 0) rfcomm_sock_sendmsg()
608 sent = err; rfcomm_sock_sendmsg()
612 sent += size; rfcomm_sock_sendmsg()
619 return sent; rfcomm_sock_sendmsg()
/linux-4.4.14/drivers/staging/unisys/visorhba/
H A Dvisorhba_main.c102 void *sent; /* The Data being tracked */ member in struct:scsipending
201 while (devdata->pending[insert_location].sent) { add_scsipending_entry()
213 entry->sent = new; add_scsipending_entry()
215 entry->sent = &entry->cmdrsp; add_scsipending_entry()
234 void *sent = NULL; del_scsipending_ent() local
238 sent = devdata->pending[del].sent; del_scsipending_ent()
241 devdata->pending[del].sent = NULL; del_scsipending_ent()
245 return sent; del_scsipending_ent()
254 * if the "sent" field is not NULL
260 if (ddata->pending[ent].sent) get_scsipending_cmdrsp()
698 scsicmd = pendingdel->sent; visorhba_serverdown_complete()
704 cmdrsp = pendingdel->sent; visorhba_serverdown_complete()
711 cmdrsp = pendingdel->sent; visorhba_serverdown_complete()
721 pendingdel->sent = NULL; visorhba_serverdown_complete()
901 * queue_disk_add_remove - IOSP has sent us a add/remove request
927 * process_disk_notify - IOSP has sent a process disk notify event
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_seq_pdu_list.h63 int sent; member in struct:iscsi_seq
/linux-4.4.14/drivers/scsi/arm/
H A Dacornscsi.h194 PHASE_COMMANDPAUSED, /* command partly sent */
195 PHASE_COMMAND, /* command all sent */
228 SYNC_SENT_REQUEST, /* sent SDTR message */
299 unsigned short last_message; /* last message to be sent */
/linux-4.4.14/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c54 * @sdev: sdev the command has been sent to
101 * @sdev: sdev command should be sent to
156 * @sdev: sdev the command has been sent to
234 * @sdev: sdev command should be sent to
/linux-4.4.14/drivers/isdn/pcbit/
H A Dedss1.h23 #define ST_CALL_RECV 7 /* Alerting sent */
H A Dpcbit.h87 unsigned short fsize[8]; /* sent layer2 frames size */
/linux-4.4.14/drivers/block/aoe/
H A Daoe.h115 struct timeval sent; /* high-res time packet was sent */ member in struct:frame
116 u32 sent_jiffs; /* low-res jiffies-based sent time */
161 u16 lasttag; /* last tag sent */
/linux-4.4.14/arch/tile/include/asm/
H A Dkgdb.h31 * in the registers sent for correct processing in the host-side gdb.
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dqeth.h96 /* data sent to user space as result of query arp ioctl */
/linux-4.4.14/arch/ia64/include/asm/sn/
H A Dintr.h45 u64 irq_xtalkaddr; /* xtalkaddr IRQ is sent to */
/linux-4.4.14/include/net/caif/
H A Dcaif_layer.h36 * enum caif_ctrlcmd - CAIF Stack Control Signaling sent in layer.ctrlcmd().
62 * These commands are sent upwards in the CAIF stack to the CAIF Client.
79 * enum caif_modemcmd - Modem Control Signaling, sent from CAIF Client
93 * These are requests sent 'downwards' in the stack.
105 * Indicate if a packet is to be sent out or to be received in.
/linux-4.4.14/include/net/irda/
H A Dirlap.h76 * IAS queries) fall in the second category and are sent to LAP even if TTP
78 * two (2) data frames before beeing sent on the "wire", which speed up
108 __u8 ns; /* Sequence number of frame sent */
175 __u8 vs; /* Next frame to be sent */
194 int frame_sent; /* Have we sent reply? */
/linux-4.4.14/drivers/message/fusion/
H A Dmptlan.c159 * lan_reply - Handle all data sent from the hardware.
582 struct sk_buff *sent; mpt_lan_send_turbo() local
587 sent = priv->SendCtl[ctx].skb; mpt_lan_send_turbo()
590 dev->stats.tx_bytes += sent->len; mpt_lan_send_turbo()
592 dioprintk((KERN_INFO MYNAM ": %s/%s: @%s, skb %p sent.\n", mpt_lan_send_turbo()
594 __func__, sent)); mpt_lan_send_turbo()
599 dev_kfree_skb_irq(sent); mpt_lan_send_turbo()
615 struct sk_buff *sent; mpt_lan_send_reply() local
640 printk (KERN_ERR MYNAM ": %s/%s: ERROR - Invalid SGL sent to IOC!\n", mpt_lan_send_reply()
655 sent = priv->SendCtl[ctx].skb; mpt_lan_send_reply()
656 dev->stats.tx_bytes += sent->len; mpt_lan_send_reply()
658 dioprintk((KERN_INFO MYNAM ": %s/%s: @%s, skb %p sent.\n", mpt_lan_send_reply()
660 __func__, sent)); mpt_lan_send_reply()
665 dev_kfree_skb_irq(sent); mpt_lan_send_reply()
/linux-4.4.14/include/scsi/
H A Dlibfcoe.h58 * @FIP_ST_VNMP_PROBE1: VN2VN sent first probe, listening
59 * @FIP_ST_VNMP_PROBE2: VN2VN sent second probe, listening
60 * @FIP_ST_VNMP_CLAIM: VN2VN sent claim, waiting for responses
95 * @sol_time: time when a multicast solicitation was last sent.
103 * @flogi_req: clone of FLOGI request sent
194 * @flogi_sent: current FLOGI sent to this FCF
/linux-4.4.14/drivers/net/wireless/libertas/
H A Dif_cs.c591 int sent = 0; if_cs_prog_helper() local
626 int remain = fw->size - sent; if_cs_prog_helper()
632 * "write the number of bytes to be sent to the I/O Command if_cs_prog_helper()
640 &fw->data[sent], if_cs_prog_helper()
663 sent, ret); if_cs_prog_helper()
670 sent += count; if_cs_prog_helper()
684 int sent; if_cs_prog_real() local
697 for (sent = 0; sent < fw->size; sent += len) { if_cs_prog_real()
712 sent -= len; if_cs_prog_real()
719 &fw->data[sent], if_cs_prog_real()
727 pr_err("can't download firmware at 0x%x\n", sent); if_cs_prog_real()
H A Ddev.h133 /* Command responses sent from the hardware to the driver */
138 /* Events sent from hardware to driver */
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_user_sdma.c74 * pkts sent to dma engine are queued on this
78 struct list_head sent; member in struct:ipath_user_sdma_queue
110 INIT_LIST_HEAD(&pq->sent); ipath_user_sdma_queue_create()
571 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) { ipath_user_sdma_queue_clean()
631 if (list_empty(&pq->sent)) { ipath_user_sdma_queue_drain()
641 if (!list_empty(&pq->sent)) { ipath_user_sdma_queue_drain()
647 list_splice_init(&pq->sent, &free_list); ipath_user_sdma_queue_drain()
772 list_move_tail(&pkt->list, &pq->sent); ipath_user_sdma_push_pkts()
/linux-4.4.14/drivers/scsi/
H A Dmac53c94.h135 #define SS_MSG_SENT 1 /* One message byte sent */
138 #define SS_DONE 4 /* Command was sent OK */
H A Deata_generic.h169 #define HA_CP_ABORT_NA 0x0d /* Abort Message sent to non-active cmd */
170 #define HA_CP_ABORTED 0x0e /* Abort Message sent to active cmd */
171 #define HA_CP_RESET_NA 0x0f /* Reset Message sent to non-active cmd */
172 #define HA_CP_RESET 0x10 /* Reset Message sent to active cmd */
/linux-4.4.14/drivers/scsi/aic7xxx/
H A Dcam.h66 CAM_BDR_SENT, /* A SCSI BDR msg was sent to target */
99 AC_SENT_BDR = 0x010,/* A BDR message was sent to target */
/linux-4.4.14/kernel/
H A Dfreezer.c111 * If @p is freezing, the freeze request is sent either by sending a fake
124 * will result in an extra wakeup being sent to the task. It does not freeze_task()
/linux-4.4.14/include/net/iucv/
H A Diucv.h38 * parameter list / a message is sent in the parameter list.
321 * Cancels a message you have sent.
337 * This function receives messages that are being sent to you over
357 * This function receives messages that are being sent to you over
386 * @flags: how the reply is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST)
404 * @flags: how the message is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST)
424 * @flags: how the message is sent (IUCV_IPRMDATA, IUCV_IPPRTY, IUCV_IPBUFLST)
444 * @flags: how the message is sent and the reply is received
/linux-4.4.14/include/scsi/fc/
H A Dfc_fc2.h33 * This format is set by the FC-FS standard and is sent over the wire.
82 * This format is set by the FC-FS standard and is sent over the wire.
/linux-4.4.14/arch/mips/sgi-ip22/
H A Dip22-reset.c64 /* If we're still running, we probably got sent an alarm sgi_machine_power_off()
103 /* Interrupt still being sent. */ debounce()
/linux-4.4.14/drivers/tty/serial/
H A Dsunhv.c62 unsigned long len, status, sent; transmit_chars_write() local
66 status = sun4v_con_write(ra, len, &sent); transmit_chars_write()
69 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1); transmit_chars_write()
70 port->icount.tx += sent; transmit_chars_write()
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_frame.c52 * Allocate a frame intended to be sent.
/linux-4.4.14/drivers/isdn/hardware/eicon/
H A Dpr_pc.h30 byte ReqInput; /* number of Req Buffers sent */
H A Ddi.c187 Note that remove request was sent to the card pr_out()
737 Id - Id of the entity that had sent this return code
738 Ch - Channel of the entity that had sent this return code
752 type - the Id that was sent by the ASSIGN of this entity.
773 Id - Id of the entity that had sent this request
774 Ch - Channel of the entity that had sent this request
776 type - the Id that was sent by the ASSIGN of this entity.
796 Id - Id of the entity that had sent this indication
797 Ch - Channel of the entity that had sent this indication
815 type: the Id that was sent by the ASSIGN of this entity. This should
/linux-4.4.14/drivers/misc/mic/scif/
H A Dscif_epd.c169 * An accept() on the remote node has occurred and sent this message
217 * The remote connection request failed to map the local memory it was sent.
273 * The local ep may have sent a disconnect and and been closed scif_discnct()
289 * before the other side sent the disconnect. If so the ep will no scif_discnct()
/linux-4.4.14/drivers/net/dsa/
H A Dmv88e6123_61_65.c56 * are to be sent. mv88e6123_61_65_setup_global()
H A Dmv88e6171.c51 * are to be sent. mv88e6171_setup_global()
H A Dmv88e6131.c57 * be sent. mv88e6131_setup_global()
/linux-4.4.14/drivers/net/ethernet/adi/
H A Dbfin_mac.h21 * enabled. Otherwize, corrupted RX packet will be sent up stack
/linux-4.4.14/drivers/media/usb/dvb-usb/
H A Dm920x.h43 index the messages is sent to is made up of a set of flags that control
H A Dfriio.h57 /* when controlling the LEDs, 32bit(saturation, R, G, B) is sent on the bit3*/
/linux-4.4.14/drivers/misc/ibmasm/
H A Dr_heartbeat.c28 * Reverse Heartbeat, i.e. heartbeats sent from the driver to the
H A Dmodule.c35 * 2) Answers the periodic heartbeats sent by the service processor.
38 * 3) Acts as a pass through for dot commands sent from user applications.
42 * are sent to the driver through interrupts. They can be read from user
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h93 /* Total number of PAUSE frames sent from the far-end port */
/linux-4.4.14/drivers/net/usb/
H A Dkalmia.c36 * or similar tool. Then the modem gets sent two initialization packets by
40 * sent to and from the modem in a proprietary format discovered after watching
78 "Did not send all of init packet. Bytes sent: %i", kalmia_send_init_packet()
82 netdev_dbg(dev->net, "Successfully sent init packet."); kalmia_send_init_packet()
/linux-4.4.14/drivers/net/ethernet/
H A Dnetx-eth.c46 /* shall be sent */
49 /* be sent */
50 #define CON_FIFO_PORT_HI(xcno) (5 + ((xcno) << 3)) /* Index of the FIFO where sent Data packages */
52 #define CON_FIFO_PORT_LO(xcno) (6 + ((xcno) << 3)) /* Index of the FIFO where sent Data */
/linux-4.4.14/drivers/net/ethernet/sgi/
H A Dmeth.h39 u64 sent:1; /* always set to 1...*/ member in struct:tx_status_vector
56 u64 tx_int_flag:1; /*Generate TX intrrupt when packet has been sent*/
193 /* 1: A TX message had the INT request bit set, the packet has been sent. */
232 #define METH_TX_CMD_INT_EN BIT(24) /* Generate TX interrupt when packet is sent */
/linux-4.4.14/drivers/block/
H A Dida_ioctl.h46 * it should be zero) The controller the command is sent to is still
/linux-4.4.14/security/integrity/evm/
H A Devm_secfs.c53 * @count: bytes sent
/linux-4.4.14/include/net/
H A Dieee80211_radiotap.h239 #define IEEE80211_RADIOTAP_F_CFP 0x01 /* sent/received
242 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received
246 #define IEEE80211_RADIOTAP_F_WEP 0x04 /* sent/received
249 #define IEEE80211_RADIOTAP_F_FRAG 0x08 /* sent/received
/linux-4.4.14/arch/s390/kvm/
H A Dsigp.c62 VCPU_EVENT(vcpu, 4, "sent sigp emerg to cpu %x", __inject_sigp_emergency()
115 VCPU_EVENT(vcpu, 4, "sent sigp ext call to cpu %x", __sigp_external_call()
133 VCPU_EVENT(vcpu, 4, "sent sigp stop to cpu %x", __sigp_stop()
152 VCPU_EVENT(vcpu, 4, "sent sigp stop and store status to cpu %x", __sigp_stop_and_store_status()
/linux-4.4.14/arch/sparc/kernel/
H A Dirq.h96 /* All SUN4D IPIs are sent on this IRQ, may be shared with hard IRQs */
/linux-4.4.14/arch/mips/loongson64/lemote-2f/
H A Dpm.c123 * will be sent out by getnstimeofday wakeup_loongson()
/linux-4.4.14/arch/m68k/atari/
H A Datasound.c42 /* Busy wait for data being completely sent :-( */ atari_microwire_cmd()
/linux-4.4.14/arch/arm/plat-versatile/
H A Dplatsmp.c63 * since we haven't sent them a soft interrupt, they shouldn't versatile_boot_secondary()
/linux-4.4.14/net/llc/
H A Dllc_output.c61 * Accept data frame from network layer to be sent using connection-
/linux-4.4.14/sound/soc/intel/atom/sst/
H A Dsst_ipc.c288 dev_err(sst_drv_ctx->dev, "FW sent async error msg:\n"); process_fw_async_msg()
334 /*FW sent async large message*/ sst_process_reply_mrfld()
339 /* FW sent short error response for an IPC */ sst_process_reply_mrfld()
342 dev_err(sst_drv_ctx->dev, "FW sent error response 0x%x", msg_low); sst_process_reply_mrfld()
/linux-4.4.14/include/linux/i2c/
H A Dpxa-i2c.h36 * 10. BEIE 1 (Enable interrupts from detected bus errors, no ACK sent)
/linux-4.4.14/include/linux/input/
H A Dsparse-keymap.h27 * @sw.value: Value that should be sent in an input even when KE_SW
/linux-4.4.14/drivers/net/wireless/hostap/
H A Dhostap_ap.h33 /* Try to increase TX rate after # successfully sent consecutive packets */
71 u32 tx_count[WLAN_RATE_COUNT]; /* number of frames sent (per rate) */
115 * frame is sent to the station. If this frame is not acknowledged and no other
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp.h331 * This ramrod is sent to initialize a physical function (PF). It will
351 * This ramrod is sent to close a Physical Function (PF). It is the last ramrod
352 * sent and the last completion written to the PFs Event Ring. This ramrod also
/linux-4.4.14/drivers/connector/
H A Dconnector.c53 * Sequence number is incremented with each message to be sent.
70 * The message is sent to, the portid if given, the group if given, both if
71 * both, or if both are zero then the group is looked up and sent there.
/linux-4.4.14/arch/tile/kernel/
H A Dsmp.c49 int sent = 0; __send_IPI_many() local
50 while (sent < nrecip) { __send_IPI_many()
59 sent += rc; __send_IPI_many()
/linux-4.4.14/include/uapi/linux/android/
H A Dbinder.h217 * (including replies). Note that this will be sent even for
278 * binder_transaction_data: the sent command.
325 * These two commands are sent as an application-level thread
/linux-4.4.14/net/openvswitch/
H A Ddatapath.h48 * table that could not be sent to userspace (normally due to an overflow in
112 * @portid: Netlink portid to which packet should be sent. If @portid is 0
113 * then no packet is sent and the packet is accounted in the datapath's @n_lost
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Duser_sdma.c246 u32 sent; member in struct:user_sdma_request
487 int ret = 0, i = 0, sent; hfi1_user_sdma_process_request() local
681 sent = user_sdma_send_pkts(req, pcount); hfi1_user_sdma_process_request()
682 if (unlikely(sent < 0)) { hfi1_user_sdma_process_request()
683 if (sent != -EBUSY) { hfi1_user_sdma_process_request()
684 ret = sent; hfi1_user_sdma_process_request()
687 sent = 0; hfi1_user_sdma_process_request()
691 if (sent < req->info.npkts) { hfi1_user_sdma_process_request()
760 len = min(len, req->data_len - req->sent); compute_data_length()
762 len = min(req->data_len - req->sent, (u32)req->info.fragsize); compute_data_length()
789 * Check if we might have sent the entire request already user_sdma_send_pkts()
930 (req->sent + data_sent) < req->data_len) { user_sdma_send_pkts()
986 req->sent += data_sent; user_sdma_send_pkts()
1083 "the complete vector has not been sent yet %llu %zu", unpin_vector_pages()
1396 /* We've sent and completed all packets in this user_sdma_txreq_cb()
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_sn2.c265 * Check to see if any chctl flags were sent from the specified partition.
290 * partition actually sent it. Since SGI_XPC_NOTIFY IRQs may be shared by more
292 * whether a partition has sent an IRQ or not. If it has, then wake up the
295 * All SGI_XPC_NOTIFY IRQs received by XPC are the result of IRQs sent by XPC
360 dev_dbg(xpc_chan, "%s sent to partid=%d, channel=%d, ret=%d\n", xpc_send_notify_IRQ_sn2()
377 * specified channel, sent us a notify IRQ. This faked IRQ will be handled
390 dev_dbg(xpc_chan, "%s sent local from partid=%d, channel=%d\n", xpc_send_local_notify_IRQ_sn2()
1006 "which sent interrupt, reason=%d\n", nasid, ret); xpc_identify_activate_IRQ_req_sn2()
1025 "which sent interrupt, reason=%d\n", nasid, ret); xpc_identify_activate_IRQ_req_sn2()
1130 /* locate the nasid(s) which sent interrupts */ xpc_identify_activate_IRQ_sender_sn2()
1833 * First check to see if messages recently sent by us have been xpc_process_msg_chctl_flags_sn2()
1842 * that their sent messages have been received by their xpc_process_msg_chctl_flags_sn2()
1849 * Notify senders that messages sent have been xpc_process_msg_chctl_flags_sn2()
1857 * Clear msg->flags in previously sent messages, so that xpc_process_msg_chctl_flags_sn2()
1877 * Now check for newly sent messages by the other side. (The remote xpc_process_msg_chctl_flags_sn2()
2025 * Now we actually send the messages that are ready to be sent by advancing
2132 * GP values as if an interrupt was sent by the other side. xpc_allocate_msg_sn2()
2164 * partition the message is being sent to.
2243 /* see if the message is next in line to be sent, if so send it */ xpc_send_payload_sn2()
2260 * that sent the message.
H A Dxpc.h220 u8 act_state; /* sender's act_state at time msg sent */
364 #define XPC_M_SN2_READY 0x02 /* msg is ready to be sent */
373 * The size of a message (payload and header) sent via the GRU must be either 1
413 * a msg slot on the remote partition into which is copied a sent message.
424 * particular, they are used to manage the messages sent across the channel.
478 * A - Messages that have been allocated, but have not yet been sent to the
481 * B - Messages that have been sent, but have not yet been acknowledged by the
484 * C - Area that needs to be prepared for the copying of sent messages, by
487 * D - Area into which sent messages are to be copied from the remote
517 struct xpc_notify_sn2 *notify_queue;/* notify queue for messages sent */
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-sh7760.c54 #define MSR_MST 0x10 /* sent a stop */
66 #define MIE_MATE 0x01 /* address sent irq en */
71 #define FSR_TEND 0x04 /* last byte sent */
151 /* i2c-stop was sent */ sh7760_i2c_irq()
157 /* i2c slave addr was sent; set to "normal" operation */ sh7760_i2c_irq()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
H A De1000_mbx.c74 * igb_check_for_msg - checks to see if someone sent us mail
92 * igb_check_for_ack - checks to see if someone sent us ACK
235 /* if msg sent wait until we receive an ack */ igb_write_posted_mbx()
256 * igb_check_for_msg_pf - checks to see if the VF has sent mail
365 /* Interrupt VF to tell it a message has been sent and release buffer*/ igb_write_mbx_pf()
H A De1000_mbx.h42 /* If it's a E1000_VF_* msg then it originates in the VF and is sent to the
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c80 * ixgbe_check_for_msg - checks to see if someone sent us mail
97 * ixgbe_check_for_ack - checks to see if someone sent us ACK
232 /* if msg sent wait until we receive an ack */ ixgbe_write_posted_mbx()
249 * ixgbe_check_for_msg_pf - checks to see if the VF has sent mail
375 /* Interrupt VF to tell it a message has been sent and release buffer*/ ixgbe_write_mbx_pf()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_mac.h160 u64 stat_tx_pause; /**< Pause MAC Control sent */
174 u64 out_octets; /*Total number of byte sent. */
175 u64 out_pkts; /**< Total number of packets sent .*/
176 u64 out_mcast_pkts; /* Total number of multicast frame sent */
177 u64 out_bcast_pkts; /* Total number of multicast frame sent */
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_target.h125 * This is sent by the ISP to the Target driver.
126 * This IOCB would have report of events sent by the
203 * This is sent to the ISP from the target driver.
274 * This structure is sent to the ISP 2xxx from target driver.
393 * This is sent from the ISP to the target driver.
441 * This structure is sent to the ISP 24xx from the target driver.
606 * The ABTS BLS received from the wire is sent to the
652 * The ABTS response to the ABTS received is sent by the
682 * (sent by the target driver to the ISP 24xx) is sent by the
991 * BIT_14 - Back end data received/sent.
/linux-4.4.14/drivers/net/ppp/
H A Dppp_async.c551 * and 7 (code-reject) must be sent as though no options ppp_async_encode()
653 int avail, sent, done = 0; ppp_async_push() local
675 sent = tty->ops->write(tty, ap->optr, avail); ppp_async_push()
676 if (sent < 0) ppp_async_push()
678 ap->optr += sent; ppp_async_push()
679 if (sent < avail) ppp_async_push()
940 * In the situation where the peer has been sent a configure-ack
941 * already, LCP is up once it has sent its configure-ack
942 * so the immediately following packet can be sent with the
947 * sent a configure-request, and the configure-ack contains the
974 * sent confreq or received confack: async_lcp_peek()
/linux-4.4.14/net/rds/
H A Diw_send.c505 int sent; rds_iw_xmit() local
620 sent = 0; rds_iw_xmit()
684 sent += len; rds_iw_xmit()
722 /* Account the RDS header in the number of bytes we sent, but just once. rds_iw_xmit()
725 sent += sizeof(struct rds_header); rds_iw_xmit()
758 ret = sent; rds_iw_xmit()
801 int sent; rds_iw_xmit_rdma() local
856 sent = 0; rds_iw_xmit_rdma()
909 sent += len; rds_iw_xmit_rdma()
910 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); rds_iw_xmit_rdma()
/linux-4.4.14/drivers/crypto/
H A Dimg-hash.c100 size_t sent; member in struct:img_hash_request_ctx
391 ctx->sent += wsend * 4; img_hash_dma_task()
394 ctx->sent += wsend * 4; img_hash_dma_task()
400 ctx->buffer, bleft, ctx->sent); img_hash_dma_task()
409 ctx->sent + ctx->bufcnt); img_hash_dma_task()
417 ctx->sent += ctx->bufcnt; img_hash_dma_task()
635 ctx->sent = 0; img_hash_digest()
/linux-4.4.14/net/sunrpc/
H A Dxprtsock.c396 int sent = 0; xs_sendpages() local
420 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); xs_sendpages()
421 *sent_p += sent; xs_sendpages()
422 if (remainder == 0 || sent != len) xs_sendpages()
496 * 0: The request has been sent
500 * other: Some other error occured, the request was not sent
510 int sent = 0; xs_local_send_request() local
518 true, &sent); xs_local_send_request()
525 if (likely(sent > 0) || status == 0) { xs_local_send_request()
526 req->rq_bytes_sent += sent; xs_local_send_request()
527 req->rq_xmit_bytes_sent += sent; xs_local_send_request()
557 * 0: The request has been sent
561 * other: Some other error occurred, the request was not sent
569 int sent = 0; xs_udp_send_request() local
579 xdr, req->rq_bytes_sent, true, &sent); xs_udp_send_request()
591 if (sent > 0 || status == 0) { xs_udp_send_request()
592 req->rq_xmit_bytes_sent += sent; xs_udp_send_request()
593 if (sent >= req->rq_slen) xs_udp_send_request()
629 * 0: The request has been sent
633 * other: Some other error occurred, the request was not sent
646 int sent; xs_tcp_send_request() local
664 sent = 0; xs_tcp_send_request()
666 req->rq_bytes_sent, zerocopy, &sent); xs_tcp_send_request()
671 /* If we've sent the entire packet, immediately xs_tcp_send_request()
672 * reset the count of bytes sent. */ xs_tcp_send_request()
673 req->rq_bytes_sent += sent; xs_tcp_send_request()
674 req->rq_xmit_bytes_sent += sent; xs_tcp_send_request()
682 if (sent == 0) { xs_tcp_send_request()
/linux-4.4.14/security/smack/
H A Dsmackfs.c125 * Packets are sent there unlabeled, but only from tasks that
453 * @count: bytes sent
681 * @count: bytes sent
852 * @count: bytes sent
958 * @count: bytes sent
1032 * @count: bytes sent
1151 * @count: bytes sent
1421 * @count: bytes sent
1617 * @count: bytes sent
1683 * @count: bytes sent
1761 * @count: bytes sent
1852 * @count: bytes sent
2029 * @count: bytes sent
2121 * @count: bytes sent
2203 * @count: bytes sent
2294 * @count: bytes sent
2319 * @count: bytes sent
2367 * @count: bytes sent
2422 * @count: bytes sent
2499 * @count: bytes sent
2524 * @count: bytes sent
2544 * @count: bytes sent
2624 * @count: bytes sent
2684 * @count: bytes sent
2777 * @count: bytes sent
2858 * @count: bytes sent
/linux-4.4.14/include/net/sctp/
H A Dstructs.h263 /* My : Tag expected in every inbound packet and sent
369 * chunk is sent and the destination transport address to which this
370 * HEARTBEAT is sent (see Section 8.3).
761 * chunks sent to this address is currently being
763 * the next DATA chunk sent to this destination
828 /* Data that has been sent, but not acknowledged. */
874 /* The number of times INIT has been sent on this transport. */
943 /* 64-bit random number sent with heartbeat. */
1183 * which SCTP packets can be sent and a set of eligible source
1305 /* Total In and Out SACKs received and sent */
1308 /* Total In and Out packets received and sent */
1319 /* Unordered data chunks sent and received */
1322 /* Ordered data chunks sent and received */
1325 /* Control chunks sent and received */
1439 * which the DATA chunk was sent.
1443 /* Pointer to last transport I have sent on. */
1489 * : reaches 2 or more, a SACK is sent and the
1552 /* Maximum number of new data packets that can be sent in a burst. */
1605 /* Transport to which SHUTDOWN chunk was last sent. */
1608 /* Transport to which INIT chunk was last sent. */
1615 * : DATA chunk. This is sent in the INIT or INIT
1722 /* Last TSN that caused an ECNE Chunk to be sent. */
1725 /* Last TSN that caused a CWR Chunk to be sent. */
1749 * association (one sent from each endpoint).
1767 /* These ASCONF chunks are waiting to be sent.
1788 * association (one sent from each endpoint).
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/
H A Dtypes.h418 * - LNET_MD_ACK_DISABLE: An acknowledgment should not be sent for
420 * acknowledgments are sent for PUT operations that request an
421 * acknowledgment. Acknowledgments are never sent for GET operations.
422 * The data sent in the REPLY serves as an implicit acknowledgment.
532 * is logged after the entire buffer has been sent and it is safe for
646 * Specify whether an acknowledgment should be sent by target when the PUT
/linux-4.4.14/drivers/ps3/
H A Dps3-sys-manager.c104 * a REQUEST message is sent at the wrong time.
377 * failure of a command sent by the system manager.
612 * the shutdown command sent from the system manager. Soon after the
613 * acknowledgement is sent the lpar is destroyed by the HV. This routine
637 * the shutdown command sent from the system manager. Soon after the
638 * acknowledgement is sent the lpar is destroyed by the HV. This routine
/linux-4.4.14/arch/tile/include/arch/
H A Dmpipe_shm.h28 * is used to specify the location of egress packet data to be sent out of
58 * Nothing to be sent. Used, for example, when software has dropped a
75 * Number of bytes to be sent for this descriptor. When zero, no data
247 * received before being sent to classifier. L2_Size will indicate
309 * incremented when the packet is sent.
341 * incremented when the packet is sent.
H A Dtrio_shm.h60 * buffer descriptor. This allows a chained PDE buffer to be sent using
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c436 * sent in the RDMA_SEND. This function is called after data sent via
438 * - The RPCRDMA header, RPC header, and payload are all sent in a
441 * are sent via this RDMA_SEND and another portion of the data is
442 * sent via RDMA.
443 * - The RPCRDMA header [NOMSG] is sent in this RDMA_SEND and the RPC
/linux-4.4.14/net/nfc/hci/
H A Dllc_shdlc.c62 int dnr; /* oldest sent unacked seq num */
192 * the remaining oldest ack_pending frame sent time
216 ("All sent frames acked. Stopped T2(retransmit)\n"); llc_shdlc_reset_t2()
226 ("Start T2(retransmit) for remaining unacked sent frames\n"); llc_shdlc_reset_t2()
420 * We sent RSET, but chip wants to negociate or we llc_shdlc_rcv_u_frame()
441 * as we already sent UA. llc_shdlc_rcv_u_frame()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h290 int sent; /*data already sent */ member in struct:qe_ep
291 int last; /*data sent in the last time*/
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h60 // 802.11e: QoS data type frame sent by non-AP QSTAs.
69 // 802.11e: QoS data, QoS Null, and QoS Data+CF-Ack frames sent by HC.
78 // 802.11e: QoS (+) CF-Poll frames sent by HC.
/linux-4.4.14/drivers/hv/
H A Dhv_balloon.c201 * if the host has accepted the version sent by the guest.
217 * Message reporting capabilities. This is sent from the guest to the
229 * Response to the capabilities message. This is sent from the host to the
277 * This message is sent from the host to the guest. The guest may not be
291 * Balloon response message; this message is sent from the guest
313 * Un-balloon message; this message is sent from the host
336 * Un-balloon response message; this message is sent from the guest
347 * Hot add request message. Message sent from the host to the guest.
362 * This message is sent by the guest to report the status of a hot add request.
369 * not send a new hot add request until the response is sent.
387 * Types of information sent from host to the guest.
406 * This message is sent from the host to the guest to pass
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
H A Dmbx.c128 /* if msg sent wait until we receive an ack */ e1000_write_posted_mbx()
174 * e1000_check_for_msg_vf - checks to see if the PF has sent mail
277 /* Drop VFU and interrupt the PF to tell it a message has been sent */ e1000_write_mbx_vf()
H A Dmbx.h44 /* If it's a E1000_VF_* msg then it originates in the VF and is sent to the
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c123 /* if msg sent wait until we receive an ack */ ixgbevf_write_posted_mbx()
169 * ixgbevf_check_for_msg_vf - checks to see if the PF has sent mail
272 /* Drop VFU and interrupt the PF to tell it a message has been sent */ ixgbevf_write_mbx_vf()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Dusb-tx.c52 * USB bulk out, tell the TX FIFO code we have sent it; query for
81 * Note that any iteration consumes a message to be sent, no matter if
155 "tx_msg @%zu %zu B [%d sent]: %d\n", i2400mu_tx()
/linux-4.4.14/arch/cris/arch-v32/drivers/
H A Dsync_serial.c1362 int sent; tr_interrupt() local
1363 sent = port->catch_tr_descr->after - tr_interrupt()
1367 port->out_buf_count, sent, tr_interrupt()
1368 port->out_buf_count - sent, tr_interrupt()
1371 port->out_buf_count -= sent; tr_interrupt()
1378 int j, sent; tr_interrupt() local
1388 sent = port->catch_tr_descr->after - tr_interrupt()
1393 sent, tr_interrupt()
1395 port->out_buf_count -= sent; tr_interrupt()
1404 sent = port->catch_tr_descr->after - tr_interrupt()
1408 sent, tr_interrupt()
1411 port->out_buf_count -= sent; tr_interrupt()
/linux-4.4.14/net/hsr/
H A Dhsr_forward.c37 * 1) Use the frames that are sent after node initialization ("HSR_TLV.Type =
168 /* If the original frame was an HSR tagged frame, just clone it to be sent
250 /* Don't send frame over port where it has been sent before */ hsr_forward_do()
/linux-4.4.14/net/tipc/
H A Dlink.h79 u32 sent_info; /* used in counting # sent packets */
134 * @transmitq: queue for sent, non-acked messages
135 * @backlogq: queue for messages waiting to be sent
/linux-4.4.14/fs/ceph/
H A Dmds_client.h97 * cap releases are batched and sent to the MDS en masse.
147 unsigned long s_renew_requested; /* last time we sent a renew req */
247 u32 r_sent_on_mseq; /* cap mseq request was sent at*/
/linux-4.4.14/include/net/9p/
H A Dclient.h67 * @REQ_STATUS_ALLOC: request has been allocated but not sent
68 * @REQ_STATUS_UNSENT: request waiting to be sent
69 * @REQ_STATUS_SENT: request sent to server
/linux-4.4.14/drivers/staging/wilc1000/
H A Dwilc_msgqueue.h48 * actually sent or until it is timedout (as long as the feature
/linux-4.4.14/drivers/scsi/cxlflash/
H A Dvlun.h35 * with RLBA_BASE. The result is the physical LBA to be sent to storage.
/linux-4.4.14/drivers/scsi/ibmvscsi/
H A Dibmvscsi.h101 struct list_head sent; member in struct:ibmvscsi_host_data
/linux-4.4.14/drivers/misc/mic/cosm/
H A Dcosm_scif_server.c53 * message being sent to host SCIF. SCIF_DISCNCT message processing on the
58 * SCIF_EXIT message being sent to the host and after receiving the
75 * SCIF_EXIT message being sent to the card.
197 * Because SHUTDOWN_STATUS message is sent by the MIC cards in the cosm_scif_close()
/linux-4.4.14/drivers/misc/vmw_vmci/
H A Dvmci_datagram.c163 * Returns number of bytes sent on success, error code otherwise.
220 * If a VMCI datagram destined for the host is also sent by the dg_dispatch_as_host()
300 * Returns number of bytes sent on success, error code otherwise.
320 * Returns number of bytes sent on success, error code otherwise.
/linux-4.4.14/drivers/ide/
H A Dide-park.c45 * Make sure that *some* command is sent to the drive after the issue_park_cmd()
/linux-4.4.14/drivers/media/pci/cx23885/
H A Dcx23885-f300.c113 f300_set_line(dev, F300_RESET, 1);/* sent data over */ f300_xfer()
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_rc.c105 * response has been sent instead of only being qib_make_rc_ack()
145 e->sent = 1;
163 e->sent = 1;
184 e->sent = 1;
723 * available, the ACK is sent ahead of other outgoing qib_send_rc_ack()
1001 * Start timer after a packet requesting an ACK has been sent and qib_rc_send_complete()
1180 * used and requests are sent after an RDMA read or atomic do_rc_ack()
1181 * is sent but before the response is received. do_rc_ack()
1622 * schedule a response to be sent.
1642 * Don't queue the NAK if we already sent one. qib_rc_rcv_error()
1675 * ACKs previously sent. qib_rc_rcv_error()
1677 * to be sent before sending this one. qib_rc_rcv_error()
2111 if (!qp->s_ack_queue[next].sent) OP()
2145 e->sent = 0; OP()
2183 if (!qp->s_ack_queue[next].sent) OP()
2214 e->sent = 0; OP()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h168 * @SRPT_STATE_CMD_RSP_SENT: SRP_RSP for SRP_CMD has been sent.
170 * @SRPT_STATE_MGMT_RSP_SENT: SRP_RSP for SRP_TSK_MGMT has been sent.
284 * @req_lim: request limit: maximum number of requests that may be sent
286 * @req_lim_delta: Number of credits not yet sent back to the initiator.
/linux-4.4.14/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c159 * Commands are sent to enquire parameters like the bus mode,
162 * These commands are necessary to be sent in this order during startup.
163 * The device fails to powerup if these commands are not sent.
238 /* Commands that are sent after pressing the 'Initialize'
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Dmcu.c123 int sent, ret; mt7601u_mcu_msg_send() local
142 ret = usb_bulk_msg(usb_dev, cmd_pipe, skb->data, skb->len, &sent, 500); mt7601u_mcu_msg_send()
147 if (sent != skb->len) mt7601u_mcu_msg_send()
148 dev_err(dev->dev, "Error: %s sent != skb->len\n", __func__); mt7601u_mcu_msg_send()
/linux-4.4.14/drivers/net/wan/
H A Dwanxl.h44 #define DOORBELL_FROM_CARD_TX_0 0 /* packet sent by the card */
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.h85 bool halted_bt_gpm; /* HALT sent */
/linux-4.4.14/arch/um/os-Linux/
H A Dutil.c130 * Now, having sent signals to everyone but us, make sure they os_dump_core()

Completed in 7127 milliseconds

1234567891011