Searched refs:send (Results 1 - 25 of 303) sorted by path

1234567891011>>

/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/arch/mips/include/asm/octeon/
H A Dcvmx-agl-defs.h1221 uint64_t send:1; member in struct:cvmx_agl_gmx_txx_pause_zero::cvmx_agl_gmx_txx_pause_zero_s
1223 uint64_t send:1;
/linux-master/drivers/atm/
H A Dadummy.c138 .send = adummy_send,
H A Deni.h42 void __iomem *send; /* base, 0 if unused */ member in struct:eni_tx
H A Dfore200e.h732 u32 send; /* write register */ member in struct:soft_uart
H A Datmtcp.c335 .send = atmtcp_v_send,
348 .send = atmtcp_c_send
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...]
H A Dfore200e.c2343 fore200e->bus->write(((u32) c) | FORE200E_CP_MONITOR_UART_AVAIL, &monitor->soft_uart.send);
2994 .send = fore200e_send,
H A Dhe.c169 .send = he_send,
2498 HPRINTK("send %d.%d\n", vcc->vpi, vcc->vci);
2803 /* Next, we need to send the byte address to read from */
H A Didt77252.c142 .send = idt77252_send,
1946 printk("%s: NULL connection in send().\n", card->name);
3337 SAR_CFG_NO_IDLE | /* Do not send idle cells */
/linux-master/drivers/bluetooth/
H A Dbt3c_cs.c568 hdev->send = bt3c_hci_send_frame;
586 /* Timeout before it is safe to send the first HCI packet */
H A Ddtl1_cs.c261 /* send frame to the HCI layer */
467 hdev->send = dtl1_hci_send_frame;
489 /* Timeout before it is safe to send the first HCI packet */
/linux-master/drivers/char/tpm/
H A Dtpm_infineon.c372 .send = tpm_inf_send,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc382 call(send)
/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/wireless/ath/ath9k/
H A Dhtc_hst.h39 int (*send) (void *hif_handle, u8 pipe, struct sk_buff *buf); member in struct:ath9k_htc_hif
/linux-master/samples/connector/
H A Ducon.c70 err = send(s, nlh, size, 0);
72 ulog("Failed to send: %s [%d].\n",
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf_cpu.c136 error(1, errno, "failed to create send socket");
139 error(1, errno, "failed to bind send socket");
142 error(1, errno, "failed to connect send socket");
144 if (send(fd, "a", 1, 0) < 0)
145 error(1, errno, "failed to send message");
179 fprintf(stderr, "send cpu %d, receive socket %d\n", cpu_id, i);
H A Dtcp_inq.c77 r = send(fd, buf, BUF_SIZE, 0);
80 perror("send");
82 fprintf(stderr, "can only send %d bytes\n", r);
83 /* TCP_INQ can overestimate in-queue by one byte if we send
/linux-master/arch/arm/include/debug/
H A Domap2plus.S66 strb \rd, [\rx] @ send lower byte of rd
/linux-master/arch/m68k/kernel/
H A Dentry.S278 pea 1 | send SIGTRAP
/linux-master/arch/um/drivers/
H A Dnet_user.c140 CATCH_EINTR(n = send(fd, buf, len, 0));
/linux-master/arch/x86/include/asm/uv/
H A Duv_mmrs.h2732 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uvh_ipi_int_s
2743 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv5h_ipi_int_s
2754 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv4h_ipi_int_s
2765 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv3h_ipi_int_s
2776 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uv2h_ipi_int_s
/linux-master/arch/x86/kvm/
H A Dxen.c2200 struct evtchn_send send; local
2204 BUILD_BUG_ON(sizeof(send) != 4);
2205 if (kvm_read_guest_virt(vcpu, param, &send, sizeof(send), &e)) {
2215 evtchnfd = idr_find(&vcpu->kvm->arch.xen.evtchn_ports, send.port);
/linux-master/drivers/ata/
H A Dlibata-scsi.c1716 /* select device, send command to hardware */
3916 goto skip; /* No ATA command to send */
3951 static u8 ata_scsi_trusted_op(u32 len, bool send, bool dma) argument
3955 else if (send)
3967 bool send = (cdb[0] == SECURITY_PROTOCOL_OUT); local
3997 if (send)
3999 tf->command = ata_scsi_trusted_op(len, send, dma);
4008 if (!send)
4595 * ata_scsi_media_change_notify - send media change event
4598 * Tell the block layer to send
[all...]

Completed in 333 milliseconds

1234567891011>>