Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 200 of 361) sorted by relevance

12

/linux-4.4.14/sound/pci/echoaudio/
Dmidi.c206 int bytes, sent, time; in snd_echo_midi_output_write() local
211 sent = bytes = 0; in snd_echo_midi_output_write()
218 sent = write_midi(chip, buf, bytes); in snd_echo_midi_output_write()
219 if (sent < 0) { in snd_echo_midi_output_write()
221 "write_midi() error %d\n", sent); in snd_echo_midi_output_write()
223 sent = 9000; in snd_echo_midi_output_write()
225 } else if (sent > 0) { in snd_echo_midi_output_write()
226 dev_dbg(chip->card->dev, "%d bytes sent\n", sent); in snd_echo_midi_output_write()
227 snd_rawmidi_transmit_ack(chip->midi_out, sent); in snd_echo_midi_output_write()
232 sent = 32; in snd_echo_midi_output_write()
[all …]
/linux-4.4.14/drivers/iommu/
Dexynos-iommu.c49 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument
50 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3))
51 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument
52 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument
53 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument
54 ((*(sent) & 3) == 1))
55 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument
66 #define section_phys(sent) (*(sent) & SECT_MASK) argument
90 #define lv2table_base(sent) (*(sent) & 0xFFFFFC00) argument
146 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) in page_entry() argument
[all …]
/linux-4.4.14/drivers/isdn/gigaset/
Dser-gigaset.c68 int sent = -EOPNOTSUPP; in write_modem() local
80 sent = tty->ops->write(tty, skb->data, skb->len); in write_modem()
81 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent); in write_modem()
82 if (sent < 0) { in write_modem()
85 return sent; in write_modem()
87 skb_pull(skb, sent); in write_modem()
97 return sent; in write_modem()
109 int sent = 0; in send_cb() local
119 sent = tty->ops->write(tty, cb->buf + cb->offset, cb->len); in send_cb()
120 if (sent < 0) { in send_cb()
[all …]
/linux-4.4.14/net/x25/
Dx25_out.c57 int sent=0, noblock = X25_SKB_CB(skb)->flags & MSG_DONTWAIT; in x25_output() local
78 return sent; in x25_output()
82 "sent\n", err, sent); in x25_output()
106 sent += len; in x25_output()
112 sent = skb->len - header_len; in x25_output()
114 return sent; in x25_output()
/linux-4.4.14/Documentation/input/
Dnotifier.txt12 - KBD_KEYCODE events are always sent before other events, value is the keycode.
13 - KBD_UNBOUND_KEYCODE events are sent if the keycode is not bound to a keysym.
15 - KBD_UNICODE events are sent if the keycode -> keysym translation produced a
17 - KBD_KEYSYM events are sent if the keycode -> keysym translation produced a
19 - KBD_POST_KEYSYM events are sent after the treatment of non-unicode keysyms.
Duserio.txt18 /dev/userio character device in their applications. Commands are sent to the
33 "type" describes the type of command that is being sent. This can be any one
37 Each command should be sent by writing the struct directly to the character
40 to the kernel log. Only one command can be sent at a time, any additional data
62 "data" is the interrupt data being sent.
Datarikbd.txt188 This section contains a list of commands that can be sent to the ikbd. Command
365 (up to the maximum supported by the microcontroller) to be sent when the host
432 the previous byte to be sent to the host (i.e. scan rate = 8/10 * baud rate).
485 All time-of-day data should be sent to the ikbd in packed BCD format.
502 All time-of-day is sent in packed BCD format.
Dmulti-touch-protocol.txt25 Contact details are sent sequentially as separate packets of ABS_MT
48 the amount of data sent to userspace. The slot protocol requires the use of
100 raw data for all present contacts are sent between every synchronization
/linux-4.4.14/net/bluetooth/
Dhci_event.c143 void *sent; in hci_cc_write_link_policy() local
150 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY); in hci_cc_write_link_policy()
151 if (!sent) in hci_cc_write_link_policy()
158 conn->link_policy = get_unaligned_le16(sent + 2); in hci_cc_write_link_policy()
180 void *sent; in hci_cc_write_def_link_policy() local
187 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY); in hci_cc_write_def_link_policy()
188 if (!sent) in hci_cc_write_def_link_policy()
191 hdev->link_policy = get_unaligned_le16(sent); in hci_cc_write_def_link_policy()
230 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local
234 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); in hci_cc_read_stored_link_key()
[all …]
Dhci_core.c2619 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout() local
2620 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout()
3827 if (c->sent < min) { in hci_low_sent()
3828 min = c->sent; in hci_low_sent()
3877 if (c->type == type && c->sent) { in hci_link_tx_to()
3929 if (conn->sent < min) { in hci_chan_sent()
3930 min = conn->sent; in hci_chan_sent()
3993 if (chan->sent) { in hci_prio_recalculate()
3994 chan->sent = 0; in hci_prio_recalculate()
4065 chan->sent++; in hci_sched_acl_pkt()
[all …]
Dhci_conn.c581 hdev->acl_cnt += conn->sent; in hci_conn_del()
586 hdev->le_cnt += conn->sent; in hci_conn_del()
588 hdev->acl_cnt += conn->sent; in hci_conn_del()
/linux-4.4.14/drivers/net/wireless/libertas/
Dif_cs.c591 int sent = 0; in if_cs_prog_helper() local
626 int remain = fw->size - sent; in if_cs_prog_helper()
640 &fw->data[sent], in if_cs_prog_helper()
663 sent, ret); in if_cs_prog_helper()
670 sent += count; in if_cs_prog_helper()
684 int sent; in if_cs_prog_real() local
697 for (sent = 0; sent < fw->size; sent += len) { in if_cs_prog_real()
712 sent -= len; in if_cs_prog_real()
719 &fw->data[sent], in if_cs_prog_real()
727 pr_err("can't download firmware at 0x%x\n", sent); in if_cs_prog_real()
/linux-4.4.14/drivers/bluetooth/
Dath3k.c209 int err, pipe, len, size, sent = 0; in ath3k_load_firmware() local
229 sent += 20; in ath3k_load_firmware()
239 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_firmware()
250 sent += size; in ath3k_load_firmware()
305 int err, pipe, len, size, count, sent = 0; in ath3k_load_fwfile() local
329 sent += size; in ath3k_load_fwfile()
339 memcpy(send_buf, firmware->data + sent, size); in ath3k_load_fwfile()
349 sent += size; in ath3k_load_fwfile()
Dbfusb.c470 int sent = 0, size, count; in bfusb_send_frame() local
503 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0); in bfusb_send_frame()
508 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size); in bfusb_send_frame()
510 sent += size; in bfusb_send_frame()
537 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local
565 memcpy(buf, firmware + sent, size); in bfusb_load_firmware()
575 sent += size; in bfusb_load_firmware()
Dbtusb.c2511 size_t count, size, sent = 0; in btusb_setup_qca_download_fw() local
2537 sent += size; in btusb_setup_qca_download_fw()
2543 memcpy(buf, firmware->data + sent, size); in btusb_setup_qca_download_fw()
2550 hdev->name, sent, firmware->size, err); in btusb_setup_qca_download_fw()
2560 sent += size; in btusb_setup_qca_download_fw()
/linux-4.4.14/Documentation/isdn/
DREADME.avmb1106 sentctlmsg: capi messages sent without DATA_B3_REQ
107 sentdatamsg: capi DATA_B3_REQ sent
118 nsentctlmsg: capi messages sent without DATA_B3_REQ
119 nsentdatamsg: capi DATA_B3_REQ sent
128 nsentctlmsg: capi messages sent without DATA_B3_REQ
129 nsentdatamsg: capi DATA_B3_REQ sent
144 nsentctlmsg: capi messages sent without DATA_B3_REQ
145 nsentdatamsg: capi DATA_B3_REQ sent
DINTERFACE.fax103 ISDN_TTY_FAX_SENT signals that all data has been sent
105 OK message will be sent.
107 ISDN_TTY_FAX_PTS signals a msg-confirmation (page sent successful),
/linux-4.4.14/net/vmw_vsock/
Dvmci_transport_notify.c129 bool sent; in vmci_transport_handle_waiting_read() local
132 sent = vmci_transport_send_wrote_bh(dst, src) > 0; in vmci_transport_handle_waiting_read()
134 sent = vmci_transport_send_wrote(sk) > 0; in vmci_transport_handle_waiting_read()
136 if (sent) in vmci_transport_handle_waiting_read()
159 bool sent; in vmci_transport_handle_waiting_write() local
162 sent = vmci_transport_send_read_bh(dst, src) > 0; in vmci_transport_handle_waiting_write()
164 sent = vmci_transport_send_read(sk) > 0; in vmci_transport_handle_waiting_write()
166 if (sent) in vmci_transport_handle_waiting_write()
/linux-4.4.14/drivers/net/wireless/mwifiex/
DREADME106 num_tx_bytes = <number of bytes sent to device>
107 num_rx_bytes = <number of bytes received from device and sent to kernel>
108 num_tx_pkts = <number of packets sent to device>
109 num_rx_pkts = <number of packets received from device and sent to kernel>
120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue>
121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue>
122 wmm_ac_be = <number of packets sent to device from WMM AcBE queue>
123 wmm_ac_bk = <number of packets sent to device from WMM AcBK queue>
137 last_cmd_id = <command id of the last several commands sent to device>
138 last_cmd_act = <command action of the last several commands sent to device>
[all …]
/linux-4.4.14/drivers/staging/unisys/visorhba/
Dvisorhba_main.c102 void *sent; /* The Data being tracked */ member
201 while (devdata->pending[insert_location].sent) { in add_scsipending_entry()
213 entry->sent = new; in add_scsipending_entry()
215 entry->sent = &entry->cmdrsp; in add_scsipending_entry()
234 void *sent = NULL; in del_scsipending_ent() local
238 sent = devdata->pending[del].sent; in del_scsipending_ent()
241 devdata->pending[del].sent = NULL; in del_scsipending_ent()
245 return sent; in del_scsipending_ent()
260 if (ddata->pending[ent].sent) in get_scsipending_cmdrsp()
698 scsicmd = pendingdel->sent; in visorhba_serverdown_complete()
[all …]
DKconfig10 devices exposed on the s-Par visorbus. When a message is sent
/linux-4.4.14/Documentation/hwmon/
Dacpi_power_meter29 socket and a poll notification will be sent to the appropriate
39 the netlink event socket and a poll notification will be sent to the
44 There are a few other ACPI notifications that can be sent by the firmware. In
46 well as sent as a poll notification to a sysfs file. The events are as
Dlm7030 complement digital temperature (sent via the SIO line), is available in the
Dsht1550 * If a CRC validation fails, a soft reset command is sent, which resets
Dsysfs-interface481 notification is sent to this file if the
502 power[1-*]_average_max A poll notification is sent to
508 power[1-*]_average_min A poll notification is sent to
536 A poll notification is sent to this file if the
/linux-4.4.14/Documentation/hid/
Duhid.txt38 payloads are sent. You must not split a single event across multiple read()'s or
39 multiple write()'s. A single event must always be sent as a whole. Furthermore,
40 only a single event can be sent per read() or write(). Pending data is ignored.
97 UHID_INPUT events can be sent to the kernel.
124 This is sent when the HID device is started. Consider this as an answer to
125 UHID_CREATE2. This is always the first event that is sent. Note that this
137 For messages sent by user-space to the kernel, you must adjust the
141 This is sent when the HID device is stopped. Consider this as an answer to
150 This is sent when the HID device is opened. That is, the data that the HID
157 This is sent when there are no more processes which read the HID data. It is
[all …]
Dhid-transport.txt96 reports. No management commands or data acknowledgements are sent on this
97 channel. Any unrequested incoming or outgoing data report must be sent on
102 device management. Unrequested data input events must not be sent on this
107 Outgoing reports are usually sent on the ctrl channel via synchronous
115 data is generated by the device and sent to the host with or without
118 - OUTPUT Report: Output reports change device states. They are sent from host
120 reports are never sent from device to host, but a host can retrieve their
127 Feature reports are never sent without requests. A host must explicitly set
128 or retrieve a feature report. This also means, feature reports are never sent
131 INPUT and OUTPUT reports can be sent as pure data reports on the intr channel.
[all …]
Dhidraw.txt5 Interface Devices (HIDs). It differs from hiddev in that reports sent and
6 received are not parsed by the HID parser, but are sent to and received from
16 descriptors. Because hiddev parses reports which are sent and received
42 devices, the reports read using read() are the reports sent from the device
56 the device has an INTERRUPT OUT endpoint, the report will be sent on that
57 endpoint. If it does not, the report will be sent over the control endpoint,
98 specification, feature reports are always sent using the control endpoint.
/linux-4.4.14/drivers/tty/hvc/
Dhvc_xen.c96 int sent = 0; in __write_console() local
103 while ((sent < len) && ((prod - cons) < sizeof(intf->out))) in __write_console()
104 intf->out[MASK_XENCONS_IDX(prod++, intf->out)] = data[sent++]; in __write_console()
109 if (sent) in __write_console()
111 return sent; in __write_console()
128 int sent = __write_console(cons, data, len); in domU_write_console() local
130 data += sent; in domU_write_console()
131 len -= sent; in domU_write_console()
Dhvcs.c562 int sent; in hvcs_try_write() local
566 sent = hvc_put_chars(unit_address, in hvcs_try_write()
569 if (sent > 0) { in hvcs_try_write()
/linux-4.4.14/arch/tile/kernel/
Dsmp.c49 int sent = 0; in __send_IPI_many() local
50 while (sent < nrecip) { in __send_IPI_many()
59 sent += rc; in __send_IPI_many()
/linux-4.4.14/Documentation/networking/
Dipsec.txt13 payload, the IP datagram MUST be sent in the original non-compressed
14 form. To clarify: If an IP datagram is sent non-compressed, no
23 where IP datagrams of size smaller than the threshold are sent in the
Dmac80211-injection.txt28 IEEE80211_RADIOTAP_F_TX_NOACK: frame should be sent without waiting for
54 After composing the packet contents, it is sent by send()-ing it to a logical
Drds.txt111 a congestion update is sent to all peers.
184 RETRANSMITTED - packet has previously been sent
207 Sending an ack immediately would allow the sender to free the sent
209 traffic to be used for acks. RDS piggybacks acks on sent data
236 bitmap changes it is sent through all the connections which
268 be sent and sets header fields as needed, based on the socket API.
269 This is then queued for the individual connection and sent by the
299 partially-sent datagrams to be retransmitted when the connection is
Dnfc.txt94 sent (including the device id). The user must call GET_TARGET to get the list of
126 The first received package is the response to the first sent package and so
DPLIP.txt68 PLIP driver is signaled whenever data is sent to it via the cable, such that
77 per second, even when no data at all is sent. Some rough measurements
199 Each octet is sent as
Dcxacru.txt29 Up to 7 parameters at a time will be sent and the modem will restart
Ddriver.txt71 ring unreclaimed forever if no new TX packets are sent.
Dz8530drv.txt451 transmitter, until the first byte is sent. This is usually
496 will be unkeyed when there are no packets to be sent.
498 when there are no packets to be sent. Flags will be
499 sent in that case, until a timeout (parameter 10)
535 2 mode, in seconds. When no frames have been sent for this
Dcan.txt15 3.2 local loopback of sent frames
44 6.2 local loopback of sent frames
164 network the CAN-IDs are mapped to be sent by a specific ECU.
184 3.2 local loopback of sent frames
199 some kind of local loopback of the sent CAN frames on the appropriate
206 reflect the correct* traffic on the node the loopback of the sent
429 - The loopback of sent CAN frames is enabled (see chapter 3.2)
430 - The socket does not receive its own sent frames (in loopback mode)
539 When the local loopback is enabled, all the sent CAN frames are
629 MSG_CONFIRM: set when the frame was sent via the socket it is received on.
[all …]
Di40e.txt81 the hardware and not transmitted. An interrupt is sent to the PF driver
Dip-sysctl.txt210 total amount of sent packets. This is done if at least one prior
715 Limits number of Challenge ACK sent per second, as recommended
845 requests sent to it.
850 TIMESTAMP requests sent to it via broadcast/multicast.
859 of ICMP packets sent on all targets.
863 Limit maximal number of ICMP packets sent per second from this host.
869 icmp_msgs_per_sec controls number of ICMP packets sent per second,
904 If zero, icmp error messages are sent with the primary address of
907 If non-zero, the message will be sent with the primary address of
1106 source IP address from IP packets in ARP requests sent on
[all …]
Digb.txt98 the hardware and not transmitted. An interrupt is sent to the PF driver
Dppp_generic.txt269 represent the individual physical links. Thus, a PPP frame sent by a
273 PPP frame sent by a write to the channel will be sent as-is on that
382 packets were sent and received. The argument should point to a
Dpacket_mmap.txt33 transmission, multiple packets can be sent through one system call to get the
151 . . Data that will be sent over the network interface.
506 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send()
515 forwarded to the network device. The kernel updates each status of sent
997 This has the side-effect, that packets sent through PF_PACKET will bypass the
Dscaling.txt133 the end of the bottom half routine, IPIs are sent to any CPUs for which
288 After this check, the packet is sent to the (possibly updated) current
330 Accelerated RFS should perform better than RFS since packets are sent
392 This transmit queue is used for subsequent packets sent on the flow to
Dray_cs.txt133 sent up by the card, so you will never see them (ack, rts, cts, probe
Dnetdev-FAQ.txt57 sent to netdev, but knowing the above, you can predict that in advance.
97 Q: I sent a patch and I'm wondering what happened to it. How can I tell
/linux-4.4.14/net/sctp/
Dchunk.c118 int sent; in sctp_datamsg_destroy() local
120 sent = SCTP_DATA_SENT; in sctp_datamsg_destroy()
122 sent = SCTP_DATA_UNSENT; in sctp_datamsg_destroy()
124 ev = sctp_ulpevent_make_send_failed(asoc, chunk, sent, in sctp_datamsg_destroy()
/linux-4.4.14/Documentation/i2c/
Di2c-protocol18 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
43 a start bit S is sent and the transaction continues. An example of
59 message is sent.
Dslave-interface75 Another I2C master wants to write data to us. This event should be sent once
82 'val': backend returns first byte to be sent
85 Another I2C master wants to read data from us. This event should be sent once
94 Another I2C master has sent a byte to us which needs to be set in 'val'. If 'ret'
100 'val': backend returns next byte to be sent
103 The bus driver requests the next byte to be sent to another I2C master in
109 needs to be sent again on the next I2C_SLAVE_READ_REQUEST, depending a bit on
Dsmbus-protocol48 [..]: Data sent by I2C device, as opposed to data sent by the host adapter.
195 This command is sent from a SMBus device acting as a master to the
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-usb-usbtmc34 This file is the TermChar value to be sent to the USB TMC
40 sent to the device or not.
47 This file determines if the TermChar is to be sent to the
Dsysfs-driver-ib_srp11 identifier. The target port identifier is sent by ib_srp
34 identifier. This data is sent by the initiator to the target
102 Description: Maximum number of data buffer descriptors that may be sent to
/linux-4.4.14/net/bluetooth/rfcomm/
Dsock.c562 int sent; in rfcomm_sock_sendmsg() local
577 sent = bt_sock_wait_ready(sk, msg->msg_flags); in rfcomm_sock_sendmsg()
578 if (sent) in rfcomm_sock_sendmsg()
588 if (sent == 0) in rfcomm_sock_sendmsg()
589 sent = err; in rfcomm_sock_sendmsg()
597 if (sent == 0) in rfcomm_sock_sendmsg()
598 sent = err; in rfcomm_sock_sendmsg()
607 if (sent == 0) in rfcomm_sock_sendmsg()
608 sent = err; in rfcomm_sock_sendmsg()
612 sent += size; in rfcomm_sock_sendmsg()
[all …]
Dtty.c788 int sent = 0, size; in rfcomm_tty_write() local
801 memcpy(skb_put(skb, size), buf + sent, size); in rfcomm_tty_write()
805 sent += size; in rfcomm_tty_write()
809 return sent; in rfcomm_tty_write()
/linux-4.4.14/net/hsr/
DKconfig14 All Ethernet frames sent over the hsr device will be sent in both
/linux-4.4.14/fs/cifs/
Dsmb2ops.c466 atomic_t *sent = tcon->stats.smb2_stats.smb2_com_sent; in smb2_print_stats() local
469 atomic_read(&sent[SMB2_NEGOTIATE_HE]), in smb2_print_stats()
472 atomic_read(&sent[SMB2_SESSION_SETUP_HE]), in smb2_print_stats()
475 atomic_read(&sent[SMB2_LOGOFF_HE]), in smb2_print_stats()
478 atomic_read(&sent[SMB2_TREE_CONNECT_HE]), in smb2_print_stats()
481 atomic_read(&sent[SMB2_TREE_DISCONNECT_HE]), in smb2_print_stats()
484 atomic_read(&sent[SMB2_CREATE_HE]), in smb2_print_stats()
487 atomic_read(&sent[SMB2_CLOSE_HE]), in smb2_print_stats()
490 atomic_read(&sent[SMB2_FLUSH_HE]), in smb2_print_stats()
493 atomic_read(&sent[SMB2_READ_HE]), in smb2_print_stats()
[all …]
Dtransport.c136 size_t *sent) in smb_send_kvec() argument
145 *sent = 0; in smb_send_kvec()
198 *sent += rc; in smb_send_kvec()
302 size_t total_len = 0, sent; in smb_send_rqst() local
324 rc = smb_send_kvec(server, iov, n_vec, &sent); in smb_send_rqst()
328 total_len += sent; in smb_send_rqst()
335 rc = smb_send_kvec(server, &p_iov, 1, &sent); in smb_send_rqst()
340 total_len += sent; in smb_send_rqst()
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Drs485.txt10 * a is the delay between rts signal and beginning of data sent in milliseconds.
12 * b is the delay between end of data sent and rts signal in milliseconds
/linux-4.4.14/Documentation/infiniband/
Duser_mad.txt80 MADs are sent using write(). The agent ID for sending should be
83 RMPP so arbitrary length MAD can be sent. For example:
103 field in network byte order) in MADs being sent to match
105 the kernel and will be overwritten before a MAD is sent.
110 MADs that are sent and did not provide a way for obtaining the P_Key
Duser_verbs.txt23 Commands are sent to the kernel via write()s on these device files.
/linux-4.4.14/net/rds/
Diw_send.c505 int sent; in rds_iw_xmit() local
620 sent = 0; in rds_iw_xmit()
684 sent += len; in rds_iw_xmit()
725 sent += sizeof(struct rds_header); in rds_iw_xmit()
758 ret = sent; in rds_iw_xmit()
801 int sent; in rds_iw_xmit_rdma() local
856 sent = 0; in rds_iw_xmit_rdma()
909 sent += len; in rds_iw_xmit_rdma()
910 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_iw_xmit_rdma()
Dib_send.c858 int sent; in rds_ib_xmit_rdma() local
896 sent = 0; in rds_ib_xmit_rdma()
930 sent += len; in rds_ib_xmit_rdma()
931 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_ib_xmit_rdma()
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_user_sdma.c78 struct list_head sent; member
110 INIT_LIST_HEAD(&pq->sent); in ipath_user_sdma_queue_create()
571 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) { in ipath_user_sdma_queue_clean()
631 if (list_empty(&pq->sent)) { in ipath_user_sdma_queue_drain()
641 if (!list_empty(&pq->sent)) { in ipath_user_sdma_queue_drain()
647 list_splice_init(&pq->sent, &free_list); in ipath_user_sdma_queue_drain()
772 list_move_tail(&pkt->list, &pq->sent); in ipath_user_sdma_push_pkts()
Dipath_rc.c135 e->sent = 1; in ipath_make_rc_ack()
153 e->sent = 1; in ipath_make_rc_ack()
169 qp->s_ack_queue[qp->s_tail_ack_queue].sent = 1; in ipath_make_rc_ack()
1809 if (!qp->s_ack_queue[next].sent) in ipath_rc_rcv()
1847 e->sent = 0; in ipath_rc_rcv()
1887 if (!qp->s_ack_queue[next].sent) in ipath_rc_rcv()
1915 e->sent = 0; in ipath_rc_rcv()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Duser_sdma.c246 u32 sent; member
487 int ret = 0, i = 0, sent; in hfi1_user_sdma_process_request() local
681 sent = user_sdma_send_pkts(req, pcount); in hfi1_user_sdma_process_request()
682 if (unlikely(sent < 0)) { in hfi1_user_sdma_process_request()
683 if (sent != -EBUSY) { in hfi1_user_sdma_process_request()
684 ret = sent; in hfi1_user_sdma_process_request()
687 sent = 0; in hfi1_user_sdma_process_request()
691 if (sent < req->info.npkts) { in hfi1_user_sdma_process_request()
760 len = min(len, req->data_len - req->sent); in compute_data_length()
762 len = min(req->data_len - req->sent, (u32)req->info.fragsize); in compute_data_length()
[all …]
Drc.c166 e->sent = 1; in make_rc_ack()
184 e->sent = 1; in make_rc_ack()
206 e->sent = 1; in make_rc_ack()
2198 if (!qp->s_ack_queue[next].sent) in hfi1_rc_rcv()
2232 e->sent = 0; in hfi1_rc_rcv()
2273 if (!qp->s_ack_queue[next].sent) in hfi1_rc_rcv()
2304 e->sent = 0; in hfi1_rc_rcv()
/linux-4.4.14/drivers/macintosh/
Dmacio-adb.c179 req->sent = 0; in macio_send_request()
219 req->sent = 1; in macio_adb_interrupt()
236 if (current_req && current_req->sent) { in macio_adb_interrupt()
Dadb-iop.c193 req->sent = 1; in adb_iop_start()
242 req->sent = 0; in adb_iop_write()
Dvia-macii.c220 req.sent = 0; in macii_queue_poll()
264 req->sent = 0; in macii_write()
436 req->sent = 1; in macii_interrupt()
Dvia-maciisi.c328 req->sent = 0; in maciisi_write()
519 req->sent = 1; in maciisi_interrupt()
Dvia-cuda.c394 req->sent = 0; in cuda_write()
525 req->sent = 1; in cuda_interrupt()
Dvia-pmu68k.c490 req->sent = 0; in pmu_queue_request()
612 req->sent = 1; in pmu_interrupt()
/linux-4.4.14/net/sunrpc/
Dxprtsock.c396 int sent = 0; in xs_sendpages() local
420 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); in xs_sendpages()
421 *sent_p += sent; in xs_sendpages()
422 if (remainder == 0 || sent != len) in xs_sendpages()
510 int sent = 0; in xs_local_send_request() local
518 true, &sent); in xs_local_send_request()
525 if (likely(sent > 0) || status == 0) { in xs_local_send_request()
526 req->rq_bytes_sent += sent; in xs_local_send_request()
527 req->rq_xmit_bytes_sent += sent; in xs_local_send_request()
569 int sent = 0; in xs_udp_send_request() local
[all …]
Dsvcsock.c1215 int sent; in svc_tcp_sendto() local
1225 sent = svc_sendto(rqstp, &rqstp->rq_res); in svc_tcp_sendto()
1226 if (sent != xbufp->len) { in svc_tcp_sendto()
1231 (sent<0)?"got error":"sent only", in svc_tcp_sendto()
1232 sent, xbufp->len); in svc_tcp_sendto()
1235 sent = -EAGAIN; in svc_tcp_sendto()
1237 return sent; in svc_tcp_sendto()
/linux-4.4.14/drivers/tty/serial/
Dsunhv.c62 unsigned long len, status, sent; in transmit_chars_write() local
66 status = sun4v_con_write(ra, len, &sent); in transmit_chars_write()
69 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1); in transmit_chars_write()
70 port->icount.tx += sent; in transmit_chars_write()
Darc_uart.c166 int sent = 0; in arc_serial_tx_chars() local
173 sent = 1; in arc_serial_tx_chars()
181 sent = 1; in arc_serial_tx_chars()
191 if (sent) in arc_serial_tx_chars()
/linux-4.4.14/drivers/message/fusion/
Dmptlan.c582 struct sk_buff *sent; in mpt_lan_send_turbo() local
587 sent = priv->SendCtl[ctx].skb; in mpt_lan_send_turbo()
590 dev->stats.tx_bytes += sent->len; in mpt_lan_send_turbo()
594 __func__, sent)); in mpt_lan_send_turbo()
599 dev_kfree_skb_irq(sent); in mpt_lan_send_turbo()
615 struct sk_buff *sent; in mpt_lan_send_reply() local
655 sent = priv->SendCtl[ctx].skb; in mpt_lan_send_reply()
656 dev->stats.tx_bytes += sent->len; in mpt_lan_send_reply()
660 __func__, sent)); in mpt_lan_send_reply()
665 dev_kfree_skb_irq(sent); in mpt_lan_send_reply()
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c1362 int sent; in tr_interrupt() local
1363 sent = port->catch_tr_descr->after - in tr_interrupt()
1367 port->out_buf_count, sent, in tr_interrupt()
1368 port->out_buf_count - sent, in tr_interrupt()
1371 port->out_buf_count -= sent; in tr_interrupt()
1378 int j, sent; in tr_interrupt() local
1388 sent = port->catch_tr_descr->after - in tr_interrupt()
1393 sent, in tr_interrupt()
1395 port->out_buf_count -= sent; in tr_interrupt()
1404 sent = port->catch_tr_descr->after - in tr_interrupt()
[all …]
/linux-4.4.14/include/linux/
Dadb.h16 unsigned char sent; member
/linux-4.4.14/drivers/net/ppp/
Dppp_synctty.c593 int sent, done = 0; in ppp_sync_push() local
604 sent = tty->ops->write(tty, ap->tpkt->data, ap->tpkt->len); in ppp_sync_push()
605 if (sent < 0) in ppp_sync_push()
607 if (sent < ap->tpkt->len) { in ppp_sync_push()
Dppp_async.c653 int avail, sent, done = 0; in ppp_async_push() local
675 sent = tty->ops->write(tty, ap->optr, avail); in ppp_async_push()
676 if (sent < 0) in ppp_async_push()
678 ap->optr += sent; in ppp_async_push()
679 if (sent < avail) in ppp_async_push()
DKconfig43 sent over the wire. The machine at the other end of the PPP link
64 each PPP packet before it is sent over the wire. The machine at the
/linux-4.4.14/net/caif/
Dcaif_socket.c600 int sent = 0; in caif_stream_sendmsg() local
616 while (sent < len) { in caif_stream_sendmsg()
618 size = len-sent; in caif_stream_sendmsg()
659 sent += size; in caif_stream_sendmsg()
662 return sent; in caif_stream_sendmsg()
665 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
669 return sent ? : err; in caif_stream_sendmsg()
/linux-4.4.14/drivers/crypto/
Dimg-hash.c100 size_t sent; member
391 ctx->sent += wsend * 4; in img_hash_dma_task()
394 ctx->sent += wsend * 4; in img_hash_dma_task()
400 ctx->buffer, bleft, ctx->sent); in img_hash_dma_task()
409 ctx->sent + ctx->bufcnt); in img_hash_dma_task()
417 ctx->sent += ctx->bufcnt; in img_hash_dma_task()
635 ctx->sent = 0; in img_hash_digest()
/linux-4.4.14/drivers/nfc/
DKconfig56 all packets sent from one device is sent back to the other, acting as
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt36 one of the cpus in the cpumask, its per-pid statistics are sent to the
42 an additional record containing the per-tgid stats is also sent to userspace.
92 2. Response for a command: sent from the kernel in response to a userspace
104 3. New message sent by kernel whenever a task exits. The payload consists of a
127 gets sent to userspace (along with the per-task data).
Ddelay-accounting.txt53 are sent to userspace without requiring a command. If it is the last exiting
54 task of a thread group, the per-tgid statistics are also sent. More details
/linux-4.4.14/drivers/staging/unisys/visornic/
DKconfig10 devices exposed on the s-Par visorbus. When a message is sent
/linux-4.4.14/drivers/net/wireless/ipw2x00/
DKconfig47 mode, no packets can be sent.
56 control which debug output is sent to the kernel log by setting the
109 mode, no packets can be sent.
185 can control which debug output is sent to the kernel log by
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvscsi.h101 struct list_head sent; member
Dibmvscsi.c798 while (!list_empty(&hostdata->sent)) { in purge_requests()
799 evt = list_first_entry(&hostdata->sent, struct srp_event_struct, list); in purge_requests()
910 list_for_each_entry(tmp_evt, &hostdata->sent, list) { in ibmvscsi_send_srp_event()
927 list_add_tail(&evt_struct->list, &hostdata->sent); in ibmvscsi_send_srp_event()
1502 list_for_each_entry(tmp_evt, &hostdata->sent, list) { in ibmvscsi_eh_abort_handler()
1590 list_for_each_entry(tmp_evt, &hostdata->sent, list) { in ibmvscsi_eh_abort_handler()
1709 list_for_each_entry_safe(tmp_evt, pos, &hostdata->sent, list) { in ibmvscsi_eh_device_reset_handler()
2261 INIT_LIST_HEAD(&hostdata->sent); in ibmvscsi_probe()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_seq_pdu_list.h63 int sent; member
Discsi_target_datain_values.c221 seq->sent = 1; in iscsit_set_datain_values_no_and_yes()
442 seq->sent = 1; in iscsit_set_datain_values_no_and_no()
/linux-4.4.14/drivers/pci/pcie/aer/
DKconfig12 (AER) driver support. Error reporting messages sent to Root
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-block-zram48 because of REQ_DISCARD requests sent by bio. The former ones
49 are sent to a swap block device when a swap slot is freed, which
51 ones are sent by filesystem mounted with discard option,
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt13 is very simple and does not use byte-ranges, although they are sent in
39 to which they are sent and, in case of failures, are eventually resent or dropped with an error.
51 removal of objects and data writing are asynchronous and are sent to
Dnetwork_protocol.txt113 Command is sent as "object_path|target_path".
141 It is sent to servers when attributes of the object are changed and received
/linux-4.4.14/drivers/net/ethernet/fujitsu/
Dfmvj18x_cs.c116 u_short sent; member
742 dev->stats.tx_packets += lp->sent ; in fjn_interrupt()
743 lp->sent = 0 ; in fjn_interrupt()
746 lp->sent = lp->tx_queue ; in fjn_interrupt()
796 lp->sent = 0; in fjn_tx_timeout()
846 lp->sent = lp->tx_queue ; in fjn_start_xmit()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-c2port22 to the C2 port from the system. No commands can be sent
38 No commands can be sent till this entry is set to 0.
Dsysfs-bus-rpmsg49 and it is listening for inbound messages that may be sent
68 When that happens, a "name service" announcement is sent
Dsysfs-block-zram83 because of REQ_DISCARD requests sent by bio. The former ones
84 are sent to a swap block device when a swap slot is freed, which
86 ones are sent by filesystem mounted with discard option,
Dconfigfs-spear-pcie-gadget24 send_msi ... write MSI vector to be sent.
Dsysfs-platform-kim21 locally and also sent across to the WL128x via a HCI-VS
Dsysfs-class-uwb_rc-wusbhc17 Devices that haven't sent a WUSB packet to the host
Dsysfs-ata102 are sent
Dsysfs-wusb_cbaf19 get sent to the device and the CDID (if any) for
Dsysfs-class-net-mesh23 mesh will be sent using multiple interfaces at the
Dsysfs-bus-fcoe77 be sent to their destination on the Ethernet segment.
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_qe_udc.c1148 last_len = min_t(unsigned, req->req.length - ep->sent, in txcomplete()
1153 ep->sent += asent; in txcomplete()
1170 if (((ep->tx_req->req.length - ep->sent) <= 0) && !zlp) { in txcomplete()
1174 ep->sent = 0; in txcomplete()
1184 ep->sent = 0; in txcomplete()
1198 size = min_t(u32, (ep->tx_req->req.length - ep->sent), in qe_usb_senddata()
1200 buf = (u8 *)ep->tx_req->req.buf + ep->sent; in qe_usb_senddata()
1238 if ((req->req.length - ep->sent) > 0) in frame_create_tx()
1324 ep->sent += asent; in ep0_txcomplete()
1331 if ((ep->tx_req->req.length - ep->sent) <= 0) { in ep0_txcomplete()
[all …]
Dfsl_qe_udc.h290 int sent; /*data already sent */ member
/linux-4.4.14/drivers/net/ethernet/sun/
Dsunvnet.h89 u8 sent; member
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt4 been sent, the chip's watchdog has to be reset to gracefully shut down.
/linux-4.4.14/drivers/scsi/device_handler/
DKconfig25 be sent to start it and cannot upgrade the firmware then select y.
/linux-4.4.14/include/scsi/
Dlibiscsi.h105 int sent; /* R2T sequence progress */ member
149 return task->unsol_r2t.data_length > task->unsol_r2t.sent; in iscsi_task_has_unsol_data()
/linux-4.4.14/drivers/scsi/
Dlibiscsi_tcp.c598 r2t->sent = 0; in iscsi_tcp_r2t_rsp()
1001 if (r2t->data_length <= r2t->sent) { in iscsi_tcp_get_curr_r2t()
1071 r2t->data_offset + r2t->sent, r2t->data_count); in iscsi_tcp_task_xmit()
1073 rc = conn->session->tt->init_pdu(task, r2t->data_offset + r2t->sent, in iscsi_tcp_task_xmit()
1080 r2t->sent += r2t->data_count; in iscsi_tcp_task_xmit()
/linux-4.4.14/Documentation/
Drpmsg.txt66 and its length (in bytes). The message will be sent on the specified
83 The message will then be sent to the remote processor to which the
101 The message will then be sent to the remote processor to which the
116 and its length (in bytes). The message will be sent on the specified
130 The message will then be sent to the remote processor to which the
145 The message will then be sent to the remote processor to which the
Dmailbox.txt57 /* An ACK to our last sample sent */
116 /* At this point 'sp' has been sent */
Dxillybus.txt136 pieces of data sent across (like TCP/IP) by autoflushing.
292 filled buffers being sent) and a latency held fairly low for tails of data.
310 The data arrives or is sent at the FPGA as 8, 16 or 32 bit wide words, as
321 the FPGA, and hence can't be sent. To prevent loss of data, these leftover
331 Interface Description Table (IDT), is sent from the FPGA to the host. The
374 FPGA side has sent data, but a select() call would still block, because the
376 XILLYMSG_OPCODE_NONEMPTY messages sent by the FPGA when a channel goes from
Dcpu-hotplug.txt202 For e.g in IA64 platforms we have ability to sent platform interrupts to the
246 - A notification is sent to in-kernel registered modules by sending an event
257 - Once this is successful, an event for successful cleanup is sent by an event
310 things will happen if a notifier in path sent a BAD notify code.
Dcrc32.txt26 order they're actually sent. For example, standard RS-232 serial is
28 is sent last. And when appending a CRC word to a message, you should
DIPMI.txt317 commands that other things on the IPMB bus have sent you). To receive
318 these, you must register for them, they will not automatically be sent
680 always sent to the local management controller. It will handle routing
689 is longer than 11 bytes, multiple messages will be sent with increasing
698 controller will be queried and the events sent to the SEL on that
/linux-4.4.14/Documentation/nfc/
Dnfc-pn544.txt26 33. In HCI mode sent messages are tested for a correct
Dnfc-hci.txt19 they are translated in a sequence of HCI commands sent to the HCI layer in the
108 for standard processing. The data exchange command itself must be sent
140 Data coming from the chip shall be sent directly to nfc_hci_recv_frame().
167 - xmit_from_hci() : handle data sent by HCI, going to the chip
234 callback that was provided by nfc_hci_msg_tx_work() when it sent the command.
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/
Darm-mhu.txt7 received data. However, there is no specified way of knowing if the sent
/linux-4.4.14/Documentation/networking/caif/
DREADME48 - 0x10 means FLOW_OFF_SENT, i.e. the previous frame has not been sent
63 The first two tx messages sent look like this. Note: The initial
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dmcu.c123 int sent, ret; in mt7601u_mcu_msg_send() local
142 ret = usb_bulk_msg(usb_dev, cmd_pipe, skb->data, skb->len, &sent, 500); in mt7601u_mcu_msg_send()
147 if (sent != skb->len) in mt7601u_mcu_msg_send()
/linux-4.4.14/Documentation/usb/
Dgadget_hid.txt8 and HID reports can be sent/received through I/O on the
86 HID reports can be sent/received using read/write on the
103 Hit return and the corresponding report will be sent by the
107 --caps-lock and hit return. A report is then sent by the
Dwusb-cbaf39 Get the device ID associated to the HOST-CHID we sent with
Dmtouchusb.txt12 Changed data sent to host from compensated to raw coordinates
Dgadget_printer.txt269 /* Wait for up to 1 second to sent data. */
291 /* Wait until the data has been sent. */
Dmass-storage.txt57 “eject” SCSI request (Start/Stop Unit). When it is sent, the
102 Write10 and Write12 commands sent to given logical units.
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_user_sdma.c105 struct list_head sent; member
199 INIT_LIST_HEAD(&pq->sent); in qib_user_sdma_queue_create()
1071 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) { in qib_user_sdma_queue_clean()
1164 list_move_tail(&pkt->list, &pq->sent); in qib_user_sdma_queue_drain()
1174 list_splice_init(&pq->sent, &free_list); in qib_user_sdma_queue_drain()
1306 list_move_tail(&pkt->list, &pkt->pq->sent); in qib_user_sdma_send_desc()
Dqib_rc.c145 e->sent = 1; in qib_make_rc_ack()
163 e->sent = 1; in qib_make_rc_ack()
184 e->sent = 1; in qib_make_rc_ack()
2111 if (!qp->s_ack_queue[next].sent) in qib_rc_rcv()
2145 e->sent = 0; in qib_rc_rcv()
2183 if (!qp->s_ack_queue[next].sent) in qib_rc_rcv()
2214 e->sent = 0; in qib_rc_rcv()
/linux-4.4.14/drivers/staging/fsl-mc/
DTODO16 are needed by drivers to serialize commands sent to the MC, including
/linux-4.4.14/drivers/net/ethernet/
Dec_bhf.c108 __le32 sent; member
189 return le32_to_cpu(desc->header.sent) & TX_HDR_SENT; in ec_bhf_desc_sent()
375 priv->tx_descs[i].header.sent = cpu_to_le32(TX_HDR_SENT); in ec_bhf_setup_tx_descs()
/linux-4.4.14/Documentation/connector/
Dconnector.txt83 u16 len - for *_multi multiple cn_msg messages can be sent
85 If non-zero the message will be sent to the
112 The sequence number is incremented with each message sent.
/linux-4.4.14/Documentation/w1/
Dw1.netlink73 read request. Replies are not combined when sent - i.e. typical reply
164 If command requires reply (like read command) it is sent on command completion.
177 increased with each event message sent "through" this master.
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dgpio-keys-polled.txt22 value is sent for events this button generates when pressed.
/linux-4.4.14/Documentation/acpi/
Dvideo_extension.txt69 generated and sent to user space through the input device created by
101 not affect the sending of event to user space, they are always sent to user
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset80 another message is sent to the guests to re-enable the VFs.
99 another message is sent to the guests to re-enable the VFs.
/linux-4.4.14/net/appletalk/
Daarp.c615 goto sent; in aarp_send_ddp()
625 goto sent; in aarp_send_ddp()
669 goto sent; in aarp_send_ddp()
676 sent: in aarp_send_ddp()
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt64 | are sent when notable events occur, |
133 | are sent when notable events occur,
198 (which is sent by the CPU hotplug code), the microcode update driver's
256 sent during the cpu online/offline events (eg, CPU_ONLINE notification
/linux-4.4.14/drivers/block/aoe/
Daoecmd.c401 do_gettimeofday(&f->sent); in aoecmd_ata_rw()
492 do_gettimeofday(&f->sent); in resend()
506 n = now.tv_usec - f->sent.tv_usec; in tsince_hr()
507 n += (now.tv_sec - f->sent.tv_sec) * USEC_PER_SEC; in tsince_hr()
591 nf->sent = f->sent; in reassign_frame()
636 do_gettimeofday(&f->sent); in probe()
1477 do_gettimeofday(&f->sent); in aoecmd_ata_id()
Daoe.h115 struct timeval sent; /* high-res time packet was sent */ member
/linux-4.4.14/Documentation/arm/SA1100/
DADSBitsy43 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
DGraphicsMaster53 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
DGraphicsClient97 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dusb.c850 unsigned int sendlen, sent, dllen; in brcmf_usb_dl_writeimage() local
876 sent = 0; in brcmf_usb_dl_writeimage()
884 if ((rdlbytes == sent) && (rdlbytes != dllen)) { in brcmf_usb_dl_writeimage()
885 if ((dllen-sent) < TRX_RDL_CHUNK) in brcmf_usb_dl_writeimage()
886 sendlen = dllen-sent; in brcmf_usb_dl_writeimage()
907 sent += sendlen; in brcmf_usb_dl_writeimage()
/linux-4.4.14/drivers/net/ethernet/sgi/
Dmeth.h39 u64 sent:1; /* always set to 1...*/ member
/linux-4.4.14/arch/arc/boot/dts/
Dvdk_axs10x_mb.dtsi77 /* PGU output directly sent to virtual LCD screen; hdmi controller not modelled */
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig110 control which debug output is sent to the kernel log by setting the
148 accesses, sent to the device. If you say yes, iwlwifi will
/linux-4.4.14/net/netfilter/ipvs/
DKconfig234 sent to the ith server, in which Ci is the number of connections
245 When there is an idle server available, the job will be sent to
247 is no idle server available, the job will be sent to the server
279 the IP address and port number of real servers cannot be sent to
/linux-4.4.14/drivers/staging/fwserial/
Dfwserial.h167 unsigned sent; member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c1520 int sent; in _drbd_send_page() local
1522 sent = socket->ops->sendpage(socket, page, offset, len, msg_flags); in _drbd_send_page()
1523 if (sent <= 0) { in _drbd_send_page()
1524 if (sent == -EAGAIN) { in _drbd_send_page()
1530 __func__, (int)size, len, sent); in _drbd_send_page()
1531 if (sent < 0) in _drbd_send_page()
1532 err = sent; in _drbd_send_page()
1535 len -= sent; in _drbd_send_page()
1536 offset += sent; in _drbd_send_page()
1773 int rv, sent = 0; in drbd_send() local
[all …]
DKconfig26 run and to access the device (/dev/drbdX). Every write is sent to
/linux-4.4.14/Documentation/device-mapper/
Dswitch.txt26 can be sent on any iSCSI session, and if the blocks being accessed are
50 Upper Tier - Determine which array member the I/O should be sent to.
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx_286 Fix sent by Chip Salzenberg <chip@perlsupport.com>.
88 Fix sent by Stig Telfer <stig@api-networks.com>
Dhptiop.txt121 Non-queued requests (reset/flush etc) can be sent via inbound message
160 Non-queued requests (reset communication/reset/flush etc) can be sent via PCIe
DChangeLog.ncr53c8xx4 Fix sent by Stig Telfer <stig@api-networks.com>.
229 Change sent by Leonard Zubkoff and slightly reworked.
280 - The 'last message sent' printed out on M_REJECT message reception
282 been sent.
289 - Preliminary fixes for Big Endian (sent by Eddie C. Dost).
495 (Patch sent by Cort).
Dcxgb3i.txt38 buffer. Otherwise, the payload data will be sent to the host too.
Ddpti.txt74 * a command may take up to 6 minutes to complete after it has been sent
DFlashPoint.txt100 it was best that these issues be addressed directly. I sent an email
153 questions regarding support for the FlashPoint have either been sent to me
DChangeLog.megaraid_sas353 When Driver sent wrong frame count to firmware. As this
354 particular command is sent to drive, FW is seeing continuous
497 from the time cmds were last sent to FW.
544 ii. Reduced by 1 max cmds sent to FW from Driver to make the reply_q_sz same
DChangeLog.sym53c8xx4 Fix sent by Stig Telfer <stig@api-networks.com>.
31 Tiny patch sent to me by Robert Hirst.
32 - Tiny patch for ia64 sent to me by Pamela Delaney.
427 resetting the chip. This fix has been sent to me by SYMBIOS/LSI
512 Change sent by Leonard Zubkoff and slightly reworked.
/linux-4.4.14/net/decnet/
Daf_decnet.c1919 size_t sent = 0; in dn_sendmsg() local
1979 while(sent < size) { in dn_sendmsg()
1992 len = size - sent; in dn_sendmsg()
2053 if (((sent + len) == size) && (flags & MSG_EOR)) { in dn_sendmsg()
2063 sent += len; in dn_sendmsg()
2076 return sent ? sent : err; in dn_sendmsg()
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt327 CYC packets are only sent when another packet is also sent.
350 that must have passed before a CYC packet can be sent. The
356 can be sent. Note a CYC packet is still only sent when another
357 packet is sent, not at, e.g. every 8 CPU cycles.
441 Snapshot mode captures the available data when a signal is sent e.g.
448 Note that the signal sent is SIGUSR2.
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig42 trace sources to be sent out via Intel(R) Trace Hub. It
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c868 int free, sent = 0; in ldlm_cli_cancel_req() local
917 sent = count; in ldlm_cli_cancel_req()
938 sent = count; in ldlm_cli_cancel_req()
944 return sent ? sent : rc; in ldlm_cli_cancel_req()
/linux-4.4.14/tools/testing/selftests/futex/
DREADME38 sent to stderr. Tests shall support the -c option to print PASS, FAIL, and
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dallwinner,sunxi-pinctrl.txt40 - allwinner,drive: Integer. Represents the current sent to the pin
/linux-4.4.14/Documentation/video4linux/
Dcpia2_overview.txt28 block is the video compressor (VC). The video stream sent from the camera is
DREADME.ivtv111 An mpeg2 stream sent to this device will appear on the selected video
163 Captures the raw (or sliced) video data sent during the Vertical Blank
Dvivid.txt542 cause a control event to be sent with the V4L2_EVENT_CTRL_CH_RANGE flag set.
640 to be sent since it emulates a detected colorspace change.
650 to be sent since it emulates a detected colorspace change.
657 to be sent since it emulates a detected colorspace change.
663 to be sent since it emulates a detected colorspace change.
727 to be sent since it emulates a changed input condition (e.g. a cable
734 to be sent since it emulates a changed input standard.
743 to be sent since it emulates a changed input condition (e.g. a cable
750 to be sent since it emulates changed input timings.
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dxics.txt46 This specifies where the interrupt should be sent, and is the
/linux-4.4.14/Documentation/filesystems/
Djfs.txt40 discard The discard/TRIM commands are sent to the underlying
Dquota.txt36 are sent only in initial network namespace.
Dfuse.txt154 1) If the request is not yet sent to userspace AND the signal is
158 2) If the request is not yet sent to userspace AND the signal is not
163 3) If the request is already sent to userspace, then an INTERRUPT
/linux-4.4.14/arch/cris/arch-v10/
DKconfig26 packets arrive and are sent. It uses macros defined in
36 packets arrive and are sent. It uses macros defined in
46 packets arrive and are sent. It uses macros defined in
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-calling.txt64 Event notifications are sent from the firmware to the host. The host tells the
/linux-4.4.14/net/atm/
DKconfig34 Normally, an "ICMP host unreachable" message is sent if a neighbour
/linux-4.4.14/net/tipc/
Dsocket.c1028 uint mtu, send, sent = 0; in __tipc_send_stream() local
1055 send = min_t(uint, dsz - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_send_stream()
1056 rc = tipc_msg_build(mhdr, m, sent, send, mtu, &pktchain); in __tipc_send_stream()
1065 sent += send; in __tipc_send_stream()
1066 if (sent == dsz) in __tipc_send_stream()
1086 return sent ? sent : rc; in __tipc_send_stream()
/linux-4.4.14/net/unix/
Daf_unix.c1858 int sent = 0; in unix_stream_sendmsg() local
1886 while (sent < len) { in unix_stream_sendmsg()
1887 size = len - sent; in unix_stream_sendmsg()
1935 sent += size; in unix_stream_sendmsg()
1940 return sent; in unix_stream_sendmsg()
1946 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
1951 return sent ? : err; in unix_stream_sendmsg()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
DKconfig74 control which debug output is sent to the kernel log by setting the
/linux-4.4.14/drivers/infiniband/ulp/iser/
Discsi_iser.c306 r2t->sent += r2t->data_count; in iscsi_iser_task_xmit_unsol_data()
308 r2t->data_length - r2t->sent); in iscsi_iser_task_xmit_unsol_data()
/linux-4.4.14/Documentation/block/
Dpr.txt100 any outstanding command sent over a connection identified by old_key.
/linux-4.4.14/net/irda/
DKconfig54 makes sense since most frames will be sent/received on the same
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq554 * was successfully sent, NEXTSCB is NULL and neither
557 * to find the last SCB that was sent correctly.
656 * Dequeue all SCBs sent from the waiting queue
657 * Requeue all SCBs *not* sent to the tail of the waiting queue
686 /* Clear out all SCBs that have been successfully sent. */
751 * Requeue any SCBs not sent, to the tail of the waiting Q.
906 * before all data are sent, we have left over acks
957 * of the transaction being sent.
1190 * If we are identified and have successfully sent the CDB,
1197 * If the target never sent an identify message but instead went
[all …]
/linux-4.4.14/Documentation/filesystems/nfs/
Drpc-server-gss.txt56 the Kerberos tickets, that needs to be sent through the GSS layer in
/linux-4.4.14/drivers/usb/core/
DKconfig14 If you do not want this kind of information sent to the system
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cl_internal.h679 int sent, int rc);
Dosc_cache.c53 struct osc_async_page *oap, int sent, int rc);
833 int sent, int rc) in osc_extent_finish() argument
858 osc_ap_completion(env, cli, oap, sent, rc); in osc_extent_finish()
862 if (!sent) { in osc_extent_finish()
1785 struct osc_async_page *oap, int sent, int rc) in osc_ap_completion() argument
/linux-4.4.14/Documentation/misc-devices/
Dspear-pcie-gadget.txt52 send_msi :write MSI vector to be sent.
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt189 available. When page becomes available type 2 APF is sent with
193 will be sent.
/linux-4.4.14/drivers/net/ethernet/brocade/bna/
Dbnad.c233 u32 sent = 0; in bnad_tx_complete() local
238 sent = bnad_txcmpl_process(bnad, tcb); in bnad_tx_complete()
239 if (sent) { in bnad_tx_complete()
252 bna_ib_ack(tcb->i_dbell, sent); in bnad_tx_complete()
257 return sent; in bnad_tx_complete()
2997 u32 sent; in bnad_start_xmit() local
2998 sent = bnad_txcmpl_process(bnad, tcb); in bnad_start_xmit()
3000 bna_ib_ack(tcb->i_dbell, sent); in bnad_start_xmit()
/linux-4.4.14/Documentation/sound/alsa/
Dserial-u16550.txt57 sent to, with midiCnD1 sending to Out 1, midiCnD2 to Out 2, midiCnD4 to
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c1615 int sent = 0; in ath9k_release_buffered_frames() local
1645 sent++; in ath9k_release_buffered_frames()
1902 bool sent = false; in ath_txq_schedule() local
1931 sent = true; in ath_txq_schedule()
1944 if (!sent) in ath_txq_schedule()
1947 sent = false; in ath_txq_schedule()
Dchannel.c1128 bool sent = false; in ath_chanctx_send_ps_frame() local
1133 sent = true; in ath_chanctx_send_ps_frame()
1137 return sent; in ath_chanctx_send_ps_frame()
/linux-4.4.14/drivers/isdn/i4l/
DKconfig54 sent over the wire. The machine at the other end of the PPP link

12