/linux-4.1.27/sound/pci/echoaudio/ |
D | midi.c | 206 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.1.27/drivers/iommu/ |
D | exynos-iommu.c | 48 #define lv1ent_fault(sent) ((*(sent) == ZERO_LV2LINK) || \ argument 49 ((*(sent) & 3) == 0) || ((*(sent) & 3) == 3)) 50 #define lv1ent_zero(sent) (*(sent) == ZERO_LV2LINK) argument 51 #define lv1ent_page_zero(sent) ((*(sent) & 3) == 1) argument 52 #define lv1ent_page(sent) ((*(sent) != ZERO_LV2LINK) && \ argument 53 ((*(sent) & 3) == 1)) 54 #define lv1ent_section(sent) ((*(sent) & 3) == 2) argument 65 #define section_phys(sent) (*(sent) & SECT_MASK) argument 89 #define lv2table_base(sent) (*(sent) & 0xFFFFFC00) argument 145 static sysmmu_pte_t *page_entry(sysmmu_pte_t *sent, sysmmu_iova_t iova) in page_entry() argument [all …]
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | ser-gigaset.c | 68 int sent = -EOPNOTSUPP; in write_modem() local 81 sent = tty->ops->write(tty, skb->data, skb->len); in write_modem() 82 gig_dbg(DEBUG_OUTPUT, "write_modem: sent %d", sent); in write_modem() 83 if (sent < 0) { in write_modem() 86 return sent; in write_modem() 88 skb_pull(skb, sent); in write_modem() 98 return sent; in write_modem() 110 int sent = 0; in send_cb() local 121 sent = tty->ops->write(tty, cb->buf + cb->offset, cb->len); in send_cb() 122 if (sent < 0) { in send_cb() [all …]
|
/linux-4.1.27/net/x25/ |
D | x25_out.c | 57 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.1.27/Documentation/input/ |
D | notifier.txt | 12 - 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.
|
D | atarikbd.txt | 188 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.
|
D | multi-touch-protocol.txt | 25 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
|
D | alps.txt | 56 To exit command mode, PSMOUSE_CMD_SETSTREAM (EA) is sent to the touchpad. 60 address is sent one nibble at a time, where each nibble is encoded as a
|
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 138 void *sent; in hci_cc_write_link_policy() local 145 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_LINK_POLICY); in hci_cc_write_link_policy() 146 if (!sent) in hci_cc_write_link_policy() 153 conn->link_policy = get_unaligned_le16(sent + 2); in hci_cc_write_link_policy() 175 void *sent; in hci_cc_write_def_link_policy() local 182 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_DEF_LINK_POLICY); in hci_cc_write_def_link_policy() 183 if (!sent) in hci_cc_write_def_link_policy() 186 hdev->link_policy = get_unaligned_le16(sent); in hci_cc_write_def_link_policy() 225 struct hci_cp_read_stored_link_key *sent; in hci_cc_read_stored_link_key() local 229 sent = hci_sent_cmd_data(hdev, HCI_OP_READ_STORED_LINK_KEY); in hci_cc_read_stored_link_key() [all …]
|
D | hci_core.c | 2516 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout() local 2517 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout() 3550 if (c->sent < min) { in hci_low_sent() 3551 min = c->sent; in hci_low_sent() 3600 if (c->type == type && c->sent) { in hci_link_tx_to() 3652 if (conn->sent < min) { in hci_chan_sent() 3653 min = conn->sent; in hci_chan_sent() 3716 if (chan->sent) { in hci_prio_recalculate() 3717 chan->sent = 0; in hci_prio_recalculate() 3788 chan->sent++; in hci_sched_acl_pkt() [all …]
|
D | hci_conn.c | 522 hdev->acl_cnt += conn->sent; in hci_conn_del() 527 hdev->le_cnt += conn->sent; in hci_conn_del() 529 hdev->acl_cnt += conn->sent; in hci_conn_del()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_cs.c | 591 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.1.27/drivers/bluetooth/ |
D | ath3k.c | 209 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()
|
D | bfusb.c | 478 int sent = 0, size, count; in bfusb_send_frame() local 514 buf[0] = 0xc1 | ((sent == 0) ? 0x04 : 0) | ((count == size) ? 0x08 : 0); in bfusb_send_frame() 519 skb_copy_from_linear_data_offset(skb, sent, skb_put(nskb, size), size); in bfusb_send_frame() 521 sent += size; in bfusb_send_frame() 548 int err, pipe, len, size, sent = 0; in bfusb_load_firmware() local 576 memcpy(buf, firmware + sent, size); in bfusb_load_firmware() 586 sent += size; in bfusb_load_firmware()
|
D | btusb.c | 2862 size_t count, size, sent = 0; in btusb_setup_qca_download_fw() local 2888 sent += size; in btusb_setup_qca_download_fw() 2894 memcpy(buf, firmware->data + sent, size); in btusb_setup_qca_download_fw() 2901 hdev->name, sent, firmware->size, err); in btusb_setup_qca_download_fw() 2911 sent += size; in btusb_setup_qca_download_fw()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.avmb1 | 106 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
|
D | INTERFACE.fax | 103 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.1.27/net/vmw_vsock/ |
D | vmci_transport_notify.c | 129 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.1.27/drivers/net/wireless/mwifiex/ |
D | README | 106 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.1.27/Documentation/hwmon/ |
D | acpi_power_meter | 29 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
|
D | lm70 | 30 complement digital temperature (sent via the SIO line), is available in the
|
D | sht15 | 50 * If a CRC validation fails, a soft reset command is sent, which resets
|
D | sysfs-interface | 481 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.1.27/Documentation/hid/ |
D | uhid.txt | 38 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 …]
|
D | hid-transport.txt | 96 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 …]
|
D | hidraw.txt | 5 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.1.27/drivers/tty/hvc/ |
D | hvc_xen.c | 96 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()
|
D | hvcs.c | 562 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.1.27/fs/cifs/ |
D | smb2ops.c | 466 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 …]
|
D | transport.c | 136 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.1.27/arch/tile/kernel/ |
D | smp.c | 49 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.1.27/Documentation/networking/ |
D | ipsec.txt | 13 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
|
D | mac80211-injection.txt | 28 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
|
D | rds.txt | 111 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
|
D | nfc.txt | 94 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
|
D | PLIP.txt | 68 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
|
D | can.txt | 15 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 426 - The loopback of sent CAN frames is enabled (see chapter 3.2) 427 - The socket does not receive its own sent frames (in loopback mode) 536 When the local loopback is enabled, all the sent CAN frames are 626 MSG_CONFIRM: set when the frame was sent via the socket it is received on. [all …]
|
D | cxacru.txt | 29 Up to 7 parameters at a time will be sent and the modem will restart
|
D | driver.txt | 71 ring unreclaimed forever if no new TX packets are sent.
|
D | z8530drv.txt | 451 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
|
D | i40e.txt | 81 the hardware and not transmitted. An interrupt is sent to the PF driver
|
D | ip-sysctl.txt | 210 total amount of sent packets. This is done if at least one prior 674 Limits number of Challenge ACK sent per second, as recommended 802 requests sent to it. 807 TIMESTAMP requests sent to it via broadcast/multicast. 816 of ICMP packets sent on all targets. 820 Limit maximal number of ICMP packets sent per second from this host. 826 icmp_msgs_per_sec controls number of ICMP packets sent per second, 861 If zero, icmp error messages are sent with the primary address of 864 If non-zero, the message will be sent with the primary address of 1063 source IP address from IP packets in ARP requests sent on [all …]
|
D | igb.txt | 98 the hardware and not transmitted. An interrupt is sent to the PF driver
|
D | ppp_generic.txt | 269 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
|
D | packet_mmap.txt | 33 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
|
D | scaling.txt | 133 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
|
D | ray_cs.txt | 133 sent up by the card, so you will never see them (ack, rts, cts, probe
|
D | timestamping.txt | 140 sockets, the counter increments with each sent packet. For stream 334 The SCM_TIMESTAMPING ancillary data is sent along with the packet data 448 - As soon as the driver has sent the packet and/or obtained a
|
D | netdev-FAQ.txt | 57 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
|
D | rxrpc.txt | 158 (*) An call is complete when the request has been sent, the reply has been 215 (*) The first sendmsg for a request to be sent from a client contains a tag to 344 specify the call affected. If an abort is being sent, then error EBADSLT 655 (10) Up to the point the final packet of reply data is sent, the call can be 753 abort code specified will be placed in the ABORT message sent.
|
/linux-4.1.27/net/sctp/ |
D | chunk.c | 118 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.1.27/net/bluetooth/rfcomm/ |
D | sock.c | 558 int sent; in rfcomm_sock_sendmsg() local 573 sent = bt_sock_wait_ready(sk, msg->msg_flags); in rfcomm_sock_sendmsg() 574 if (sent) in rfcomm_sock_sendmsg() 584 if (sent == 0) in rfcomm_sock_sendmsg() 585 sent = err; in rfcomm_sock_sendmsg() 593 if (sent == 0) in rfcomm_sock_sendmsg() 594 sent = err; in rfcomm_sock_sendmsg() 603 if (sent == 0) in rfcomm_sock_sendmsg() 604 sent = err; in rfcomm_sock_sendmsg() 608 sent += size; in rfcomm_sock_sendmsg() [all …]
|
D | tty.c | 788 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.1.27/Documentation/i2c/ |
D | i2c-protocol | 18 [..]: 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.
|
D | slave-interface | 67 Another I2C master wants to write data to us. This event should be sent once 74 'val': backend returns first byte to be sent 77 Another I2C master wants to read data from us. This event should be sent once 86 Another I2C master has sent a byte to us which needs to be set in 'val'. If 'ret' 92 'val': backend returns next byte to be sent 95 The bus driver requests the next byte to be sent to another I2C master in 101 needs to be sent again on the next I2C_SLAVE_READ_REQUEST, depending a bit on
|
D | smbus-protocol | 48 [..]: 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
|
D | fault-codes | 50 transaction, and is sent before the terminating STOP. This
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-usb-usbtmc | 34 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
|
D | sysfs-driver-ib_srp | 11 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.1.27/net/openvswitch/ |
D | vport.c | 508 int sent = vport->ops->send(vport, skb); in ovs_vport_send() local 510 if (likely(sent > 0)) { in ovs_vport_send() 517 stats->tx_bytes += sent; in ovs_vport_send() 519 } else if (sent < 0) { in ovs_vport_send() 524 return sent; in ovs_vport_send()
|
/linux-4.1.27/net/hsr/ |
D | Kconfig | 14 All Ethernet frames sent over the hsr device will be sent in both
|
/linux-4.1.27/net/rds/ |
D | iw_send.c | 513 int sent; in rds_iw_xmit() local 626 sent = 0; in rds_iw_xmit() 689 sent += len; in rds_iw_xmit() 729 sent += sizeof(struct rds_header); in rds_iw_xmit() 762 ret = sent; in rds_iw_xmit() 803 int sent; in rds_iw_xmit_rdma() local 857 sent = 0; in rds_iw_xmit_rdma() 908 sent += len; in rds_iw_xmit_rdma() 909 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_iw_xmit_rdma() 947 op->op_count, sent, conn->c_xmit_rm->m_rs->rs_user_addr); in rds_iw_xmit_rdma()
|
D | ib_send.c | 890 int sent; in rds_ib_xmit_rdma() local 928 sent = 0; in rds_ib_xmit_rdma() 961 sent += len; in rds_ib_xmit_rdma() 962 rdsdebug("ic %p sent %d remote_addr %llu\n", ic, sent, remote_addr); in rds_ib_xmit_rdma()
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | rs485.txt | 10 * 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.1.27/Documentation/infiniband/ |
D | user_mad.txt | 80 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
|
D | user_verbs.txt | 23 Commands are sent to the kernel via write()s on these device files.
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_user_sdma.c | 79 struct list_head sent; member 111 INIT_LIST_HEAD(&pq->sent); in ipath_user_sdma_queue_create() 572 list_for_each_entry_safe(pkt, pkt_prev, &pq->sent, list) { in ipath_user_sdma_queue_clean() 632 if (list_empty(&pq->sent)) { in ipath_user_sdma_queue_drain() 642 if (!list_empty(&pq->sent)) { in ipath_user_sdma_queue_drain() 648 list_splice_init(&pq->sent, &free_list); in ipath_user_sdma_queue_drain() 773 list_move_tail(&pkt->list, &pq->sent); in ipath_user_sdma_push_pkts()
|
D | ipath_rc.c | 135 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.1.27/net/sunrpc/ |
D | xprtsock.c | 394 int sent = 0; in xs_sendpages() local 419 err = xs_send_pagedata(sock, xdr, base, remainder != 0, zerocopy, &sent); in xs_sendpages() 420 *sent_p += sent; in xs_sendpages() 421 if (remainder == 0 || sent != len) in xs_sendpages() 519 int sent = 0; in xs_local_send_request() local 527 true, &sent); in xs_local_send_request() 530 if (likely(sent > 0) || status == 0) { in xs_local_send_request() 531 req->rq_bytes_sent += sent; in xs_local_send_request() 532 req->rq_xmit_bytes_sent += sent; in xs_local_send_request() 573 int sent = 0; in xs_udp_send_request() local [all …]
|
D | svcsock.c | 1190 int sent; in svc_tcp_sendto() local 1200 sent = svc_sendto(rqstp, &rqstp->rq_res); in svc_tcp_sendto() 1201 if (sent != xbufp->len) { in svc_tcp_sendto() 1206 (sent<0)?"got error":"sent only", in svc_tcp_sendto() 1207 sent, xbufp->len); in svc_tcp_sendto() 1210 sent = -EAGAIN; in svc_tcp_sendto() 1212 return sent; in svc_tcp_sendto()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 153 void *sent; /* The Data being tracked */ member 261 while (vhbainfo->pending[insert_location].sent) { in add_scsipending_entry() 270 vhbainfo->pending[insert_location].sent = new; in add_scsipending_entry() 296 void *sent = NULL; in del_scsipending_entry() local 300 sent = vhbainfo->pending[del].sent; in del_scsipending_entry() 303 vhbainfo->pending[del].sent = NULL; in del_scsipending_entry() 307 return sent; in del_scsipending_entry() 1372 scsicmd = (struct scsi_cmnd *)pendingdel->sent; in virthba_serverdown_complete() 1378 cmdrsp = (struct uiscmdrsp *)pendingdel->sent; in virthba_serverdown_complete() 1385 cmdrsp = (struct uiscmdrsp *)pendingdel->sent; in virthba_serverdown_complete() [all …]
|
/linux-4.1.27/drivers/macintosh/ |
D | macio-adb.c | 179 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()
|
D | adb-iop.c | 193 req->sent = 1; in adb_iop_start() 242 req->sent = 0; in adb_iop_write()
|
D | via-macii.c | 220 req.sent = 0; in macii_queue_poll() 264 req->sent = 0; in macii_write() 436 req->sent = 1; in macii_interrupt()
|
D | via-maciisi.c | 328 req->sent = 0; in maciisi_write() 519 req->sent = 1; in maciisi_interrupt()
|
D | via-cuda.c | 394 req->sent = 0; in cuda_write() 525 req->sent = 1; in cuda_interrupt()
|
D | via-pmu68k.c | 490 req->sent = 0; in pmu_queue_request() 612 req->sent = 1; in pmu_interrupt()
|
/linux-4.1.27/drivers/tty/serial/ |
D | sunhv.c | 63 unsigned long len, status, sent; in transmit_chars_write() local 67 status = sun4v_con_write(ra, len, &sent); in transmit_chars_write() 70 xmit->tail = (xmit->tail + sent) & (UART_XMIT_SIZE - 1); in transmit_chars_write() 71 port->icount.tx += sent; in transmit_chars_write()
|
D | arc_uart.c | 166 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.1.27/drivers/message/fusion/ |
D | mptlan.c | 582 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.1.27/arch/cris/arch-v32/drivers/ |
D | sync_serial.c | 1362 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.1.27/include/linux/ |
D | adb.h | 16 unsigned char sent; member
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_synctty.c | 593 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()
|
D | ppp_async.c | 653 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()
|
D | Kconfig | 43 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.1.27/drivers/crypto/ |
D | img-hash.c | 100 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.1.27/net/caif/ |
D | caif_socket.c | 603 int sent = 0; in caif_stream_sendmsg() local 619 while (sent < len) { in caif_stream_sendmsg() 621 size = len-sent; in caif_stream_sendmsg() 662 sent += size; in caif_stream_sendmsg() 665 return sent; in caif_stream_sendmsg() 668 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg() 672 return sent ? : err; in caif_stream_sendmsg()
|
/linux-4.1.27/drivers/nfc/ |
D | Kconfig | 56 all packets sent from one device is sent back to the other, acting as
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 36 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).
|
D | delay-accounting.txt | 53 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.1.27/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 47 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.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.h | 100 struct list_head sent; member
|
D | ibmvscsi.c | 798 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()
|
D | ibmvfc.c | 831 list_for_each_entry_safe(evt, pos, &vhost->sent, queue) in ibmvfc_purge_requests() 1419 list_add_tail(&evt->queue, &vhost->sent); in ibmvfc_send_event() 2100 list_for_each_entry(evt, &vhost->sent, queue) { in ibmvfc_wait_for_ops() 2114 list_for_each_entry(evt, &vhost->sent, queue) { in ibmvfc_wait_for_ops() 2159 list_for_each_entry(evt, &vhost->sent, queue) { in ibmvfc_cancel_all() 2290 list_for_each_entry(evt, &vhost->sent, queue) { in ibmvfc_abort_task_set() 4132 if (list_empty(&vhost->sent) && in ibmvfc_npiv_logout_done() 4771 INIT_LIST_HEAD(&vhost->sent); in ibmvfc_probe()
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_seq_pdu_list.h | 63 int sent; member
|
D | iscsi_target_datain_values.c | 221 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.1.27/drivers/pci/pcie/aer/ |
D | Kconfig | 12 (AER) driver support. Error reporting messages sent to Root
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 48 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.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 13 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
|
D | network_protocol.txt | 113 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.1.27/drivers/net/ethernet/fujitsu/ |
D | fmvj18x_cs.c | 116 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.1.27/Documentation/ABI/testing/ |
D | sysfs-c2port | 22 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.
|
D | sysfs-bus-rpmsg | 49 and it is listening for inbound messages that may be sent 68 When that happens, a "name service" announcement is sent
|
D | sysfs-block-zram | 83 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,
|
D | configfs-spear-pcie-gadget | 24 send_msi ... write MSI vector to be sent.
|
D | sysfs-class-uwb_rc-wusbhc | 17 Devices that haven't sent a WUSB packet to the host
|
D | sysfs-platform-kim | 21 locally and also sent across to the WL128x via a HCI-VS
|
D | sysfs-wusb_cbaf | 19 get sent to the device and the CDID (if any) for
|
D | sysfs-ata | 102 are sent
|
D | sysfs-class-net-mesh | 23 mesh will be sent using multiple interfaces at the
|
D | sysfs-bus-fcoe | 77 be sent to their destination on the Ethernet segment.
|
D | sysfs-block-bcache | 94 place and reducing total number of writes sent to the backing
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | fsl_qe_udc.c | 1148 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 …]
|
D | fsl_qe_udc.h | 290 int sent; /*data already sent */ member
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunvnet.h | 89 u8 sent; member
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 4 been sent, the chip's watchdog has to be reset to gracefully shut down.
|
/linux-4.1.27/drivers/scsi/device_handler/ |
D | Kconfig | 25 be sent to start it and cannot upgrade the firmware then select y.
|
/linux-4.1.27/include/scsi/ |
D | libiscsi.h | 105 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.1.27/drivers/scsi/ |
D | libiscsi_tcp.c | 598 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.1.27/Documentation/ |
D | rpmsg.txt | 66 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
|
D | mailbox.txt | 58 /* An ACK to our last sample sent */ 118 /* At this point 'sp' has been sent */
|
D | xillybus.txt | 136 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
|
D | cpu-hotplug.txt | 202 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.
|
D | crc32.txt | 26 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
|
D | IPMI.txt | 317 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 677 always sent to the local management controller. It will handle routing 686 is longer than 11 bytes, multiple messages will be sent with increasing 695 controller will be queried and the events sent to the SEL on that
|
D | kobject.txt | 372 The uevent function will be called when the uevent is about to be sent to 394 sent for the object, a corresponding KOBJ_REMOVE uevent will be sent, and
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-pn544.txt | 26 33. In HCI mode sent messages are tested for a correct
|
D | nfc-hci.txt | 19 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.1.27/Documentation/devicetree/bindings/mailbox/ |
D | arm-mhu.txt | 7 received data. However, there is no specified way of knowing if the sent
|
/linux-4.1.27/Documentation/networking/caif/ |
D | README | 48 - 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.1.27/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 78 another message is sent to the guests to re-enable the VFs. 97 another message is sent to the guests to re-enable the VFs.
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_hid.txt | 8 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
|
D | wusb-cbaf | 39 Get the device ID associated to the HOST-CHID we sent with
|
D | mtouchusb.txt | 12 Changed data sent to host from compensated to raw coordinates
|
D | gadget_printer.txt | 269 /* Wait for up to 1 second to sent data. */ 291 /* Wait until the data has been sent. */
|
D | mass-storage.txt | 57 “eject” SCSI request (Start/Stop Unit). When it is sent, the 102 Write10 and Write12 commands sent to given logical units.
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 133 sent through the ops->opbuf buffer, and the result list is written 174 sent through the ops->opbuf buffer, and the result list is written 216 The fragments _must_ be sent in order and be 8K in size. The last 355 string that is to be sent to the device, it should be sent in the buffer
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 105 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()
|
D | qib_rc.c | 145 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() 2109 if (!qp->s_ack_queue[next].sent) in qib_rc_rcv() 2143 e->sent = 0; in qib_rc_rcv() 2181 if (!qp->s_ack_queue[next].sent) in qib_rc_rcv() 2212 e->sent = 0; in qib_rc_rcv()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.c | 849 unsigned int sendlen, sent, dllen; in brcmf_usb_dl_writeimage() local 875 sent = 0; in brcmf_usb_dl_writeimage() 883 if ((rdlbytes == sent) && (rdlbytes != dllen)) { in brcmf_usb_dl_writeimage() 884 if ((dllen-sent) < TRX_RDL_CHUNK) in brcmf_usb_dl_writeimage() 885 sendlen = dllen-sent; in brcmf_usb_dl_writeimage() 906 sent += sendlen; in brcmf_usb_dl_writeimage()
|
/linux-4.1.27/drivers/net/ethernet/ |
D | ec_bhf.c | 108 __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.1.27/Documentation/w1/ |
D | w1.netlink | 73 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.1.27/Documentation/connector/ |
D | connector.txt | 83 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.1.27/Documentation/acpi/ |
D | video_extension.txt | 69 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.1.27/net/appletalk/ |
D | aarp.c | 615 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.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 64 | 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.1.27/drivers/block/aoe/ |
D | aoecmd.c | 401 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()
|
D | aoe.h | 115 struct timeval sent; /* high-res time packet was sent */ member
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | ADSBitsy | 43 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
D | GraphicsMaster | 53 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
D | GraphicsClient | 97 Any contribution can be sent to nico@fluxnic.net and will be greatly welcome!
|
/linux-4.1.27/drivers/net/ethernet/sgi/ |
D | meth.h | 39 u64 sent:1; /* always set to 1...*/ member
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 223 sent to the ith server, in which Ci is the number of connections 234 When there is an idle server available, the job will be sent to 236 is no idle server available, the job will be sent to the server 268 the IP address and port number of real servers cannot be sent to
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | allwinner,sunxi-pinctrl.txt | 37 - allwinner,drive: Integer. Represents the current sent to the pin
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 108 control which debug output is sent to the kernel log by setting the 145 accesses, sent to the device. If you say yes, iwlwifi will
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.h | 167 unsigned sent; member
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_main.c | 1520 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 …]
|
D | Kconfig | 26 run and to access the device (/dev/drbdX). Every write is sent to
|
/linux-4.1.27/Documentation/device-mapper/ |
D | switch.txt | 26 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.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx_2 | 86 Fix sent by Chip Salzenberg <chip@perlsupport.com>. 88 Fix sent by Stig Telfer <stig@api-networks.com>
|
D | hptiop.txt | 121 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
|
D | ChangeLog.ncr53c8xx | 4 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).
|
D | cxgb3i.txt | 38 buffer. Otherwise, the payload data will be sent to the host too.
|
D | dpti.txt | 74 * a command may take up to 6 minutes to complete after it has been sent
|
D | FlashPoint.txt | 100 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
|
D | ChangeLog.megaraid_sas | 353 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
|
D | ChangeLog.sym53c8xx | 4 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.
|
D | arcmsr_spec.txt | 28 ** All SCSI Command must be sent through postQ: 57 ** Request frame is sent from configuration space
|
/linux-4.1.27/net/decnet/ |
D | af_decnet.c | 1919 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.1.27/Documentation/filesystems/ |
D | jfs.txt | 40 discard The discard/TRIM commands are sent to the underlying
|
D | fuse.txt | 154 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.1.27/Documentation/virtual/kvm/devices/ |
D | xics.txt | 46 This specifies where the interrupt should be sent, and is the
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 28 block is the video compressor (VC). The video stream sent from the camera is
|
D | README.ivtv | 111 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
|
D | vivid.txt | 542 cause a control event to be sent with the V4L2_EVENT_CTRL_CH_RANGE flag set. 641 to be sent since it emulates a detected colorspace change. 649 to be sent since it emulates a detected colorspace change. 656 to be sent since it emulates a detected colorspace change. 720 to be sent since it emulates a changed input condition (e.g. a cable 727 to be sent since it emulates a changed input standard. 736 to be sent since it emulates a changed input condition (e.g. a cable 743 to be sent since it emulates changed input timings.
|
D | si4713.txt | 91 * Pilot is an audible tone sent by the device.
|
/linux-4.1.27/net/unix/ |
D | af_unix.c | 1791 int sent = 0; in unix_stream_sendmsg() local 1819 while (sent < len) { in unix_stream_sendmsg() 1820 size = len - sent; in unix_stream_sendmsg() 1868 sent += size; in unix_stream_sendmsg() 1873 return sent; in unix_stream_sendmsg() 1879 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg() 1884 return sent ? : err; in unix_stream_sendmsg()
|
/linux-4.1.27/arch/cris/arch-v10/ |
D | Kconfig | 26 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.1.27/net/atm/ |
D | Kconfig | 34 Normally, an "ICMP host unreachable" message is sent if a neighbour
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 64 Event notifications are sent from the firmware to the host. The host tells the
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 1167 int free, sent = 0; in ldlm_cli_cancel_req() local 1216 sent = count; in ldlm_cli_cancel_req() 1237 sent = count; in ldlm_cli_cancel_req() 1243 return sent ? sent : rc; in ldlm_cli_cancel_req()
|
/linux-4.1.27/net/tipc/ |
D | socket.c | 1016 uint mtu, send, sent = 0; in __tipc_send_stream() local 1042 send = min_t(uint, dsz - sent, TIPC_MAX_USER_MSG_SIZE); in __tipc_send_stream() 1043 rc = tipc_msg_build(mhdr, m, sent, send, mtu, pktchain); in __tipc_send_stream() 1051 sent += send; in __tipc_send_stream() 1052 if (sent == dsz) in __tipc_send_stream() 1071 return sent ? sent : rc; in __tipc_send_stream()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | Kconfig | 74 control which debug output is sent to the kernel log by setting the
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 14 If you do not want this kind of information sent to the system
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 301 r2t->sent += r2t->data_count; in iscsi_iser_task_xmit_unsol_data() 303 r2t->data_length - r2t->sent); in iscsi_iser_task_xmit_unsol_data()
|
/linux-4.1.27/net/irda/ |
D | Kconfig | 54 makes sense since most frames will be sent/received on the same
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 554 * 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.1.27/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 56 the Kerberos tickets, that needs to be sent through the GSS layer in
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 52 send_msi :write MSI vector to be sent.
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_cl_internal.h | 680 int sent, int rc);
|
D | osc_cache.c | 53 struct osc_async_page *oap, int sent, int rc); 832 int sent, int rc) in osc_extent_finish() argument 857 osc_ap_completion(env, cli, oap, sent, rc); in osc_extent_finish() 861 if (!sent) { in osc_extent_finish() 1782 struct osc_async_page *oap, int sent, int rc) in osc_ap_completion() argument
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 189 available. When page becomes available type 2 APF is sent with 193 will be sent.
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 232 u32 sent = 0; in bnad_tx_complete() local 237 sent = bnad_txcmpl_process(bnad, tcb); in bnad_tx_complete() 238 if (sent) { in bnad_tx_complete() 251 bna_ib_ack(tcb->i_dbell, sent); in bnad_tx_complete() 256 return sent; in bnad_tx_complete() 2993 u32 sent; in bnad_start_xmit() local 2994 sent = bnad_txcmpl_process(bnad, tcb); in bnad_start_xmit() 2996 bna_ib_ack(tcb->i_dbell, sent); in bnad_start_xmit()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 57 sent to, with midiCnD1 sending to Out 1, midiCnD2 to Out 2, midiCnD4 to
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 54 sent over the wire. The machine at the other end of the PPP link
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 1119 bool sent = false; in ath_chanctx_send_ps_frame() local 1124 sent = true; in ath_chanctx_send_ps_frame() 1128 return sent; in ath_chanctx_send_ps_frame()
|
D | xmit.c | 1636 int sent = 0; in ath9k_release_buffered_frames() local 1666 sent++; in ath9k_release_buffered_frames() 1921 bool sent = false; in ath_txq_schedule() local 1959 sent = true; in ath_txq_schedule() 1981 if (!sent) in ath_txq_schedule() 1984 sent = false; in ath_txq_schedule()
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 155 sent to the tty. 158 sent to the tty without fear of overrunning the
|
/linux-4.1.27/drivers/s390/char/ |
D | Kconfig | 111 problem reporting queue the call home records should be sent to.
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 133 maximum number of unresponded packets that will be sent to an AoE
|