/linux-4.4.14/net/rds/ |
D | iw_send.c | 78 struct rds_iw_send_work *send, in rds_iw_send_unmap_rm() argument 81 struct rds_message *rm = send->s_rm; in rds_iw_send_unmap_rm() 83 rdsdebug("ic %p send %p rm %p\n", ic, send, rm); in rds_iw_send_unmap_rm() 125 send->s_rm = NULL; in rds_iw_send_unmap_rm() 130 struct rds_iw_send_work *send; in rds_iw_send_init_ring() local 133 for (i = 0, send = ic->i_sends; i < ic->i_send_ring.w_nr; i++, send++) { in rds_iw_send_init_ring() 136 send->s_rm = NULL; in rds_iw_send_init_ring() 137 send->s_op = NULL; in rds_iw_send_init_ring() 138 send->s_mapping = NULL; in rds_iw_send_init_ring() 140 send->s_send_wr.next = NULL; in rds_iw_send_init_ring() [all …]
|
D | ib_send.c | 149 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument 155 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op() 157 if (send->s_op) { in rds_ib_send_unmap_op() 158 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op() 159 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 164 if (send->s_op) { in rds_ib_send_unmap_op() 165 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op() 166 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op() 171 if (send->s_op) { in rds_ib_send_unmap_op() 172 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op() [all …]
|
D | Makefile | 3 recv.o send.o stats.o sysctl.o threads.o transport.o \
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | netjet.c | 89 struct tiger_dma send; member 194 bc->bch.nr, fill, cnt, idx, card->send.idx); in fill_mem() 201 val = card->send.start[idx]; in fill_mem() 204 card->send.start[idx++] = val; in fill_mem() 205 if (idx >= card->send.size) in fill_mem() 221 fill_mem(bc, 0, card->send.size, 0xff); in mode_tiger() 240 bc->free = card->send.size / 2; in mode_tiger() 254 bc->free = card->send.size / 2; in mode_tiger() 271 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR); in mode_tiger() 273 card->send.idx = (card->send.dmacur - card->send.dmastart) >> 2; in mode_tiger() [all …]
|
/linux-4.4.14/net/atm/ |
D | raw.c | 56 return vcc->dev->ops->send(vcc, skb); in atm_send_aal0() 64 vcc->send = atm_send_aal0; in atm_init_aal0() 73 vcc->send = vcc->dev->ops->send; in atm_init_aal34() 82 vcc->send = vcc->dev->ops->send; in atm_init_aal5()
|
/linux-4.4.14/net/ipv6/ |
D | ip6_icmp.c | 35 ip6_icmp_send_t *send; in icmpv6_send() local 38 send = rcu_dereference(ip6_icmp_send); in icmpv6_send() 40 if (!send) in icmpv6_send() 42 send(skb, type, code, info); in icmpv6_send()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_common.c | 455 static void correct_endian_basic(struct usbip_header_basic *base, int send) in correct_endian_basic() argument 457 if (send) { in correct_endian_basic() 473 int send) in correct_endian_cmd_submit() argument 475 if (send) { in correct_endian_cmd_submit() 493 int send) in correct_endian_ret_submit() argument 495 if (send) { in correct_endian_ret_submit() 511 int send) in correct_endian_cmd_unlink() argument 513 if (send) in correct_endian_cmd_unlink() 520 int send) in correct_endian_ret_unlink() argument 522 if (send) in correct_endian_ret_unlink() [all …]
|
D | README | 7 Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | pio_copy.c | 78 void __iomem *send = dest + PIO_BLOCK_SIZE; in pio_copy() local 88 if (dend < send) { in pio_copy() 108 while (dest < send) { in pio_copy() 458 void __iomem *send = dest + PIO_BLOCK_SIZE; in seg_pio_copy_start() local 467 if (dend < send) { in seg_pio_copy_start() 487 while (dest < send) { in seg_pio_copy_start() 561 void __iomem *send; /* SOP end */ in mid_copy_mix() local 566 send = pbuf->start + PIO_BLOCK_SIZE; in mid_copy_mix() 567 xend = send < dend ? send : dend; in mid_copy_mix() 655 void __iomem *send; /* SOP end */ in mid_copy_straight() local [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | rds.txt | 50 Sockets must be bound before you can send or receive data. 73 setsockopt(SOL_SOCKET): send and receive buffer size 74 RDS honors the send and receive buffer size socket options. 84 mark the port as "congested" and send a congestion update to 97 An attempt to send a message that exceeds SO_SNDSIZE will 100 An attempt to send a message that would take the total number 104 An attempt to send a message to a destination that is marked 128 POLLOUT is a little harder. Since you can essentially send 130 there's room on the send queue (ie the number of bytes queued 145 it detects a timeout. For instance, if it tried to send a message, [all …]
|
D | udplite.txt | 153 of UDP-Lite packets is determined by the size of the send buffer. The 154 minimum size of the send buffer is 2048 (defined as SOCK_MIN_SNDBUF 157 option. The maximum upper bound for the send buffer is determined 160 Given a payload size larger than the send buffer size, UDP-Lite will 162 send buffer size in each case. 169 The send buffer size has implications on the checksum coverage length.
|
D | timestamping.txt | 59 (e.g., for sampling) by embedding an send() call within two setsockopt 89 timestamp taken immediately before send() from this timestamp. On 96 Request tx timestamps when all data in the send buffer has been 100 data up to and including the buffer at send() was acknowledged: the 133 queue out of order from the original send() calls. It is not always 134 possible to uniquely match timestamps to the original send() calls 137 This option associates each packet at send() with a unique 199 independent send() calls). Segments can be reordered and the same 223 individual last byte passed to send(), even if it is no longer the 231 send time with the value returned for each timestamp. It can prevent [all …]
|
D | phonet.txt | 9 receive and send messages from/to the modem, or any other external 62 only send and receive Phonet packets. 92 Applications can send Phonet messages using the Phonet datagram socket 94 2^10 object IDs available, and can send and receive packets with any
|
D | ax25.txt | 7 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
|
D | regulatory.txt | 23 a userspace agent build it and send it via nl80211. Only 31 Essentially the kernel will send a udev event when it knows 33 to trigger crda to send the respective regulatory domain for a 64 The kernel will send a uevent to inform userspace a new
|
D | netconsole.txt | 7 Please send bug reports to Matt Mackall <mpm@selenic.com> 172 ethernet address to send packets, which can cause increased load on 195 the "console_loglevel" parameter (on the sender) to only send high 200 or by specifying "debug" on the kernel command line at boot, to send
|
D | i40e.txt | 80 When a malicious driver attempts to send a spoofed packet, it is dropped by 84 When a spoofed packet is detected the PF driver will send the following
|
D | policy-routing.txt | 47 RTP_REJECT - drop the packet and send ICMP NET UNREACHABLE. 48 RTP_PROHIBIT - drop the packet and send ICMP COMM. ADM. PROHIBITED.
|
D | ipvlan.txt | 40 slave device and packets are switched and queued to the master device to send 49 will not receive nor can send multicast / broadcast traffic.
|
D | igb.txt | 97 When a malicious driver attempts to send a spoofed packet, it is dropped by 101 When a spoofed packet is detected the PF driver will send the following
|
D | tcp.txt | 94 Frames are queued for output by tcp_write. We do our best to send the frames 102 On a timer we walk the retransmit list to send any retransmits, update the
|
D | PLIP.txt | 193 send header nibble '0x8' 200 <wait for rx. '0x1?'> <send 0x10+(octet&0x0F)> 201 <wait for rx. '0x0?'> <send 0x00+((octet>>4)&0x0F)>
|
D | mac80211-injection.txt | 54 After composing the packet contents, it is sent by send()-ing it to a logical
|
D | packet_mmap.txt | 16 Please send your comments to 31 send or receive packets. This way reading packets just needs to wait for them, 123 send() ---------> send all packets that are set as ready in 506 #define TP_STATUS_SEND_REQUEST 1 // Frame will be sent on next send() 510 First, the kernel initializes all frames to TP_STATUS_AVAILABLE. To send a 514 calls send(). Then all buffers with status equal to TP_STATUS_SEND_REQUEST are 521 retval = send(this->socket, NULL, 0, 0);
|
D | fore200e.txt | 63 Feedback is welcome. Please send success stories/bug reports/
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | netjet.c | 82 p = bcs->hw.tiger.send; in fill_mem() 99 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 126 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 135 fill_mem(bcs, bcs->hw.tiger.send, in mode_tiger() 143 bcs->hw.tiger.sendp = bcs->hw.tiger.send; in mode_tiger() 636 p = bcs->hw.tiger.send - 1; in netjet_fill_dma() 638 sp = bcs->hw.tiger.send - 1; in netjet_fill_dma() 646 p = bcs->hw.tiger.send; in netjet_fill_dma() 650 p = bcs->hw.tiger.send; in netjet_fill_dma() 657 p = bcs->hw.tiger.send + 1; in netjet_fill_dma() [all …]
|
D | hfc_2bds0.c | 149 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes_B() 163 s = cs->hw.hfcD.send[cs->hw.hfcD.f1] - cs->hw.hfcD.send[cs->hw.hfcD.f2]; in GetFreeFifoBytes_D() 280 …bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(cs, HFCB_FIFO | HFCB_Z1 | HFCB_SEND | HFCB_CHANNEL(bcs… in hfc_fill_fifo() 284 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo() 707 cs->hw.hfcD.send[cs->hw.hfcD.f1] = ReadZReg(cs, HFCD_FIFO | HFCD_Z1 | HFCD_SEND); in hfc_fill_dfifo() 711 cs->hw.hfcD.send[cs->hw.hfcD.f1]); in hfc_fill_dfifo() 1025 unsigned *send; in init_send_hfcd() local 1027 if (!(send = kmalloc(cnt * sizeof(unsigned int), GFP_ATOMIC))) { in init_send_hfcd() 1033 send[i] = 0x1fff; in init_send_hfcd() 1034 return (send); in init_send_hfcd() [all …]
|
D | hfc_2bs0.c | 63 s = bcs->hw.hfc.send[bcs->hw.hfc.f1] - bcs->hw.hfc.send[bcs->hw.hfc.f2]; in GetFreeFifoBytes() 261 bcs->hw.hfc.send[bcs->hw.hfc.f1] = ReadZReg(bcs, HFC_Z1 | HFC_SEND | HFC_CHANNEL(bcs->channel)); in hfc_fill_fifo() 265 bcs->hw.hfc.send[bcs->hw.hfc.f1]); in hfc_fill_fifo() 560 if (!(bcs->hw.hfc.send = kmalloc(32 * sizeof(unsigned int), GFP_ATOMIC))) { in init_send() 566 bcs->hw.hfc.send[i] = 0x1fff; in init_send() 586 kfree(cs->bcs[0].hw.hfc.send); in releasehfc() 587 cs->bcs[0].hw.hfc.send = NULL; in releasehfc() 588 kfree(cs->bcs[1].hw.hfc.send); in releasehfc() 589 cs->bcs[1].hw.hfc.send = NULL; in releasehfc()
|
D | hfcscard.c | 222 cs->hw.hfcD.send = NULL; in setup_hfcs() 223 cs->bcs[0].hw.hfc.send = NULL; in setup_hfcs() 224 cs->bcs[1].hw.hfc.send = NULL; in setup_hfcs()
|
D | teleint.c | 278 cs->bcs[0].hw.hfc.send = NULL; in setup_TeleInt() 279 cs->bcs[1].hw.hfc.send = NULL; in setup_TeleInt()
|
/linux-4.4.14/Documentation/input/ |
D | sentelic.txt | 427 FSP will send out enable/disable packet when FSP receive PS/2 enable/disable 503 1. send 0xf3 PS/2 command to FSP; 505 2. send 0x66 PS/2 command to FSP; 507 3. send 0x88 PS/2 command to FSP; 509 4. send 0xf3 PS/2 command to FSP; 515 5a. send 0x68 PS/2 command to FSP; 517 5b. send the inverted register address to FSP and goto step 8; 523 6a. send 0xcc PS/2 command to FSP; 525 6b. send the swapped register address to FSP and goto step 8; 527 7. send 0x66 PS/2 command to FSP; [all …]
|
/linux-4.4.14/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 94 tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_STATUS, &interrupt, 1); in clear_interruption() 111 tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_cancel() 170 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in request_locality() 199 tpm_dev->ops->send(tpm_dev->phy_id, TPM_ACCESS, &data, 1); in release_locality() 429 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send() 443 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_DATA_FIFO, in st33zp24_send() 455 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_STS, &data, 1); in st33zp24_send() 535 .send = st33zp24_send, 603 ret = tpm_dev->ops->send(tpm_dev->phy_id, TPM_INT_ENABLE, in st33zp24_probe() 609 ret = tpm_dev->ops->send(tpm_dev->phy_id, (TPM_INT_ENABLE + 3), in st33zp24_probe()
|
D | st33zp24.h | 25 int (*send)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
|
D | i2c.c | 107 .send = st33zp24_i2c_send,
|
/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xp_main.c | 97 enum xp_retval (*send) (short, int, u32, void *, u16), in xpc_set_interface() 105 xpc_interface.send = send; in xpc_set_interface() 120 xpc_interface.send = (enum xp_retval(*)(short, int, u32, void *, u16)) in xpc_clear_interface()
|
D | xp.h | 286 enum xp_retval (*send) (short, int, u32, void *, u16); member 312 return xpc_interface.send(partid, ch_number, flags, payload, in xpc_send()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | rxon.c | 101 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument 103 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss() 106 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss() 108 0, sizeof(*send), send); in iwlagn_disable_bss() 110 send->filter_flags = old_filter; in iwlagn_disable_bss() 121 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument 124 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan() 125 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan() 135 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan() 136 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 51 wqe->send.rdmaop = T3_SEND_WITH_SE; in build_rdma_send() 53 wqe->send.rdmaop = T3_SEND; in build_rdma_send() 54 wqe->send.rem_stag = 0; in build_rdma_send() 58 wqe->send.rdmaop = T3_SEND_WITH_SE_INV; in build_rdma_send() 60 wqe->send.rdmaop = T3_SEND_WITH_INV; in build_rdma_send() 61 wqe->send.rem_stag = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send() 68 wqe->send.reserved[0] = 0; in build_rdma_send() 69 wqe->send.reserved[1] = 0; in build_rdma_send() 70 wqe->send.reserved[2] = 0; in build_rdma_send() 77 wqe->send.sgl[i].stag = cpu_to_be32(wr->sg_list[i].lkey); in build_rdma_send() [all …]
|
D | Kconfig | 15 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | quota.c | 186 bool send = false; in iwl_mvm_update_quotas() local 300 send = true; in iwl_mvm_update_quotas() 302 send = true; in iwl_mvm_update_quotas() 306 send = true; in iwl_mvm_update_quotas() 313 if (!send && !force_update) { in iwl_mvm_update_quotas()
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | max98925.txt | 9 - vmon-slot-no : slot number used to send voltage information 11 - imon-slot-no : slot number used to send current information
|
D | fsl-sai.txt | 42 receiver will send and receive data by following 47 means both transimitter and receiver will send and 54 transimitter and receiver will send and receive data by following clocks
|
/linux-4.4.14/Documentation/hid/ |
D | uhid.txt | 61 If you want to send data on the interrupt channel to the HID subsystem, you send 62 an HID_INPUT2 event with your raw data payload. If the kernel wants to send data 73 If your device disconnects, you should send an UHID_DESTROY event. This will 74 unregister the device. You can now send UHID_CREATE2 again to register a new 90 This creates the internal HID device. No I/O is possible until you send this 102 You must send UHID_CREATE2 before sending input to the kernel! This event 154 send UHID_INPUT2 events to the kernel. 161 This is sent if the HID device driver wants to send raw data to the I/O 175 GET_REPORT (or if it fails), you must send a UHID_GET_REPORT_REPLY to the 182 send a SET_REPORT request to your hid device. Once it replies, you must tell
|
D | hid-transport.txt | 99 send their input events on this channel. Outgoing events are normally 100 not send via intr, except if high throughput is required. 103 channel and are normally ignored. Instead, devices only send management 116 requiring explicit requests. Devices can choose to send data continuously or 122 Hosts may choose to send output reports either continuously or only on 273 report following the HID specs and send it via the ->raw_request() callback.
|
D | hidraw.txt | 15 which send and receive data in a way that is inconsistent with their report 97 This ioctl will send a feature report to the device. Per the HID
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | stack.c | 108 ret = ch->send(ch, cskb); in send_layer2() 127 ret = ch->send(ch, skb); in send_layer2() 163 return st->layer1->send(st->layer1, skb); in send_msg_to_layer() 172 return ch->send(ch, skb); in send_msg_to_layer() 182 return ch->send(ch, skb); in send_msg_to_layer() 404 newst->own.send = mISDN_queue_message; in create_stack() 483 ch->recv = rq.ch->send; in connect_Bstack() 485 rq.ch->recv = ch->send; in connect_Bstack() 498 ch->recv = rq2.ch->send; in connect_Bstack() 508 rq2.ch->recv = rq.ch->send; in connect_Bstack() [all …]
|
D | dsp_core.c | 595 if (dsp->up->send(dsp->up, nskb)) in dsp_control_req() 710 return dsp->up->send(dsp->up, skb); in dsp_function() 754 if (dsp->up->send( in dsp_function() 769 return dsp->up->send(dsp->up, skb); in dsp_function() 800 if (dsp->up->send( in dsp_function() 856 return dsp->up->send(dsp->up, skb); in dsp_function() 872 return dsp->up->send(dsp->up, skb); in dsp_function() 1031 if (dsp->up->send(dsp->up, skb)) in dsp_send_bh() 1069 ndsp->ch.send = dsp_function; in dspcreate()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | ixp4xx_npe.c | 414 const u32 *send = msg; in npe_send_message() local 418 what, send[0], send[1]); in npe_send_message() 425 __raw_writel(send[0], &npe->regs->in_out_fifo); in npe_send_message() 432 __raw_writel(send[1], &npe->regs->in_out_fifo); in npe_send_message() 492 u32 *send = msg, recv[2]; in npe_send_recv_message() local 499 if ((recv[0] != send[0]) || (recv[1] != send[1])) { in npe_send_recv_message()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usbusx2y.c | 237 int j, send = us428ctls->p4outSent + 1; in i_usX2Y_In04Int() local 238 if (send >= N_us428_p4out_BUFS) in i_usX2Y_In04Int() 239 send = 0; in i_usX2Y_In04Int() 242 …struct us428_p4out *p4out = us428ctls->p4out + send; // FIXME if more than 1 p4out is new, 1 gets … in i_usX2Y_In04Int() 248 us428ctls->p4outSent = send; in i_usX2Y_In04Int()
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 6 These days most developers use `git send-email` instead of regular 10 If you are new to git then send your first patch to yourself. Save it 12 then review the changelog with `git log`. When that works then send 24 Email clients that are used for Linux kernel patches should send the 28 Don't send patches with "format=flowed". This can cause unexpected 36 If you configure your email client to send emails with UTF-8 encoding, 51 It's a good idea to send a patch to yourself, save the received message, 140 If you absolutely must send patches as attachments instead of inlining 180 to send them: 189 using Mutt to send patches through Gmail: [all …]
|
D | rpmsg.txt | 46 it can send messages on, and if possible, minimize how much control 65 The caller should specify the channel, the data it wants to send, 81 The caller should specify the channel, the data it wants to send, 99 The caller should specify the channel, the data it wants to send, 115 The caller should specify the channel, the data it wants to send, 128 The user should specify the channel, the data it wants to send, 143 The user should specify the channel, the data it wants to send, 229 /* send a message on our channel */
|
D | md-cluster.txt | 89 Sender checks that it still needs to send a message. Messages received 139 send out RESYNC_START with the (lo,hi) range of the area which needs 143 when the node performing resync finishes, it send RESYNC_FINISHED
|
D | hsi.txt | 63 - send break
|
D | HOWTO | 10 If anything in this document becomes out of date, please send in patches 78 userspace to change, it is recommended that you send the information or 105 and send a patch, including (but not limited to): 108 - Who to send it to 245 is being added. git can be used to send patches to Linus after -rc1 412 characters. A good first test is to send the mail to yourself and try 513 as a dumping ground for your feature. However, don't send 50 emails at 531 2) It's important not only to send small patches, but also to rewrite 554 Also realize that it is not acceptable to send patches for inclusion
|
D | oops-tracing.txt | 9 Find the Oops and send it to the maintainer of the kernel area that seems to be 11 If you are unsure send it to the person responsible for the code relevant to 15 If you are totally stumped as to whom to send the report, send it to
|
/linux-4.4.14/include/xen/ |
D | events.h | 64 struct evtchn_send send = { .port = port }; in notify_remote_via_evtchn() local 65 (void)HYPERVISOR_event_channel_op(EVTCHNOP_send, &send); in notify_remote_via_evtchn()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | t4.h | 94 struct fw_ri_send_wr send; member 112 wqe->send.opcode = (u8)opcode; in init_wr_hdr() 113 wqe->send.flags = flags; in init_wr_hdr() 114 wqe->send.wrid = wrid; in init_wr_hdr() 115 wqe->send.r1[0] = 0; in init_wr_hdr() 116 wqe->send.r1[1] = 0; in init_wr_hdr() 117 wqe->send.r1[2] = 0; in init_wr_hdr() 118 wqe->send.len16 = len16; in init_wr_hdr()
|
D | qp.c | 470 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send() 473 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send() 475 wqe->send.stag_inv = 0; in build_rdma_send() 479 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send() 482 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send() 484 wqe->send.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send() 490 wqe->send.r3 = 0; in build_rdma_send() 491 wqe->send.r4 = 0; in build_rdma_send() 496 ret = build_immd(sq, wqe->send.u.immd_src, wr, in build_rdma_send() 500 size = sizeof wqe->send + sizeof(struct fw_ri_immd) + in build_rdma_send() [all …]
|
D | Kconfig | 15 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | event.c | 64 if (event->func->send) { in nvkm_event_send() 65 event->func->send(data, size, notify); in nvkm_event_send()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/ |
D | Kconfig | 35 Please send feedback to <linux-bugs@chelsio.com>. 62 Please send feedback to <linux-bugs@chelsio.com>. 82 Please send feedback to <linux-bugs@chelsio.com>. 123 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.fax | 16 In send-mode the HL-driver has to handle the <DLE> codes and the bit-order 67 Defines outgoing/send or incoming/receive connection. 87 (+FCSI/+FTSI on send/receive) 131 Value of +FET command in send-mode.
|
D | HiSax.cert | 35 Please send any questions regarding this drivers or approval abouts to 72 Please send any changes, bugfixes and patches to me rather than implementing
|
D | README.audio | 104 <DLE><DC4> Abort recording, (send by appl.) Emulator 137 and the only way to stop playback is to send <DLE><ETX>.
|
D | README.pcbit | 26 *do* send me a mail.
|
D | INTERFACE | 133 be called by the LL for delivering data to be send via B-Channel. 142 MUST NOT send an ISDN_STAT_BSENT. 143 struct sk_buff * Pointer to sk_buff containing data to be send via 423 setup.eazmsn= empty string or string send as uus1 in DSS1 with 434 setup.eazmsn= empty string or string send as uus1 in DSS1 with 446 setup.eazmsn= empty string or string send as uus1 in DSS1 protocol 521 HL-driver may send ALERTING on the D-channel in this case. 740 packet-loss on receive or send. The field errcode of the cmd.parm
|
/linux-4.4.14/Documentation/filesystems/ |
D | ufs.txt | 59 Any ufs bug report you can send to daniel.pirkl@email.cz or 60 to dushistov@mail.ru (do not send partition tables bug reports).
|
/linux-4.4.14/net/decnet/ |
D | TODO | 19 o Using send/recvmsg() to get at connect/disconnect data (POSIX 1003.1g) 21 send/recvmsg() calls should simply be a vector of set/getsockopt()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
D | base.c | 69 pmu->send.base)); in nvkm_pmu_send() 238 pmu->send.base = nvkm_rd32(device, 0x10a4d0) & 0x0000ffff; in nvkm_pmu_init() 239 pmu->send.size = nvkm_rd32(device, 0x10a4d0) >> 16; in nvkm_pmu_init()
|
/linux-4.4.14/drivers/input/serio/ |
D | libps2.c | 186 int send = (command >> 12) & 0xf; in __ps2_command() local 196 if (send && !param) { in __ps2_command() 220 for (i = 0; i < send; i++) { in __ps2_command()
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.WINVIEW | 13 is wrong. If it doesn't work, send me email. 18 use this driver, send an email insult to them, and tell them you won't
|
D | ICs | 36 if you want better support for STB cards send me info!
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | README | 112 num_tx_pkts_err = <number of Tx packets failed to send to device> 144 num_cmd_h2c_fail = <number of commands failed to send to device> 145 num_cmd_sleep_cfm_fail = <number of sleep confirm failed to send to device> 146 num_tx_h2c_fail = <number of data packets failed to send to device> 153 cmd_sent = <0/1, send command resources available/sending command to device> 154 data_sent = <0/1, send data resources available/sending data to device>
|
/linux-4.4.14/drivers/staging/skein/ |
D | TODO | 7 Please send patches to Jason Cooper <jason@lakedaemon.net> in addition to the
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 537 int dend, send; /* Last index into @[ds]rl. */ in ntfs_runlists_merge() local 608 for (send = si; srl[send].length; send++) in ntfs_runlists_merge() 613 if (srl[send].lcn == LCN_ENOENT) in ntfs_runlists_merge() 614 marker_vcn = srl[marker = send].vcn; in ntfs_runlists_merge() 617 for (sfinal = send; sfinal >= 0 && srl[sfinal].lcn < LCN_HOLE; sfinal--) in ntfs_runlists_merge() 632 (srl[send - 1].vcn + srl[send - 1].length))); in ntfs_runlists_merge() 637 if (marker && (drl[dins].vcn + drl[dins].length > srl[send - 1].vcn)) in ntfs_runlists_merge() 641 ntfs_debug("sstart = %i, sfinal = %i, send = %i", sstart, sfinal, send); in ntfs_runlists_merge()
|
/linux-4.4.14/net/irda/ |
D | Kconfig | 63 Say Y here is you want IrLAP to send fast RR (Receive Ready) frames 66 this option will make the IrDA stack send more packet than strictly 69 Fast RR will make IrLAP send out a RR frame immediately when
|
/linux-4.4.14/fs/qnx6/ |
D | README | 3 Please send diffs and remarks to <chaosman@ontika.net> .
|
/linux-4.4.14/fs/qnx4/ |
D | README | 3 Please send diffs and remarks to <al@alarsen.net> .
|
/linux-4.4.14/drivers/staging/panel/ |
D | TODO | 7 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/linux-4.4.14/firmware/ |
D | README.AddingFirmware | 22 To submit firmware to that repository, please send either a git binary 42 Don't send any "CONFIDENTIALITY STATEMENT" in your e-mail, patch or
|
/linux-4.4.14/drivers/atm/ |
D | eni.c | 188 if (eni_dev->tx[i].send) in dump() 190 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump() 1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4); in do_tx() 1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4); in do_tx() 1162 writel(skb->len,tx->send+ in do_tx() 1192 if (tx->send) in poll_tx() 1245 if (!eni_dev->tx[i].send) return eni_dev->tx+i; in alloc_tx() 1330 tx->send = mem; in reserve_or_set_tx() 1335 ((tx->send-eni_dev->ram) >> (MID_LOC_SKIP+2)), in reserve_or_set_tx() 1352 tx->send = NULL; in reserve_or_set_tx() [all …]
|
D | eni.h | 41 void __iomem *send; /* base, 0 if unused */ member
|
D | adummy.c | 137 .send = adummy_send,
|
D | Kconfig | 75 The burst sizes can be set independently in the send (TX) and 91 Burst sixteen words at once in the send direction. This may work 98 Burst eight words at once in the send direction. This is the default 105 Burst four words at once in the send direction. You may want to try 113 Burst two words at once in the send direction. You may want to try
|
D | atmtcp.c | 334 .send = atmtcp_v_send, 347 .send = atmtcp_c_send
|
/linux-4.4.14/drivers/staging/comedi/ |
D | TODO | 8 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/linux-4.4.14/drivers/staging/netlogic/ |
D | TODO | 5 Please send patches
|
/linux-4.4.14/drivers/staging/gs_fpgaboot/ |
D | TODO | 5 Please send any patches for this driver to Insop Song<insop.song@gainspeed.com>
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3cdev.h | 58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); member
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | TODO | 6 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 49 and is blocking further send operation. Flow OFF has been propagated 97 The host seems to be able to send over the UART, at least the CAIF ldisc get 101 The host is not able to send the message from UART, the tty has not been
|
D | Linux-CAIF.txt | 150 - In order to send data upwards, each layer should do 152 - In order to send data downwards, each layer should do
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_entry.S | 76 | send some signal to program here 81 | user space, we correct stackpointer and send a SIGSEGV to 95 | send a trace signal if we are debugged
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | README | 6 Please send any patches or complaints about this driver to Greg
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | TODO | 7 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>,
|
/linux-4.4.14/drivers/staging/mt29f_spinand/ |
D | TODO | 7 Please send patches
|
/linux-4.4.14/drivers/pps/generators/ |
D | Kconfig | 12 utilizes STROBE pin of a parallel port to send PPS signals. It uses
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | event.h | 22 void (*send)(void *data, u32 size, struct nvkm_notify *); member
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | TODO | 9 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
|
/linux-4.4.14/drivers/staging/xgifb/ |
D | TODO | 12 Please send patches to:
|
/linux-4.4.14/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.h | 299 struct ib_send_wr send; member 710 struct ib_send_wr *cur_wr = &tx_desc->wrs[tx_desc->wr_idx].send; in iser_tx_next_wr() 714 last_wr = &tx_desc->wrs[tx_desc->wr_idx - 1].send; in iser_tx_next_wr()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_worker.c | 1291 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier() 1293 connection->send.current_epoch_writes = 0; in drbd_send_barrier() 1314 if (!connection->send.seen_any_write_yet) { in re_init_if_first_write() 1315 connection->send.seen_any_write_yet = true; in re_init_if_first_write() 1316 connection->send.current_epoch_nr = epoch; in re_init_if_first_write() 1317 connection->send.current_epoch_writes = 0; in re_init_if_first_write() 1324 if (!connection->send.seen_any_write_yet) in maybe_send_barrier() 1326 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier() 1327 if (connection->send.current_epoch_writes) in maybe_send_barrier() 1329 connection->send.current_epoch_nr = epoch; in maybe_send_barrier() [all …]
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | Kconfig | 13 to register themselves with core and send data, the responses
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 310 send: 319 djnz r1, send 416 ;; 04 is send break (really "turn break on/off"). TODO 572 ;; is to manually send out all of the data. The consequence of not 854 ;; now send it 874 ;; tx was not running. send the first character, setup the TI int 901 ;; prod rx, which will actually send the message when in2 becomes free 913 ;; tx finished. send another character if we have one 997 ;; special sequence: send a tx unthrottle message 1112 ;; read/send [tx_ring_out+1], then tx_ring_out++
|
D | xircom_pgs.S | 348 send: 357 djnz r1, send 454 ;; 04 is send break (really "turn break on/off"). TODO 610 ;; is to manually send out all of the data. The consequence of not 915 ;; now send it 935 ;; tx was not running. send the first character, setup the TI int 962 ;; prod rx, which will actually send the message when in2 becomes free 974 ;; tx finished. send another character if we have one 1065 ;; special sequence: send a tx unthrottle message 1180 ;; read/send [tx_ring_out+1], then tx_ring_out++
|
/linux-4.4.14/drivers/staging/vt6656/ |
D | TODO | 18 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
|
/linux-4.4.14/drivers/staging/lustre/ |
D | TODO | 11 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>, Andreas Dilger
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | Kconfig | 16 Please send feedback to <linux-bugs@chelsio.com>.
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | TODO | 20 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
|
/linux-4.4.14/net/openvswitch/ |
D | vport-gre.c | 90 .send = dev_queue_xmit,
|
D | vport-geneve.c | 119 .send = dev_queue_xmit,
|
D | vport-vxlan.c | 156 .send = dev_queue_xmit,
|
D | vport.h | 143 netdev_tx_t (*send) (struct sk_buff *skb); member
|
D | vport-netdev.c | 211 .send = dev_queue_xmit,
|
/linux-4.4.14/Documentation/power/regulator/ |
D | regulator.txt | 26 Regulators can send events (e.g. overtemperature, undervoltage, etc) to
|
/linux-4.4.14/net/batman-adv/ |
D | Makefile | 36 batman-adv-y += send.o
|
D | soft-interface.c | 262 goto send; in batadv_interface_tx() 276 goto send; in batadv_interface_tx() 288 send: in batadv_interface_tx()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO | 10 Please send patches to:
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | TODO | 12 Please send any patches to
|
/linux-4.4.14/include/linux/ |
D | atmdev.h | 106 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member 195 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member
|
D | tpm.h | 41 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len); member
|
/linux-4.4.14/drivers/mailbox/ |
D | Kconfig | 24 send short messages between Highbank's A9 cores and the EnergyCore 63 to send message between processors. Say Y here if you want to use the
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | serial-u16550.txt | 21 substream. The driver provides no way to send F5 00 (no selection) or to not 22 send the F5 NN command sequence at all; perhaps it ought to. 60 to send the data to no ports. M/B mode has extra overhead to select the MIDI
|
/linux-4.4.14/sound/core/seq/oss/ |
D | seq_oss_synth.c | 499 int i, send; in snd_seq_oss_synth_sysex() local 514 send = 0; in snd_seq_oss_synth_sysex() 519 send = 1; in snd_seq_oss_synth_sysex() 531 if (sysex->len && send) { in snd_seq_oss_synth_sysex()
|
/linux-4.4.14/drivers/scsi/ |
D | stex.c | 306 void (*send) (struct st_hba *, struct req_msg *, u16); member 336 void (*send) (struct st_hba *, struct req_msg *, u16); member 672 hba->send(hba, req, tag); in stex_queuecommand_lck() 1409 .send = stex_send_cmd, 1422 .send = stex_send_cmd, 1435 .send = stex_send_cmd, 1448 .send = stex_send_cmd, 1461 .send = stex_ss_send_cmd, 1613 hba->send = ci->send; in stex_probe() 1721 hba->send(hba, req, tag); in stex_hba_stop()
|
/linux-4.4.14/drivers/staging/rtl8723au/ |
D | TODO | 12 Please send any patches to Greg Kroah-Hartman <gregkh@linux.com>,
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-platform-at91 | 12 contents of mailbox 0 may be send under certain
|
D | sysfs-bus-intel_th-devices-pti | 13 when there is trace data to send. 1: PTI trace clock is a
|
D | sysfs-class-scsi_host | 21 send i/o requests directly to physical devices that are part
|
D | configfs-stp-policy | 6 for software sources wishing to send trace data over an STM
|
D | sysfs-class-pktcdvd | 27 uevent (0200) To send an uevent.
|
D | sysfs-class-uwb_rc-wusbhc | 47 often the devices will have the opportunity to send
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | pmu.h | 12 } send; member
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | netdebug.c | 134 s64 sock, send, status; in nst_seq_show() local 143 send = ktime_to_us(ktime_sub(now, nst->st_send_time)); in nst_seq_show() 165 (long long)send, in nst_seq_show()
|
/linux-4.4.14/drivers/iio/common/hid-sensors/ |
D | Kconfig | 23 Triggers will be send if all requested attributes were read.
|
/linux-4.4.14/Documentation/serial/ |
D | serial-rs485.txt | 73 /* Set rts delay before send, if needed: */ 76 /* Set rts delay after send, if needed: */
|
D | n_gsm.txt | 36 /* send the AT commands to switch the modem to CMUX mode 75 - and to use gnokii to send / receive SMS on ttygsm1
|
/linux-4.4.14/drivers/hwtracing/stm/ |
D | Kconfig | 26 If you want to send kernel console messages over STM devices,
|
/linux-4.4.14/drivers/staging/rtl8188eu/ |
D | TODO | 18 Please send any patches to Greg Kroah-Hartman <gregkh@linux.com>,
|
/linux-4.4.14/fs/btrfs/ |
D | Makefile | 11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | TODO | 13 *Do not* send any patch fixing checkpatch.pl issues. Currently it passes
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | TODO | 13 *Do not* send any patch fixing checkpatch.pl issues. Currently it passes
|
/linux-4.4.14/ |
D | REPORTING-BUGS | 40 Once you know the subsystem that is causing the issue, you should send a 45 To find out where to send an emailed bug report, find your subsystem or 47 entries, and send your bug report to the person(s) listed in the "M:" 61 a bug in kernel.org bugzilla and send email to
|
/linux-4.4.14/Documentation/sound/oss/ |
D | btaudio | 78 * read audio data from btaudio (dsp2), send to es1730 (dsp,dsp1): 81 * read audio data from btaudio, send to esound daemon (which might be
|
D | Soundblaster | 25 Consider it a bug if this option is needed, and send in a
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 47 This is consistent with the driver need to send commands to proprietary gates 105 are required to send data to the tag. Some tag types will require custom 110 - tm_send() is called to send data in the case of a p2p connection 222 This function will dequeue the next pending command and send its HCP fragments 227 handles shdlc framing in and out. It uses the driver xmit to send frames and 287 active, it will send a tag discovered event with an empty tag list to the user
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | ti,keystone-irq.txt | 3 On Keystone SOCs, DSP cores can send interrupts to ARM
|
/linux-4.4.14/Documentation/block/ |
D | cmdline-partition.txt | 27 partition name, kernel send uevent with "PARTNAME". application can create
|
/linux-4.4.14/include/xen/interface/ |
D | event_channel.h | 235 struct evtchn_send send; member
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 13 Internet Protocol) is a protocol used to send Internet traffic over 75 "slip6". In this mode, SLIP will only send normal ASCII symbols over
|
/linux-4.4.14/Documentation/dvb/ |
D | bt8xx.txt | 57 For bug reports please send in a complete log with verbose=4 activated. 79 In case of further problems please subscribe and send questions to the mailing list: linux-dvb@linu…
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 73 # looks like it's port 0, configure master 33 to send data to port 0: 91 # .. send data to master 33, see stm.txt for more details ..
|
/linux-4.4.14/Documentation/scsi/ |
D | NinjaSCSI.txt | 118 Please send me some reports(bug reports etc..) of this software. 119 When you send report, please tell me these or more.
|
D | hptiop.txt | 87 To send a request to the controller: 131 To send a request to the controller:
|
D | arcmsr_spec.txt | 20 ** (driver send to IOP331) 22 ** (IOP331 send to driver) 69 ** (IOP331 send to driver) 83 ** (driver send to IOP331)
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-dsp-keystone.txt | 3 HOST OS userland running on ARM can send interrupts to DSP cores using
|
/linux-4.4.14/drivers/staging/slicoss/ |
D | TODO | 32 Please send patches to:
|
/linux-4.4.14/drivers/staging/fsl-mc/ |
D | TODO | 26 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 17 send(); 133 uses the connector to request notification and to send messages. 150 allow people to send data to netlink groups other than 1.
|
D | ucon.c | 84 err = send(s, nlh, size, 0); in netlink_send()
|
/linux-4.4.14/drivers/iio/adc/ |
D | max1363.c | 185 int (*send)(const struct i2c_client *client, member 344 return st->send(st->client, tx_buf, 2); in max1363_write_basic_config() 801 st->send(st->client, tx, 2); in max1363_event_handler() 899 ret = st->send(st->client, tx_buf, len); in max1363_monitor_mode_update() 916 ret = st->send(st->client, tx_buf, 2); in max1363_monitor_mode_update() 1573 st->send = i2c_master_send; in max1363_probe() 1577 st->send = max1363_smbus_send; in max1363_probe()
|
/linux-4.4.14/samples/pktgen/ |
D | README.rst | 24 -c : ($SKB_CLONE) SKB clones send before alloc new SKB
|
/linux-4.4.14/drivers/staging/unisys/Documentation/ABI/ |
D | sysfs-platform-visorchipset | 7 Description: used to send the ID of a string that should be displayed on 26 Description: used to send the ID of a string that should be displayed on
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_qp.c | 825 wr.sqwr.send.remote_stag = 0; in c2_post_send() 831 wr.sqwr.send.remote_stag = in c2_post_send() 844 err = move_sgl((struct c2_data_addr *) & (wr.sqwr.send.data), in c2_post_send() 848 wr.sqwr.send.sge_len = cpu_to_be32(tot_len); in c2_post_send()
|
/linux-4.4.14/drivers/nfc/st-nci/ |
D | core.c | 112 .send = st_nci_send,
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | index.txt | 38 send an email to linux-pm@vger.kernel.org, to subscribe go to
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos-mic.txt | 4 not capable to transfer high resoltuion frame data as decon can send. MIC
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 391 // send completion reply 398 call(send) 423 call(send)
|
D | kernel.fuc | 221 call(send) 387 // send message to another process 452 // send message to another process 460 send:
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 146 * Catch the slave interrupts and send appropriate i2c_slave_events to the backend. 165 to send STOP after that and we have an event for that. Also, keep in mind not 184 * A master can send STOP at any time. For partially transferred buffers, this
|
/linux-4.4.14/drivers/staging/android/ |
D | TODO | 28 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
|
/linux-4.4.14/Documentation/DocBook/ |
D | scsi.xml.db | 41 API-sdev-evt-send 43 API-sdev-evt-send-simple
|
/linux-4.4.14/drivers/nfc/nxp-nci/ |
D | core.c | 107 .send = nxp_nci_send,
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-flakey.txt | 13 which can delay reads and writes and/or send them to different
|
D | dm-uevent.txt | 2 and send kobject uevents (uevents). Previously device-mapper events were only
|
/linux-4.4.14/Documentation/zh_CN/ |
D | email-clients.txt | 158 - "no-strip-whitespace-before-send"选项也是需要的。
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | uart.c | 50 return nu->ops.send(nu, skb); in nfcmrvl_uart_nci_send()
|
D | main.c | 98 .send = nfcmrvl_nci_send,
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
D | core.c | 145 .send = s3fwrn5_nci_send,
|
/linux-4.4.14/Documentation/mtd/ |
D | spi-nor.txt | 14 opcodes, addresses, or data payloads; a SPI controller simply knows to send or
|
/linux-4.4.14/Documentation/infiniband/ |
D | user_mad.txt | 72 If a send times out, a receive will be generated with mad.status set 82 filled into the lid field, and so on. The send side does support
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 80 int (*send)(struct nci_dev *ndev, struct sk_buff *skb); member 436 int (*send)(struct nci_uart *nci_uart, struct sk_buff *skb); member
|
/linux-4.4.14/drivers/block/ |
D | nbd.c | 167 static int sock_xmit(struct nbd_device *nbd, int send, void *buf, int size, in sock_xmit() argument 180 (send ? "send" : "recv")); in sock_xmit() 200 if (send) in sock_xmit() 218 if (!send && nbd->xmit_timeout) in sock_xmit()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | rndis.h | 175 int send; member
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_i2c_atmel.c | 146 .send = i2c_atmel_send,
|
D | tpm_atmel.c | 126 .send = tpm_atml_send,
|
/linux-4.4.14/Documentation/arm/SA1100/ |
D | Brutus | 63 Please send patches to nico@fluxnic.net
|
/linux-4.4.14/drivers/infiniband/ |
D | Kconfig | 21 userspace processes to send and receive MADs. You will also
|
/linux-4.4.14/Documentation/devicetree/bindings/mailbox/ |
D | omap-mailbox.txt | 80 - ti,mbox-send-noirq: Quirk flag to allow the client user of this sub-mailbox 81 to send messages without triggering a Tx ready interrupt,
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei.txt | 125 data that can be sent or received. (e.g. if MTU=2K, can send 227 Whenever the OS hangs or crashes, Intel AMT will send an event 238 Watchdog and to send heartbeats to it. The default timeout of the
|
/linux-4.4.14/arch/arm/mach-footbridge/ |
D | Kconfig | 37 Server, send e-mail to <skiff@crl.dec.com>.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | TODO | 42 not want to subscribe to a mailing list, send your email to all of the
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.h | 39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf); member
|
/linux-4.4.14/net/can/ |
D | Kconfig | 29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
|
/linux-4.4.14/arch/um/drivers/ |
D | net_user.c | 140 CATCH_EINTR(n = send(fd, buf, len, 0)); in net_send()
|
/linux-4.4.14/tools/usb/usbip/src/ |
D | usbip_network.c | 118 nbytes = send(sockfd, buff, bufflen, 0); in usbip_net_xmit()
|
/linux-4.4.14/drivers/mmc/card/ |
D | Kconfig | 41 send large requests in order to get high performance. Many
|
/linux-4.4.14/include/scsi/ |
D | libfcoe.h | 157 void (*send)(struct fcoe_ctlr *, struct sk_buff *); member
|
/linux-4.4.14/Documentation/watchdog/ |
D | pcwd-watchdog.txt | 13 The Watchdog Driver has one basic role: to talk to the card and send
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis96x | 45 via the linux-i2c mailing list: <linux-i2c@vger.kernel.org>. Please send bug
|