Searched refs:send (Results 251 - 275 of 303) sorted by last modified time

<<111213

/linux-master/include/net/nfc/
H A Dnci_core.h69 int (*send)(struct nci_dev *ndev, struct sk_buff *skb); member in struct:nci_ops
437 int (*send)(struct nci_uart *nci_uart, struct sk_buff *skb); member in struct:nci_uart_ops
/linux-master/include/xen/interface/
H A Devent_channel.h236 struct evtchn_send send; member in union:evtchn_op::__anon169
/linux-master/net/atm/
H A Dbr2684.c199 * the way for multiple vcc's per itf. Returns true if we can send,
271 return !atmvcc->send(atmvcc, skb);
546 * for the ATM 'TX done' handler to send. It shouldn't take long to get
H A Dpppoatm.c73 * flight, and *one* queued up ready for the ATM device to send immediately
280 * Called by the ppp_generic.c to send a packet - returns true if packet
345 pr_debug("Trying to send without setting encaps!\n");
353 ret = ATM_SKB(skb)->vcc->send(ATM_SKB(skb)->vcc, skb)
360 * We don't have space to send this SKB now, but we might have
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/drivers/bluetooth/
H A Dbtrsi.c141 hdev->send = rsi_hci_send_pkt;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dnetns_cookie.c49 ret = send(client_fd, send_msg, sizeof(send_msg), 0);
50 if (CHECK(ret != sizeof(send_msg), "send(msg)", "ret:%d\n", ret))
/linux-master/drivers/nfc/st-nci/
H A Dcore.c99 .send = st_nci_send,
/linux-master/sound/core/seq/oss/
H A Dseq_oss_synth.c386 * call reset callback. if no callback is defined, send a heartbeat
491 int i, send; local
508 send = 0;
513 send = 1;
525 if (sysex->len && send) {
531 /* copy the data to event record and send it */
586 * send OSS raw events - SEQ_PRIVATE and SEQ_VOLUME
/linux-master/drivers/net/wireguard/
H A DMakefile9 wireguard-y += send.o
/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/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/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm219 s_sendmsg sendmsg(MSG_SAVEWAVE) //send SPI a message and wait for SPI's write to EXEC
/linux-master/drivers/misc/sgi-xp/
H A Dxp_main.c84 enum xp_retval (*send) (short, int, u32, void *, u16),
92 xpc_interface.send = send;
/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/atm/
H A Dlanai.c29 * vcc_tx_aal0() needs to send or queue a SKB
30 * vcc_tx_unqueue_aal0() needs to attempt to send queued SKBs
886 /* send start bit */
1325 /* Given an skb that we want to transmit either send it now or queue */
2542 .send = lanai_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/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm107.c41 .send = gt215_pmu_send,
H A Dgk104.c118 .send = gt215_pmu_send,
H A Dgk110.c97 .send = gt215_pmu_send,
H A Dgk208.c39 .send = gt215_pmu_send,
H A Dgf100.c55 .send = gt215_pmu_send,
H A Dgf119.c39 .send = gt215_pmu_send,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dpmu.h24 } send; member in struct:nvkm_pmu
/linux-master/arch/arm/include/debug/
H A Domap2plus.S66 strb \rd, [\rx] @ send lower byte of rd

Completed in 336 milliseconds

<<111213