Home
last modified time | relevance | path

Searched refs:receive (Results 1 – 25 of 73) sorted by relevance

123

/drivers/staging/greybus/
Dlog.c22 struct gb_log_send_log_request *receive; in gb_log_request_handler() local
31 if (op->request->payload_size < sizeof(*receive)) { in gb_log_request_handler()
33 op->request->payload_size, sizeof(*receive)); in gb_log_request_handler()
36 receive = op->request->payload; in gb_log_request_handler()
37 len = le16_to_cpu(receive->len); in gb_log_request_handler()
38 if (len != (op->request->payload_size - sizeof(*receive))) { in gb_log_request_handler()
40 (op->request->payload_size - sizeof(*receive))); in gb_log_request_handler()
54 receive->msg[len - 1] = '\0'; in gb_log_request_handler()
60 dev_dbg(dev, "%s", receive->msg); in gb_log_request_handler()
Draw.c94 struct gb_raw_send_request *receive; in gb_raw_request_handler() local
103 if (op->request->payload_size < sizeof(*receive)) { in gb_raw_request_handler()
105 op->request->payload_size, sizeof(*receive)); in gb_raw_request_handler()
108 receive = op->request->payload; in gb_raw_request_handler()
109 len = le32_to_cpu(receive->len); in gb_raw_request_handler()
120 return receive_data(raw, len, receive->data); in gb_raw_request_handler()
/drivers/input/serio/
Dlibps2.c230 unsigned int receive = (command >> 8) & 0xf; in __ps2_command() local
235 if (receive > sizeof(ps2dev->cmdbuf)) { in __ps2_command()
250 ps2dev->cmdcnt = receive; in __ps2_command()
251 if (receive && param) in __ps2_command()
252 for (i = 0; i < receive; i++) in __ps2_command()
253 ps2dev->cmdbuf[(receive - 1) - i] = param[i]; in __ps2_command()
298 for (i = 0; i < receive; i++) in __ps2_command()
299 param[i] = ps2dev->cmdbuf[(receive - 1) - i]; in __ps2_command()
317 receive, param ?: send_param); in __ps2_command()
/drivers/s390/crypto/
Dap_queue.c172 ap_msg->receive(aq, ap_msg, NULL); in ap_sm_recv()
174 ap_msg->receive(aq, ap_msg, aq->reply); in ap_sm_recv()
291 ap_msg->receive(aq, ap_msg, NULL); in ap_sm_write()
803 BUG_ON(!ap_msg->receive); in ap_queue_message()
868 ap_msg->receive(aq, ap_msg, NULL); in __ap_flush_queue()
874 ap_msg->receive(aq, ap_msg, NULL); in __ap_flush_queue()
Dzcrypt_msgtype6.c1038 ap_msg->receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_modexpo()
1086 ap_msg->receive = zcrypt_msgtype6_receive; in zcrypt_msgtype6_modexpo_crt()
1134 ap_msg->receive = zcrypt_msgtype6_receive; in get_cprb_fc()
1192 ap_msg->receive = zcrypt_msgtype6_receive_ep11; in get_ep11cprb_fc()
1289 ap_msg->receive = zcrypt_msgtype6_receive; in get_rng_fc()
Dzcrypt_msgtype50.c479 ap_msg->receive = zcrypt_cex2a_receive; in zcrypt_cex2a_modexpo()
524 ap_msg->receive = zcrypt_cex2a_receive; in zcrypt_cex2a_modexpo_crt()
Dap_bus.h233 void (*receive)(struct ap_queue *, struct ap_message *, member
/drivers/infiniband/hw/irdma/
Dpuda.h83 void (*receive)(struct irdma_sc_vsi *vsi, struct irdma_puda_buf *buf); member
129 void (*receive)(struct irdma_sc_vsi *vsi, struct irdma_puda_buf *buf); member
/drivers/net/wireguard/
DMakefile10 wireguard-y += receive.o
/drivers/spi/
Dspi-fsl-spi.h31 __be32 receive; member
/drivers/media/pci/netup_unidvb/
DKconfig16 Card can receive two independent streams in following standards:
/drivers/staging/pi433/
Drf69_enum.h17 receive enumerator
DKconfig10 send and receive data in the 433MHz ISM band - for example to
/drivers/scsi/libsas/
DKconfig31 Allows sas hosts to receive SMP frames. Selecting this
/drivers/net/ethernet/ibm/emac/
DKconfig13 int "Number of receive buffers"
/drivers/scsi/
D53c700.scr30 ABSOLUTE StatusAddress = 0 ; Addr to receive status return
31 ABSOLUTE ReceiveMsgAddress = 0 ; Addr to receive msg
185 ; receive it correctly
/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig42 bool "Mellanox MLX5 ethernet accelerated receive flow steering (ARFS) support"
46 Mellanox MLX5 ethernet hardware-accelerated receive flow steering support,
55 Enables ethtool receive network flow classification, which allows user defined
/drivers/staging/pi433/Documentation/
Dpi433.txt32 there is no receive request or the receiver is still waiting for something in
42 Since there is only one application allowed to receive data at a time, for
52 read. So also for reception it is possible to receive more data than the hardware
142 will only receive telegrams with a given address byte.
/drivers/atm/
DKconfig77 receive (RX) direction.
122 Burst sixteen words at once in the receive direction. This may work
129 Burst eight words at once in the receive direction. This may work
137 Burst four words at once in the receive direction. This is the
145 Burst two words at once in the receive direction. You may want to
/drivers/net/team/
Dteam_mode_activebackup.c116 .receive = ab_receive,
/drivers/net/hamradio/
DKconfig43 radio. If you say Y here, you will be able to send and receive AX.25
56 modem), in order to send and receive AX.25 packet radio network
112 Some transmitters feed the transmitted signal back to the receive
Dbaycom_epp.c551 static int receive(struct net_device *dev, int cnt) in receive() function
683 if (receive(dev, cnt)) in epp_bh()
725 if (receive(dev, cnt)) in epp_bh()
736 if (receive(dev, 1)) in epp_bh()
/drivers/net/ethernet/marvell/
DKconfig139 transmit and receive rings.
174 transmit and receive rings.
/drivers/staging/qlge/
DTODO2 introduced dead code in the receive routines, which should be rewritten
/drivers/rpmsg/
DKconfig16 receive rpmsg packets.

123