Searched refs:send (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c182 uint32_t cont, send, line; local
193 /* send packet(s) every frame */
194 send = 1;
195 /* select line number to send packets on */
199 send = 0;
208 HDMI_GENERIC0_SEND, send,
214 HDMI_GENERIC1_SEND, send,
220 HDMI_GENERIC0_SEND, send,
226 HDMI_GENERIC1_SEND, send,
233 HDMI_GENERIC0_SEND, send,
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_stream_encoder.c163 uint32_t cont, send, line; local
175 /* send packet(s) every frame */
176 send = 1;
177 /* select line number to send packets on */
181 send = 0;
190 HDMI_GENERIC0_SEND, send,
196 HDMI_GENERIC1_SEND, send,
202 HDMI_GENERIC0_SEND, send,
208 HDMI_GENERIC1_SEND, send,
214 HDMI_GENERIC0_SEND, send,
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress_superblock.c131 const seqDef* const send = sequences + nbSeq; local
136 while (send-sp > 0) {
436 const seqDef* const send = seqStorePtr->sequences; local
456 (unsigned)(lend-lp), (unsigned)(send-sstart));
462 if (sstart == send) {
466 lastSequence = sequence == send - 1;
537 if (sp < send) {
/linux-master/arch/m68k/math-emu/
H A 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-master/drivers/atm/
H A Deni.h42 void __iomem *send; /* base, 0 if unused */ member in struct:eni_tx
H A Deni.c183 if (eni_dev->tx[i].send)
185 eni_dev->tx[i].send,eni_dev->tx[i].words*4);
1128 DPRINTK("doing direct send\n"); /* @@@ well, this doesn't work anyway */
1154 (size/(ATM_CELL_PAYLOAD/4)),tx->send+tx->tx_pos*4);
1155 /*printk("dsc = 0x%08lx\n",(unsigned long) readl(tx->send+tx->tx_pos*4));*/
1159 tx->send+((tx->tx_pos+1) & (tx->words-1))*4);
1162 writel(skb->len,tx->send+
1192 if (tx->send)
1245 if (!eni_dev->tx[i].send) return eni_dev->tx+i;
1330 tx->send
[all...]
/linux-master/arch/arm/include/debug/
H A Domap2plus.S66 strb \rd, [\rx] @ send lower byte of rd
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk104.c118 .send = gt215_pmu_send,
H A Dgk110.c97 .send = gt215_pmu_send,
/linux-master/include/xen/interface/
H A Devent_channel.h236 struct evtchn_send send; member in union:evtchn_op::__anon169
/linux-master/net/openvswitch/
H A Dvport.h126 * @send: Send a packet on the device.
139 int (*send)(struct sk_buff *skb); member in struct:vport_ops
H A Dvport-gre.c84 .send = dev_queue_xmit,
H A Dvport-geneve.c122 .send = dev_queue_xmit,
/linux-master/tools/testing/selftests/net/
H A Dsctp_hello.c64 ret = send(csk, buf, strlen(buf) + 1, 0);
66 printf("failed to send msg %d\n", ret);
/linux-master/drivers/isdn/mISDN/
H A Ddsp_core.c127 * receive data ist disabled, the card may not send/receive any data at all.
588 /* send indication if it worked to set it */
593 if (dsp->up->send(dsp->up, nskb))
708 return dsp->up->send(dsp->up, skb);
737 /* send dtmf result, if any */
752 if (dsp->up->send(
767 return dsp->up->send(dsp->up, skb);
798 if (dsp->up->send(
851 /* send activation to upper layer */
854 return dsp->up->send(ds
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_custom_syncookie.c77 ret = send(sender, msg, msglen, 0);
78 if (!ASSERT_EQ(ret, msglen, "send"))
/linux-master/drivers/char/tpm/st33zp24/
H A Di2c.c93 .send = st33zp24_i2c_send,
/linux-master/drivers/cxl/core/
H A Dmbox.c224 * cxl_internal_send_cmd() - Kernel internal interface to send a mailbox command
471 * * %0 - @out_cmd is ready to send.
479 * safe to send to the hardware.
623 struct cxl_send_command send; local
629 if (copy_from_user(&send, s, sizeof(send)))
632 rc = cxl_validate_cmd_from_user(&mbox_cmd, mds, &send);
636 rc = handle_mailbox_cmd_from_user(mds, &mbox_cmd, send.out.payload,
637 &send.out.size, &send
[all...]
/linux-master/include/linux/
H A Datmdev.h108 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member in struct:atm_vcc
179 struct atmdev_ops { /* only send is required */
188 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); member in struct:atmdev_ops
/linux-master/drivers/infiniband/hw/cxgb4/
H A Dt4.h102 struct fw_ri_send_wr send; member in union:t4_wr
122 wqe->send.opcode = (u8)opcode;
123 wqe->send.flags = flags;
124 wqe->send.wrid = wrid;
125 wqe->send.r1[0] = 0;
126 wqe->send.r1[1] = 0;
127 wqe->send.r1[2] = 0;
128 wqe->send.len16 = len16;
/linux-master/net/ipv6/
H A Dtcp_ao.c66 __be32 disn, bool send)
68 if (send)
64 tcp_v6_ao_calc_key_sk(struct tcp_ao_key *mkt, u8 *key, const struct sock *sk, __be32 sisn, __be32 disn, bool send) argument
/linux-master/drivers/soc/ixp4xx/
H A Dixp4xx-npe.c414 const u32 *send = msg; local
417 debug_msg(npe, "Trying to send message %s [%08X:%08X]\n",
418 what, send[0], send[1]);
425 __raw_writel(send[0], &npe->regs->in_out_fifo);
432 __raw_writel(send[1], &npe->regs->in_out_fifo);
492 u32 *send = msg, recv[2]; local
499 if ((recv[0] != send[0]) || (recv[1] != send[1])) {
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c411 err = send(ctrl_sockfd, buf, sizeof(*tlv), 0);
427 err = send(ctrl_sockfd, buf, sizeof(*tlv), 0);
450 err = send(ctrl_sockfd, buf, n, 0);
475 err = send(ctrl_sockfd, buf, n, 0);
538 err = send(sockfd, buf, sizeof(*tlv), 0);
640 /* send a new echo message to wake echo thread of the dut */
/linux-master/fs/ocfs2/cluster/
H A Dnetdebug.c113 s64 sock, send, status; local
122 send = ktime_to_us(ktime_sub(now, nst->st_send_time));
136 " send start: %lld usecs ago\n"
144 (long long)send,
/linux-master/drivers/net/wireguard/
H A Dsend.c127 bool send; local
131 send = keypair && READ_ONCE(keypair->sending.is_valid) &&
137 if (unlikely(send))

Completed in 455 milliseconds

1234567891011>>