Searched refs:receive (Results 1 - 25 of 33) sorted by relevance

12

/drivers/input/serio/
H A Dlibps2.c187 int receive = (command >> 8) & 0xf; local
191 if (receive > sizeof(ps2dev->cmdbuf)) {
203 ps2dev->cmdcnt = receive;
204 if (receive && param)
205 for (i = 0; i < receive; i++)
206 ps2dev->cmdbuf[(receive - 1) - i] = param[i];
238 for (i = 0; i < receive; i++)
239 param[i] = ps2dev->cmdbuf[(receive - 1) - i];
/drivers/spi/
H A Dspi-fsl-spi.h35 __be32 receive; member in struct:fsl_spi_reg
H A Dspi-fsl-espi.c35 __be32 receive; /* 0x014 - eSPI receive FIFO access register*/ member in struct:fsl_espi_reg
523 rx_data = mpc8xxx_spi_read_reg(&reg_base->receive);
528 rx_data_8 = in_8((u8 *)&reg_base->receive);
/drivers/scsi/libsas/
H A DKconfig46 Allows sas hosts to receive SMP frames. Selecting this
/drivers/s390/crypto/
H A Dap_bus.h38 #define AP_POLL_TIME 1 /* Time in ticks between receive polls. */
193 /* receive is called from tasklet context */
194 void (*receive)(struct ap_device *, struct ap_message *, member in struct:ap_message
223 ap_msg->receive = NULL;
H A Dzcrypt_msgtype6.c928 ap_msg.receive = zcrypt_msgtype6_receive;
969 ap_msg.receive = zcrypt_msgtype6_receive;
1010 ap_msg.receive = zcrypt_msgtype6_receive;
1050 ap_msg.receive = zcrypt_msgtype6_receive_ep11;
1091 ap_msg.receive = zcrypt_msgtype6_receive;
H A Dzcrypt_msgtype50.c442 ap_msg.receive = zcrypt_cex2a_receive;
486 ap_msg.receive = zcrypt_cex2a_receive;
H A Dzcrypt_pcica.c295 ap_msg.receive = zcrypt_pcica_receive;
334 ap_msg.receive = zcrypt_pcica_receive;
H A Dap_bus.c457 * Condition code 1 on DQAP means the receive has taken place
460 * Condition code 2 on DQAP also means the receive is incomplete,
943 ap_msg->receive(ap_dev, ap_msg, ERR_PTR(-ENODEV));
948 ap_msg->receive(ap_dev, ap_msg, ERR_PTR(-ENODEV));
1539 ap_msg->receive(ap_dev, ap_msg, ap_dev->reply);
1660 ap_msg->receive(ap_dev, ap_msg, ERR_PTR(-EINVAL));
1663 ap_msg->receive(ap_dev, ap_msg, ERR_PTR(-ENODEV));
1681 /* For asynchronous message handling a valid receive-callback
1683 BUG_ON(!ap_msg->receive);
1696 ap_msg->receive(ap_de
[all...]
H A Dzcrypt_pcicc.c500 ap_msg.receive = zcrypt_pcicc_receive;
540 ap_msg.receive = zcrypt_pcicc_receive;
/drivers/net/team/
H A Dteam_mode_activebackup.c120 .receive = ab_receive,
H A Dteam.c542 !team->mode->ops->receive)
543 team->ops.receive = team_dummy_receive;
545 team->ops.receive = team->mode->ops->receive;
729 res = team->ops.receive(team, port, skb);
/drivers/isdn/hisax/
H A Darcofi.c73 if (cs->dc.isac.arcofi_list->receive) {
H A Dhfc_2bs0.c188 printk(KERN_WARNING "HFC: receive out of memory\n");
331 int receive, transmit, count = 5; local
342 receive = 0;
352 receive = 1;
355 if (receive || (bcs->mode == L1_MODE_TRANS)) {
373 receive = 1;
393 if ((receive || transmit) && count)
H A Dhfc_pci.c297 printk(KERN_WARNING "HFCPCI: receive out of memory\n");
325 /* D-channel receive procedure */
388 printk(KERN_WARNING "HFC-PCI: D receive out of memory\n");
395 /* check for transparent receive data and read max one threshold size if avail */
421 printk(KERN_WARNING "HFCPCI: receive out of memory\n");
447 /* B-channel main receive routine */
454 int receive, count = 5; local
502 receive = 1;
504 receive = 0;
506 receive
832 int receive, count = 5; local
[all...]
H A Dhfc_2bds0.c215 printk(KERN_WARNING "HFC: receive out of memory\n");
356 int receive, count = 5; local
393 receive = 1;
395 receive = 0;
397 receive = 0;
399 if (count && receive)
674 printk(KERN_WARNING "HFC: D receive out of memory\n");
857 if (val & 0x20) { /* receive dframe */
/drivers/rapidio/
H A DKconfig19 enable and a Input port receive enable. The recommended state
/drivers/net/ethernet/realtek/
H A DKconfig98 reset sequence, in the face of severe receive errors. This "new"
/drivers/net/hyperv/
H A Dhyperv_net.h96 /* The base CPU number to do receive processing. not used */
149 /* Points to the send/receive buffer where the ethernet frame is */
341 * This message is used by the VSC to send a receive buffer to the VSP. The VSP
342 * can then use the receive buffer to send data to the VSC.
357 * This message is used by the VSP to acknowledge a receive buffer send by the
358 * VSC. This message must be sent by the VSP before the VSP uses the receive
366 * The receive buffer is split into two parts, a large suballocation
372 * For example, the following break up of the receive buffer has 6
388 * This message is sent by the VSC to revoke the receive buffer. After the VSP
389 * completes this transaction, the vsp should never use the receive buffe
895 } receive; member in union:ndis_tcp_ip_checksum_info::__anon4017
1042 struct rndis_flowspec receive; member in struct:rcondis_call_manager_parameters
[all...]
/drivers/net/hamradio/
H A Dbaycom_epp.c561 static int receive(struct net_device *dev, int cnt) function
693 if (receive(dev, cnt))
735 if (receive(dev, cnt))
746 if (receive(dev, 1))
/drivers/net/wan/
H A Ddlci.c480 dlp->receive = dlci_receive;
/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c432 printk(KERN_WARNING "HFCPCI: receive out of memory\n");
461 * D-channel receive procedure
509 "HFC-PCI: D receive out of memory\n");
543 * check for transparent receive data and read max one 'poll' size if avail
608 * B-channel main receive routine
615 int receive = 0, count = 5; local
658 receive = 1;
660 receive = 0;
665 receive = 0;
666 if (count && receive)
[all...]
/drivers/net/wireless/
H A Dmac80211_hwsim.c937 bool receive; member in struct:tx_iter_data
952 data->receive = true;
1016 .receive = false,
1035 if (!tx_iter_data.receive)
/drivers/tty/
H A Dn_gsm.c172 * and destroyed by the user context, and updated by the receive paths
231 void (*receive)(struct gsm_mux *gsm, u8 ch); member in struct:gsm_mux
1324 * us from colliding with another sender or a receive completion event.
1525 * off timers. We may also receive a DM reply from the other end which
2097 gsm->receive = gsm0_receive;
2099 gsm->receive = gsm1_receive;
2289 gsm->receive(gsm, *dp);
2707 /* We got no receive buffer. */
/drivers/net/cris/
H A Deth_v10.c326 /* Initialise receive descriptors */
546 SETS(network_rec_config_shadow, R_NETWORK_REC_CONFIG, broadcast, receive);
588 /* start the receiving DMA channel so we can receive packets from now on */
1550 * num_addrs == -1 Promiscuous mode, receive all packets
1552 * num_addrs > 0 Multicast mode, receive normal and MC packets,
1569 /* Enable individual receive */
1570 SETS(network_rec_config_shadow, R_NETWORK_REC_CONFIG, individual, receive);
1577 /* Disable individual receive */
1585 /* Disable individual receive */
1589 /* MC mode, receive norma
[all...]

Completed in 642 milliseconds

12