Home
last modified time | relevance | path

Searched refs:send (Results 1 – 200 of 521) sorted by relevance

123

/linux-4.1.27/net/rds/
Diw_send.c78 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_wr.next = NULL; in rds_iw_send_init_ring()
[all …]
Dib_send.c183 struct rds_ib_send_work *send, in rds_ib_send_unmap_op() argument
189 switch (send->s_wr.opcode) { in rds_ib_send_unmap_op()
191 if (send->s_op) { in rds_ib_send_unmap_op()
192 rm = container_of(send->s_op, struct rds_message, data); in rds_ib_send_unmap_op()
193 rds_ib_send_unmap_data(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
198 if (send->s_op) { in rds_ib_send_unmap_op()
199 rm = container_of(send->s_op, struct rds_message, rdma); in rds_ib_send_unmap_op()
200 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status); in rds_ib_send_unmap_op()
205 if (send->s_op) { in rds_ib_send_unmap_op()
206 rm = container_of(send->s_op, struct rds_message, atomic); in rds_ib_send_unmap_op()
[all …]
DMakefile3 recv.o send.o stats.o sysctl.o threads.o transport.o \
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dnetjet.c89 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.1.27/net/atm/
Draw.c56 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.1.27/net/ipv6/
Dip6_icmp.c35 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.1.27/drivers/usb/usbip/
Dusbip_common.c455 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 …]
DREADME7 Please send patches for this code to Greg Kroah-Hartman <greg@kroah.com>
Dusbip_common.h305 void usbip_header_correct_endian(struct usbip_header *pdu, int send);
/linux-4.1.27/Documentation/networking/
Drds.txt50 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 …]
Dtimestamping.txt59 (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 …]
Dudplite.txt153 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.
Dphonet.txt9 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
Dnetconsole.txt6 Please send bug reports to Matt Mackall <mpm@selenic.com>
139 ethernet address to send packets, which can cause increased load on
162 the "console_loglevel" parameter (on the sender) to only send high
167 or by specifying "debug" on the kernel command line at boot, to send
Dax25.txt7 called linux-hams@vger.kernel.org. To subscribe to it, send a message to
Dregulatory.txt23 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
Di40e.txt80 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
Dpolicy-routing.txt47 RTP_REJECT - drop the packet and send ICMP NET UNREACHABLE.
48 RTP_PROHIBIT - drop the packet and send ICMP COMM. ADM. PROHIBITED.
Dipvlan.txt40 slave device and packets are switched and queued to the master device to send
49 will not receive nor can send multicast / broadcast traffic.
Digb.txt97 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
Dtcp.txt94 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
DPLIP.txt193 send header nibble '0x8'
200 <wait for rx. '0x1?'> <send 0x10+(octet&0x0F)>
201 <wait for rx. '0x0?'> <send 0x00+((octet>>4)&0x0F)>
Dmac80211-injection.txt54 After composing the packet contents, it is sent by send()-ing it to a logical
Dip-sysctl.txt236 Allows TCP to send "duplicate" SACKs.
306 causing each side to send an unterminating stream of duplicate
324 How frequently the probes are send out. Multiplied by
433 On retransmit try to send bigger packets to work around bugs in
534 Enable TCP Fast Open feature (draft-ietf-tcpm-fastopen) to send data
602 min: Amount of memory reserved for send buffers for TCP sockets.
606 default: initial size of send buffer used by TCP sockets. This
612 send buffers for TCP sockets. This value does not override
614 automatic tuning of that socket's send buffer size, in which case
700 Minimal size of send buffer used by UDP sockets in moderation.
[all …]
Dpacket_mmap.txt16 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);
Dx25.txt34 parties are welcome to subscribe to it. Just send a message to
Dfore200e.txt63 Feedback is welcome. Please send success stories/bug reports/
Dppp_generic.txt26 to be able to send PPP frames, receive PPP frames, and optionally
49 send. The channel has the option of rejecting the frame for
262 existing channel. An instance attached to a unit can be used to send
265 attached to a channel can be used to send and receive PPP frames on
279 makes it available to send and receive data packets for that unit.
338 SC_LOOP_TRAFFIC send IP traffic to pppd
Dvortex.txt210 decrease in throughput for send(). There is no effect upon receive
407 mailing list, mention that you have the logfile, but don't send
408 it. If you're reporting direct to the maintainer then just send
432 send all logs to the maintainer.
/linux-4.1.27/drivers/isdn/hisax/
Dnetjet.c82 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 …]
Dhfc_2bds0.c149 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 …]
Dhfc_2bs0.c63 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()
Dhfcscard.c222 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()
Dteleint.c278 cs->bcs[0].hw.hfc.send = NULL; in setup_TeleInt()
279 cs->bcs[1].hw.hfc.send = NULL; in setup_TeleInt()
Dhisax.h432 unsigned int *send; member
438 u_int *send; member
755 unsigned int *send; member
/linux-4.1.27/Documentation/input/
Dsentelic.txt427 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.1.27/drivers/char/tpm/st33zp24/
Dst33zp24.c94 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()
Dst33zp24.h25 int (*send)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member
Di2c.c107 .send = st33zp24_i2c_send,
/linux-4.1.27/drivers/misc/sgi-xp/
Dxp_main.c97 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()
Dxp.h286 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.1.27/drivers/net/wireless/iwlwifi/dvm/
Drxon.c100 struct iwl_rxon_cmd *send) in iwlagn_disable_bss() argument
102 __le32 old_filter = send->filter_flags; in iwlagn_disable_bss()
105 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_bss()
107 0, sizeof(*send), send); in iwlagn_disable_bss()
109 send->filter_flags = old_filter; in iwlagn_disable_bss()
120 struct iwl_rxon_cmd *send) in iwlagn_disable_pan() argument
123 __le32 old_filter = send->filter_flags; in iwlagn_disable_pan()
124 u8 old_dev_type = send->dev_type; in iwlagn_disable_pan()
134 send->filter_flags &= ~RXON_FILTER_ASSOC_MSK; in iwlagn_disable_pan()
135 send->dev_type = RXON_DEV_TYPE_P2P; in iwlagn_disable_pan()
[all …]
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c51 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 …]
DKconfig15 Please send feedback to <linux-bugs@chelsio.com>.
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dquota.c186 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.1.27/Documentation/devicetree/bindings/sound/
Dmax98925.txt9 - vmon-slot-no : slot number used to send voltage information
11 - imon-slot-no : slot number used to send current information
Dfsl-sai.txt42 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.1.27/drivers/isdn/mISDN/
Dstack.c108 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 …]
Ddsp_core.c595 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.1.27/Documentation/hid/
Duhid.txt61 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
Dhid-transport.txt99 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.
Dhidraw.txt15 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.1.27/arch/arm/mach-ixp4xx/
Dixp4xx_npe.c414 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.1.27/sound/usb/usx2y/
Dusbusx2y.c237 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.1.27/include/xen/
Devents.h64 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.1.27/drivers/infiniband/hw/cxgb4/
Dt4.h93 struct fw_ri_send_wr send; member
111 wqe->send.opcode = (u8)opcode; in init_wr_hdr()
112 wqe->send.flags = flags; in init_wr_hdr()
113 wqe->send.wrid = wrid; in init_wr_hdr()
114 wqe->send.r1[0] = 0; in init_wr_hdr()
115 wqe->send.r1[1] = 0; in init_wr_hdr()
116 wqe->send.r1[2] = 0; in init_wr_hdr()
117 wqe->send.len16 = len16; in init_wr_hdr()
Dqp.c446 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
449 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
451 wqe->send.stag_inv = 0; in build_rdma_send()
455 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
458 wqe->send.sendop_pkd = cpu_to_be32( in build_rdma_send()
460 wqe->send.stag_inv = cpu_to_be32(wr->ex.invalidate_rkey); in build_rdma_send()
466 wqe->send.r3 = 0; in build_rdma_send()
467 wqe->send.r4 = 0; in build_rdma_send()
472 ret = build_immd(sq, wqe->send.u.immd_src, wr, in build_rdma_send()
476 size = sizeof wqe->send + sizeof(struct fw_ri_immd) + in build_rdma_send()
[all …]
DKconfig15 Please send feedback to <linux-bugs@chelsio.com>.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Devent.c64 if (event->func->send) { in nvkm_event_send()
65 event->func->send(data, size, notify); in nvkm_event_send()
/linux-4.1.27/Documentation/
Demail-clients.txt6 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
194 - the "no-strip-whitespace-before-send" option is needed
Drpmsg.txt46 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 */
Dmd-cluster.txt89 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
Dhsi.txt63 - send break
DHOWTO10 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
Doops-tracing.txt9 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.1.27/drivers/net/ethernet/chelsio/
DKconfig37 Please send feedback to <linux-bugs@chelsio.com>.
64 Please send feedback to <linux-bugs@chelsio.com>.
84 Please send feedback to <linux-bugs@chelsio.com>.
125 Please send feedback to <linux-bugs@chelsio.com>.
/linux-4.1.27/Documentation/isdn/
DINTERFACE.fax16 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.
DREADME.audio104 <DLE><DC4> Abort recording, (send by appl.) Emulator
137 and the only way to stop playback is to send <DLE><ETX>.
DHiSax.cert35 Please send any questions regarding this drivers or approval abouts to
72 Please send any changes, bugfixes and patches to me rather than implementing
DREADME.pcbit26 *do* send me a mail.
DINTERFACE133 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.1.27/Documentation/filesystems/
Dufs.txt59 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.1.27/net/decnet/
DTODO19 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.1.27/drivers/input/serio/
Dlibps2.c186 int send = (command >> 12) & 0xf; in __ps2_command() local
196 if (send && !param) { in __ps2_command()
218 for (i = 0; i < send; i++) in __ps2_command()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
Dbase.c65 pmu->send.base)); in nvkm_pmu_send()
228 pmu->send.base = nv_rd32(pmu, 0x10a4d0) & 0x0000ffff; in _nvkm_pmu_init()
229 pmu->send.size = nv_rd32(pmu, 0x10a4d0) >> 16; in _nvkm_pmu_init()
/linux-4.1.27/Documentation/video4linux/bttv/
DREADME.WINVIEW13 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
DICs36 if you want better support for STB cards send me info!
/linux-4.1.27/drivers/staging/skein/
DTODO7 Please send patches to Jason Cooper <jason@lakedaemon.net> in addition to the
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME112 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.1.27/fs/ntfs/
Drunlist.c537 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.1.27/net/irda/
DKconfig63 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.1.27/fs/qnx6/
DREADME3 Please send diffs and remarks to <chaosman@ontika.net> .
/linux-4.1.27/drivers/staging/panel/
DTODO7 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/linux-4.1.27/fs/qnx4/
DREADME3 Please send diffs and remarks to <al@alarsen.net> .
/linux-4.1.27/drivers/staging/comedi/
DTODO8 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/linux-4.1.27/drivers/atm/
Deni.c188 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 …]
Deni.h41 void __iomem *send; /* base, 0 if unused */ member
Dadummy.c137 .send = adummy_send,
DKconfig75 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
Datmtcp.c334 .send = atmtcp_v_send,
347 .send = atmtcp_c_send
/linux-4.1.27/drivers/staging/ft1000/
DTODO8 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/linux-4.1.27/drivers/staging/netlogic/
DTODO5 Please send patches
/linux-4.1.27/drivers/staging/olpc_dcon/
DTODO6 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
Dt3cdev.h58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); member
/linux-4.1.27/drivers/staging/gs_fpgaboot/
DTODO5 Please send any patches for this driver to Insop Song<insop.song@gainspeed.com>
/linux-4.1.27/Documentation/networking/caif/
DREADME49 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
DLinux-CAIF.txt150 - In order to send data upwards, each layer should do
152 - In order to send data downwards, each layer should do
/linux-4.1.27/arch/m68k/math-emu/
Dfp_entry.S76 | 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.1.27/drivers/staging/wlan-ng/
DREADME6 Please send any patches or complaints about this driver to Greg
/linux-4.1.27/drivers/staging/rtl8712/
DTODO7 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>,
/linux-4.1.27/drivers/staging/mt29f_spinand/
DTODO7 Please send patches
/linux-4.1.27/drivers/staging/sm7xxfb/
DTODO8 Please send any patches to
/linux-4.1.27/drivers/pps/generators/
DKconfig12 utilizes STROBE pin of a parallel port to send PPS signals. It uses
/linux-4.1.27/drivers/mailbox/
DKconfig24 send short messages between Highbank's A9 cores and the EnergyCore
61 to send message between processors. Say Y here if you want to use the
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Devent.h22 void (*send)(void *data, u32 size, struct nvkm_notify *); member
/linux-4.1.27/drivers/staging/dgnc/
DTODO9 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and
/linux-4.1.27/drivers/staging/xgifb/
DTODO12 Please send patches to:
/linux-4.1.27/drivers/block/drbd/
Ddrbd_worker.c1313 p->barrier = connection->send.current_epoch_nr; in drbd_send_barrier()
1315 connection->send.current_epoch_writes = 0; in drbd_send_barrier()
1336 if (!connection->send.seen_any_write_yet) { in re_init_if_first_write()
1337 connection->send.seen_any_write_yet = true; in re_init_if_first_write()
1338 connection->send.current_epoch_nr = epoch; in re_init_if_first_write()
1339 connection->send.current_epoch_writes = 0; in re_init_if_first_write()
1346 if (!connection->send.seen_any_write_yet) in maybe_send_barrier()
1348 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier()
1349 if (connection->send.current_epoch_writes) in maybe_send_barrier()
1351 connection->send.current_epoch_nr = epoch; in maybe_send_barrier()
[all …]
/linux-4.1.27/drivers/misc/ti-st/
DKconfig13 to register themselves with core and send data, the responses
/linux-4.1.27/drivers/staging/lustre/
DTODO11 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>, Andreas Dilger
/linux-4.1.27/drivers/staging/vt6656/
DTODO18 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
/linux-4.1.27/firmware/keyspan_pda/
Dkeyspan_pda.S310 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++
Dxircom_pgs.S348 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.1.27/drivers/staging/vt6655/
DTODO20 Please send any patches to Greg Kroah-Hartman <greg@kroah.com>
/linux-4.1.27/drivers/scsi/csiostor/
DKconfig16 Please send feedback to <linux-bugs@chelsio.com>.
/linux-4.1.27/drivers/staging/ozwpan/
DTODO12 Please send any patches for this driver to
/linux-4.1.27/drivers/staging/sm750fb/
DTODO11 Please send any patches to
/linux-4.1.27/Documentation/power/regulator/
Dregulator.txt26 Regulators can send events (e.g. overtemperature, undervoltage, etc) to
/linux-4.1.27/drivers/staging/fsl-mc/
DTODO11 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
/linux-4.1.27/drivers/staging/media/lirc/
DTODO10 Please send patches to:
/linux-4.1.27/net/batman-adv/
DMakefile35 batman-adv-y += send.o
Dsoft-interface.c232 goto send; in batadv_interface_tx()
246 goto send; in batadv_interface_tx()
258 send: in batadv_interface_tx()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dpmu.h11 } send; member
/linux-4.1.27/include/linux/
Datmdev.h106 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member
195 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member
Dtpm.h39 int (*send) (struct tpm_chip *chip, u8 *buf, size_t len); member
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt21 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.1.27/drivers/staging/android/
DTODO16 Please send patches to Greg Kroah-Hartman <greg@kroah.com> and Cc:
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_synth.c499 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.1.27/drivers/scsi/
Dstex.c305 void (*send) (struct st_hba *, struct req_msg *, u16); member
335 void (*send) (struct st_hba *, struct req_msg *, u16); member
679 hba->send(hba, req, tag); in stex_queuecommand_lck()
1417 .send = stex_send_cmd,
1430 .send = stex_send_cmd,
1443 .send = stex_send_cmd,
1456 .send = stex_send_cmd,
1469 .send = stex_ss_send_cmd,
1621 hba->send = ci->send; in stex_probe()
1736 hba->send(hba, req, tag); in stex_hba_stop()
/linux-4.1.27/drivers/staging/rtl8723au/
DTODO12 Please send any patches to Greg Kroah-Hartman <gregkh@linux.com>,
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-platform-at9112 contents of mailbox 0 may be send under certain
Dsysfs-class-scsi_host21 send i/o requests directly to physical devices that are part
Dsysfs-class-uwb_rc-wusbhc47 often the devices will have the opportunity to send
Dsysfs-class-pktcdvd27 uevent (0200) To send an uevent.
Dsysfs-firmware-acpi77 Or the handler may send send a Notify event
/linux-4.1.27/fs/ocfs2/cluster/
Dnetdebug.c134 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.1.27/drivers/iio/common/hid-sensors/
DKconfig23 Triggers will be send if all requested attributes were read.
/linux-4.1.27/Documentation/serial/
Dn_gsm.txt36 /* send the AT commands to switch the modem to CMUX mode
75 - and to use gnokii to send / receive SMS on ttygsm1
Dserial-rs485.txt113 /* Set rts delay before send, if needed: */
116 /* Set rts delay after send, if needed: */
/linux-4.1.27/drivers/staging/rtl8188eu/
DTODO18 Please send any patches to Greg Kroah-Hartman <gregkh@linux.com>,
/linux-4.1.27/drivers/staging/media/mn88473/
DTODO13 *Do not* send any patch fixing checkpatch.pl issues. Currently it passes
/linux-4.1.27/fs/btrfs/
DMakefile11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
/linux-4.1.27/drivers/staging/media/mn88472/
DTODO13 *Do not* send any patch fixing checkpatch.pl issues. Currently it passes
/linux-4.1.27/
DREPORTING-BUGS40 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.1.27/drivers/nfc/st21nfcb/
Dst21nfcb.c80 .send = st21nfcb_nci_send,
/linux-4.1.27/Documentation/sound/oss/
Dbtaudio78 * read audio data from btaudio (dsp2), send to es1730 (dsp,dsp1):
81 * read audio data from btaudio, send to esound daemon (which might be
DSoundblaster25 Consider it a bug if this option is needed, and send in a
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt47 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.1.27/Documentation/block/
Dcmdline-partition.txt27 partition name, kernel send uevent with "PARTNAME". application can create
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dti,keystone-irq.txt3 On Keystone SOCs, DSP cores can send interrupts to ARM
/linux-4.1.27/include/xen/interface/
Devent_channel.h235 struct evtchn_send send; member
/linux-4.1.27/Documentation/dvb/
Dbt8xx.txt57 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.1.27/drivers/net/slip/
DKconfig13 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.1.27/Documentation/scsi/
DNinjaSCSI.txt118 Please send me some reports(bug reports etc..) of this software.
119 When you send report, please tell me these or more.
Dhptiop.txt87 To send a request to the controller:
131 To send a request to the controller:
Darcmsr_spec.txt20 ** (driver send to IOP331)
22 ** (IOP331 send to driver)
69 ** (IOP331 send to driver)
83 ** (driver send to IOP331)
/linux-4.1.27/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset5 Description: used to send the ID of a string that should be displayed on
24 Description: used to send the ID of a string that should be displayed on
/linux-4.1.27/drivers/staging/slicoss/
DTODO33 Please send patches to:
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-dsp-keystone.txt3 HOST OS userland running on ARM can send interrupts to DSP cores using
/linux-4.1.27/Documentation/connector/
Dconnector.txt17 send();
133 uses the connector to request notification and to send messages.
150 allow people to send data to netlink groups other than 1.
Ducon.c84 err = send(s, nlh, size, 0); in netlink_send()
/linux-4.1.27/drivers/iio/adc/
Dmax1363.c185 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()
1574 st->send = i2c_master_send; in max1363_probe()
1578 st->send = max1363_smbus_send; in max1363_probe()
/linux-4.1.27/drivers/block/
Dnbd.c141 static int sock_xmit(struct nbd_device *nbd, int send, void *buf, int size, in sock_xmit() argument
154 (send ? "send" : "recv")); in sock_xmit()
174 if (send) { in sock_xmit()
197 sock_shutdown(nbd, !send); in sock_xmit()
/linux-4.1.27/Documentation/cpu-freq/
Dindex.txt38 send an email to linux-pm@vger.kernel.org, to subscribe go to
/linux-4.1.27/drivers/nfc/nfcmrvl/
Dmain.c86 .send = nfcmrvl_nci_send,
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei.txt125 data that can be sent or received. (e.g. if MTU=2K, can send
184 Whenever the OS hangs or crashes, Intel AMT will send an event
195 Watchdog and to send heartbeats to it. The default timeout of the
/linux-4.1.27/Documentation/i2c/
Dslave-interface138 * Catch the slave interrupts and send appropriate i2c_slave_events to the backend.
157 to send STOP after that and we have an event for that. Also, keep in mind not
176 * A master can send STOP at any time. For partially transferred buffers, this
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dmemx.fuc391 // send completion reply
398 call(send)
423 call(send)
Dkernel.fuc221 call(send)
387 // send message to another process
452 // send message to another process
460 send:
/linux-4.1.27/net/openvswitch/
Dvport.h177 int (*send)(struct vport *, struct sk_buff *); member
Dvport-netdev.c235 .send = netdev_send,
Dvport-internal_dev.c253 .send = internal_dev_recv,
/linux-4.1.27/firmware/
DREADME.AddingFirmware22 To submit firmware to that repository, please send either a git binary
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c825 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.1.27/drivers/nfc/nxp-nci/
Dcore.c107 .send = nxp_nci_send,
/linux-4.1.27/Documentation/mtd/
Dspi-nor.txt14 opcodes, addresses, or data payloads; a SPI controller simply knows to send or
/linux-4.1.27/Documentation/zh_CN/
Demail-clients.txt158 - "no-strip-whitespace-before-send"选项也是需要的。
/linux-4.1.27/Documentation/device-mapper/
Ddm-flakey.txt13 which can delay reads and writes and/or send them to different
Ddm-uevent.txt2 and send kobject uevents (uevents). Previously device-mapper events were only
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt72 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.1.27/drivers/char/tpm/
Dtpm_atmel.c126 .send = tpm_atml_send,
Dtpm_i2c_atmel.c146 .send = i2c_atmel_send,
/linux-4.1.27/Documentation/arm/SA1100/
DBrutus63 Please send patches to nico@fluxnic.net
/linux-4.1.27/drivers/usb/gadget/function/
Drndis.h175 int send; member
Drndis.c992 if (!r->send) { in rndis_get_next_response()
993 r->send = 1; in rndis_get_next_response()
1013 r->send = 0; in rndis_add_response()
/linux-4.1.27/drivers/misc/mei/
Dbus.c361 if (device->ops && device->ops->send) in mei_cl_send()
362 return device->ops->send(device, buf, length); in mei_cl_send()
/linux-4.1.27/net/can/
DKconfig29 To receive/send raw CAN messages, use AF_CAN with protocol CAN_RAW.
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_hst.h39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf); member
/linux-4.1.27/drivers/infiniband/
DKconfig21 userspace processes to send and receive MADs. You will also
/linux-4.1.27/drivers/staging/speakup/
DTODO42 not want to subscribe to a mailing list, send your email to all of the
/linux-4.1.27/arch/arm/mach-footbridge/
DKconfig37 Server, send e-mail to <skiff@crl.dec.com>.
/linux-4.1.27/Documentation/i2c/busses/
Di2c-sis96x45 via the linux-i2c mailing list: <linux-i2c@vger.kernel.org>. Please send bug
/linux-4.1.27/include/scsi/
Dlibfcoe.h157 void (*send)(struct fcoe_ctlr *, struct sk_buff *); member
/linux-4.1.27/arch/um/drivers/
Dnet_user.c140 CATCH_EINTR(n = send(fd, buf, len, 0)); in net_send()
/linux-4.1.27/tools/usb/usbip/src/
Dusbip_network.c118 nbytes = send(sockfd, buff, bufflen, 0); in usbip_net_xmit()
/linux-4.1.27/Documentation/watchdog/
Dpcwd-watchdog.txt13 The Watchdog Driver has one basic role: to talk to the card and send
/linux-4.1.27/drivers/mmc/card/
DKconfig41 send large requests in order to get high performance. Many
/linux-4.1.27/drivers/s390/net/
Dctcm_mpc.c1889 int send = 0; in mpc_action_doxid7() local
1903 send = 0; in mpc_action_doxid7()
1914 send = 1; in mpc_action_doxid7()
1922 send = 1; in mpc_action_doxid7()
1933 send = 1; in mpc_action_doxid7()
1940 send = 1; in mpc_action_doxid7()
1944 if (send) in mpc_action_doxid7()
/linux-4.1.27/Documentation/development-process/
D6.Followthrough50 What all of this comes down to is that, when reviewers send you comments,
187 your own), or send an Acked-by: response back and let the original poster
188 send it upward.
190 If you disagree with the patch, send a polite response explaining why. If
/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c312 hdev->send = ti_st_send_frame; in bt_ti_probe()

123