Searched refs:send (Results 1 - 25 of 305) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh51 send() { # (offset) function
67 send 0
68 send $((1000 - patlen))
76 send 1000
77 send $((1400 - patlen))
85 send $((1500 - patlen))
93 send 1495
101 send 1500
109 send $((1600 - patlen))
117 send
[all...]
/linux-master/net/rds/
H A Dib_send.c151 struct rds_ib_send_work *send,
157 switch (send->s_wr.opcode) {
159 if (send->s_op) {
160 rm = container_of(send->s_op, struct rds_message, data);
161 rds_ib_send_unmap_data(ic, send->s_op, wc_status);
166 if (send->s_op) {
167 rm = container_of(send->s_op, struct rds_message, rdma);
168 rds_ib_send_unmap_rdma(ic, send->s_op, wc_status);
173 if (send->s_op) {
174 rm = container_of(send
150 rds_ib_send_unmap_op(struct rds_ib_connection *ic, struct rds_ib_send_work *send, int wc_status) argument
192 struct rds_ib_send_work *send; local
216 struct rds_ib_send_work *send; local
247 struct rds_ib_send_work *send; local
454 rds_ib_set_wr_signal_state(struct rds_ib_connection *ic, struct rds_ib_send_work *send, bool notify) argument
489 struct rds_ib_send_work *send = NULL; local
769 struct rds_ib_send_work *send = NULL; local
855 struct rds_ib_send_work *send = NULL; local
[all...]
/linux-master/net/atm/
H A Draw.c59 return vcc->dev->ops->send(vcc, skb);
67 vcc->send = atm_send_aal0;
77 vcc->send = vcc->dev->ops->send_bh;
79 vcc->send = vcc->dev->ops->send;
89 vcc->send = vcc->dev->ops->send_bh;
91 vcc->send = vcc->dev->ops->send;
/linux-master/include/drm/
H A Di915_gsc_proxy_mei_interface.h17 * @send: sends a proxy message from GSC FW to ME FW
24 * @send: Sends a proxy message to ME FW.
26 * @buf: message buffer to send
30 int (*send)(struct device *dev, const void *buf, size_t size); member in struct:i915_gsc_proxy_component_ops
H A Di915_pxp_tee_interface.h23 * @send: Send a PXP message.
25 int (*send)(struct device *dev, const void *message, size_t size, member in struct:i915_pxp_component_ops
/linux-master/drivers/isdn/hardware/mISDN/
H A Dnetjet.c76 struct tiger_dma send; member in struct:tiger_hw
181 bc->bch.nr, fill, cnt, idx, card->send.idx);
188 val = card->send.start[idx];
191 card->send.start[idx++] = val;
192 if (idx >= card->send.size)
208 fill_mem(bc, 0, card->send.size, 0xff);
227 bc->free = card->send.size / 2;
241 bc->free = card->send.size / 2;
258 card->send.dmacur = inl(card->base + NJ_DMA_READ_ADR);
260 card->send
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk208.c39 .send = gt215_pmu_send,
H A Dgm107.c41 .send = gt215_pmu_send,
H A Dgf119.c39 .send = gt215_pmu_send,
H A Dgf100.c55 .send = gt215_pmu_send,
H A Dbase.c65 if (!pmu || !pmu->func->send)
67 return pmu->func->send(pmu, reply, process, message, data0, data1);
113 mutex_destroy(&pmu->send.mutex);
133 mutex_init(&pmu->send.mutex);
H A Dgt215.c37 mutex_lock(&pmu->send.mutex);
45 mutex_unlock(&pmu->send.mutex);
65 pmu->send.base));
82 mutex_unlock(&pmu->send.mutex);
247 pmu->send.base = nvkm_rd32(device, 0x10a4d0) & 0x0000ffff;
248 pmu->send.size = nvkm_rd32(device, 0x10a4d0) >> 16;
279 .send = gt215_pmu_send,
/linux-master/net/ipv6/
H A Dip6_icmp.c39 ip6_icmp_send_t *send; local
42 send = rcu_dereference(ip6_icmp_send);
43 if (send)
44 send(skb, type, code, info, NULL, parm);
/linux-master/drivers/char/tpm/st33zp24/
H A Dst33zp24.h29 int (*send)(void *phy_id, u8 tpm_register, u8 *tpm_data, int tpm_size); member in struct:st33zp24_phy_ops
/linux-master/drivers/usb/usbip/
H A Dusbip_common.c496 static void correct_endian_basic(struct usbip_header_basic *base, int send) argument
498 if (send) {
514 int send)
516 if (send) {
534 int send)
536 if (send) {
552 int send)
554 if (send)
561 int send)
563 if (send)
513 correct_endian_cmd_submit(struct usbip_header_cmd_submit *pdu, int send) argument
533 correct_endian_ret_submit(struct usbip_header_ret_submit *pdu, int send) argument
551 correct_endian_cmd_unlink(struct usbip_header_cmd_unlink *pdu, int send) argument
560 correct_endian_ret_unlink(struct usbip_header_ret_unlink *pdu, int send) argument
569 usbip_header_correct_endian(struct usbip_header *pdu, int send) argument
602 usbip_iso_packet_correct_endian( struct usbip_iso_packet_descriptor *iso, int send) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_stream_encoder.c55 uint32_t cont, send, line; local
67 /* send packet(s) every frame */
68 send = 1;
69 /* select line number to send packets on */
73 send = 0;
84 HDMI_GENERIC0_SEND, send);
91 HDMI_GENERIC1_SEND, send);
98 HDMI_GENERIC2_SEND, send);
105 HDMI_GENERIC3_SEND, send);
112 HDMI_GENERIC4_SEND, send);
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c17 * @pbuf: a number of blocks allocated within a PIO send context
18 * @pbc: PBC to send
34 void __iomem *send = dest + PIO_BLOCK_SIZE; local
44 if (dend < send) {
66 while (dest < send) {
266 void __iomem *send = dest + PIO_BLOCK_SIZE; local
275 if (dend < send) {
297 while (dest < send) {
371 void __iomem *send; /* SOP end */ local
378 send
497 void __iomem *send; /* SOP end */ local
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3cdev.h58 int (*send)(struct t3cdev *dev, struct sk_buff *skb); member in struct:t3cdev
/linux-master/drivers/net/wireguard/
H A DMakefile9 wireguard-y += send.o
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_stream_encoder.c55 uint32_t cont, send, line; local
66 /* send packet(s) every frame */
67 send = 1;
68 /* select line number to send packets on */
72 send = 0;
83 HDMI_GENERIC0_SEND, send);
90 HDMI_GENERIC1_SEND, send);
97 HDMI_GENERIC2_SEND, send);
104 HDMI_GENERIC3_SEND, send);
111 HDMI_GENERIC4_SEND, send);
[all...]
/linux-master/tools/testing/selftests/net/
H A Dtls.c239 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
424 EXPECT_EQ(send(self->fd, test_str, to_send, 0), to_send);
498 EXPECT_GE(send(self->fd, buf, send_len, 0), 0);
510 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
521 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
523 EXPECT_EQ(send(self->fd, test_str, send_len, 0), send_len);
535 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len);
545 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len);
755 EXPECT_EQ(send(self->fd, test_str, send_len2, 0), send_len2);
776 EXPECT_EQ(send(sel
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsock_destroy.c51 n = send(clien, "t", 1, 0);
52 if (!ASSERT_EQ(n, 1, "client send"))
58 n = send(clien, "t", 1, 0);
92 n = send(clien, "t", 1, 0);
93 if (!ASSERT_EQ(n, 1, "client send"))
99 n = send(clien, "t", 1, 0);
125 n = send(clien, "t", 1, 0);
126 if (!ASSERT_EQ(n, 1, "client send"))
132 n = send(clien, "t", 1, 0);
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c64 * | 0x0000 | H2G `CTB Descriptor`_ (send) | |
68 * | 0x1000 | H2G `CT Buffer`_ (send) | n*4K |
80 * of the receive buffer (relative to the send) to ensure a G2H response
142 spin_lock_init(&ct->ctbs.send.lock);
218 static int ct_register_buffer(struct intel_guc_ct *ct, bool send, argument
223 err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
230 err = intel_guc_self_cfg64(ct_to_guc(ct), send ?
237 err = intel_guc_self_cfg32(ct_to_guc(ct), send ?
244 send ? "SEND" : "RECV", ERR_PTR(err));
284 /* store pointers to desc and cmds for send ct
575 struct guc_ct_buffer_desc *send = ct->ctbs.send.desc; local
[all...]
/linux-master/tools/testing/selftests/net/af_unix/
H A Dtest_unix_oob.c138 send(cfd, buf, sizeof(buf), MSG_OOB);
145 send(cfd, buf, sizeof(buf), MSG_OOB);
149 send(cfd, buf, sizeof(buf), MSG_OOB);
156 send(cfd, buf, sizeof(buf), MSG_OOB);
160 send(cfd, buf, sizeof(buf), MSG_OOB);
163 send(cfd, buf, sizeof(buf), 0);
170 send(cfd, buf, 1, MSG_OOB);
/linux-master/drivers/mailbox/
H A Darm_mhuv2.c163 * @send: Base address of the register mapping region.
177 struct mhu2_send_frame_reg __iomem *send; member in union:mhuv2::__anon353
293 return !(readl_relaxed(&mhu->send->ch_wn[priv->ch_wn_idx].stat) &
307 &mhu->send->ch_wn[priv->ch_wn_idx].stat_set);
393 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_clr);
394 writel_relaxed(0x1, &mhu->send->ch_wn[i].int_en);
405 writel_relaxed(0x0, &mhu->send->ch_wn[i].int_en);
415 return !readl_relaxed(&mhu->send->ch_wn[i].stat);
477 writel_relaxed(word, &mhu->send->ch_wn[priv->ch_wn_idx + windows - 1 - i].stat_set);
548 chan = get_irq_chan_comb(mhu, mhu->send
[all...]

Completed in 338 milliseconds

1234567891011>>