| /kernel/linux/linux-5.10/net/can/ |
| D | af_can.c | 446 struct receiver *rcv; in can_rx_register() local 460 rcv = kmem_cache_alloc(rcv_cache, GFP_KERNEL); in can_rx_register() 461 if (!rcv) in can_rx_register() 469 rcv->can_id = can_id; in can_rx_register() 470 rcv->mask = mask; in can_rx_register() 471 rcv->matches = 0; in can_rx_register() 472 rcv->func = func; in can_rx_register() 473 rcv->data = data; in can_rx_register() 474 rcv->ident = ident; in can_rx_register() 475 rcv->sk = sk; in can_rx_register() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/plip/ |
| D | plip.c | 338 struct plip_local *rcv, 347 struct plip_local *snd, struct plip_local *rcv); 364 struct plip_local *rcv = &nl->rcv_data; in plip_bh() local 370 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 371 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 395 struct plip_local *snd, struct plip_local *rcv, in plip_bh_timeout_error() argument 428 if (rcv->state == PLIP_PK_TRIGGER) { in plip_bh_timeout_error() 441 dev->name, rcv->state, c0); in plip_bh_timeout_error() 445 rcv->state = PLIP_PK_DONE; in plip_bh_timeout_error() 446 if (rcv->skb) { in plip_bh_timeout_error() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/plip/ |
| D | plip.c | 342 struct plip_local *rcv, 351 struct plip_local *snd, struct plip_local *rcv); 368 struct plip_local *rcv = &nl->rcv_data; in plip_bh() local 374 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 375 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 399 struct plip_local *snd, struct plip_local *rcv, in plip_bh_timeout_error() argument 432 if (rcv->state == PLIP_PK_TRIGGER) { in plip_bh_timeout_error() 445 dev->name, rcv->state, c0); in plip_bh_timeout_error() 449 rcv->state = PLIP_PK_DONE; in plip_bh_timeout_error() 450 if (rcv->skb) { in plip_bh_timeout_error() [all …]
|
| /kernel/linux/linux-4.19/tools/testing/selftests/networking/timestamping/ |
| D | rxtimestamp.c | 170 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() argument 193 r = recvmsg(rcv, &hdr, flags); in do_recv() 249 void config_so_flags(int rcv, struct options o) in config_so_flags() argument 253 if (setsockopt(rcv, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) in config_so_flags() 257 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags() 262 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags() 267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags() 278 int src, dst, rcv; in run_test_case() local 303 rcv = accept(dst, NULL, NULL); in run_test_case() 304 if (rcv < 0) in run_test_case() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | rxtimestamp.c | 175 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() argument 198 r = recvmsg(rcv, &hdr, flags); in do_recv() 254 void config_so_flags(int rcv, struct options o) in config_so_flags() argument 258 if (setsockopt(rcv, SOL_SOCKET, SO_REUSEADDR, &on, sizeof(on)) < 0) in config_so_flags() 262 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMP, in config_so_flags() 267 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPNS, in config_so_flags() 272 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags() 286 int src, dst, rcv, port; in run_test_case() local 326 rcv = accept(dst, NULL, NULL); in run_test_case() 327 if (rcv < 0) in run_test_case() [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/unisys/visornic/ |
| D | visornic_main.c | 84 * @num_rcv_bufs: number of rcv buffers the vnic will post. 99 * @struct *cmdrsp_rcv: cmdrsp_rcv is used for posting/unposting rcv 120 * @n_repost_deficit: # of lost rcv buffers. 121 * @bad_rcv_buf: # of unknown rcv skb not freed. 122 * @n_rcv_packets_not_accepted: # bogs rcv packets. 409 /* alloc_rcv_buf - alloc rcv buffer to be given to the IO Partition 410 * @netdev: Network adapter the rcv bufs are attached too. 413 * so that it can write rcv data into our memory space. 421 /* NOTE: the first fragment in each rcv buffer is pointed to by in alloc_rcv_buf() 422 * rcvskb->data. For now all rcv buffers will be RCVPOST_BUF_SIZE in alloc_rcv_buf() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/unisys/visornic/ |
| D | visornic_main.c | 84 * @num_rcv_bufs: number of rcv buffers the vnic will post. 99 * @struct *cmdrsp_rcv: cmdrsp_rcv is used for posting/unposting rcv 120 * @n_repost_deficit: # of lost rcv buffers. 121 * @bad_rcv_buf: # of unknown rcv skb not freed. 122 * @n_rcv_packets_not_accepted: # bogs rcv packets. 409 /* alloc_rcv_buf - alloc rcv buffer to be given to the IO Partition 410 * @netdev: Network adapter the rcv bufs are attached too. 413 * so that it can write rcv data into our memory space. 421 /* NOTE: the first fragment in each rcv buffer is pointed to by in alloc_rcv_buf() 422 * rcvskb->data. For now all rcv buffers will be RCVPOST_BUF_SIZE in alloc_rcv_buf() [all …]
|
| /kernel/linux/linux-4.19/net/llc/ |
| D | llc_input.c | 160 int (*rcv)(struct sk_buff *, struct net_device *, in llc_rcv() local 194 rcv = rcu_dereference(sap->rcv_func); in llc_rcv() 198 if (rcv) in llc_rcv() 199 rcv(skb, dev, pt, orig_dev); in llc_rcv() 203 if (rcv) { in llc_rcv() 206 rcv(cskb, dev, pt, orig_dev); in llc_rcv()
|
| /kernel/linux/linux-5.10/net/llc/ |
| D | llc_input.c | 161 int (*rcv)(struct sk_buff *, struct net_device *, in llc_rcv() local 195 rcv = rcu_dereference(sap->rcv_func); in llc_rcv() 199 if (rcv) in llc_rcv() 200 rcv(skb, dev, pt, orig_dev); in llc_rcv() 204 if (rcv) { in llc_rcv() 207 rcv(cskb, dev, pt, orig_dev); in llc_rcv()
|
| /kernel/linux/linux-4.19/drivers/net/ |
| D | veth.c | 183 struct net_device *rcv; in veth_xmit() local 189 rcv = rcu_dereference(priv->peer); in veth_xmit() 190 if (unlikely(!rcv)) { in veth_xmit() 195 rcv_priv = netdev_priv(rcv); in veth_xmit() 197 if (rxq < rcv->real_num_rx_queues) { in veth_xmit() 204 if (likely(veth_forward_skb(rcv, skb, rq, rcv_xdp) == NET_RX_SUCCESS)) { in veth_xmit() 301 struct net_device *rcv; in veth_xdp_xmit() local 309 rcv = rcu_dereference(priv->peer); in veth_xdp_xmit() 310 if (unlikely(!rcv)) in veth_xdp_xmit() 313 rcv_priv = netdev_priv(rcv); in veth_xdp_xmit() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | samsung,aries-wm8994.yaml | 50 For samsung,aries-wm8994: HP, SPK, RCV, LINE, Main Mic, Headset Mic, 52 For samsung,fascinate4g-wm8994: HP, SPK, RCV, LINE, Main Mic, 123 "RCV", "HPOUT2N", 124 "RCV", "HPOUT2P",
|
| D | samsung,midas-audio.yaml | 94 "RCV", "HPOUT2N", 95 "RCV", "HPOUT2P",
|
| /kernel/linux/linux-4.19/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 110 uint16_t nlp_maxframe; /* Max RCV frame size */ 171 #define NLP_RCV_PLOGI 0x00080000 /* Rcv'ed PLOGI from remote system */ 282 #define NLP_EVT_RCV_PLOGI 0x0 /* Rcv'd an ELS PLOGI command */ 283 #define NLP_EVT_RCV_PRLI 0x1 /* Rcv'd an ELS PRLI command */ 284 #define NLP_EVT_RCV_LOGO 0x2 /* Rcv'd an ELS LOGO command */ 285 #define NLP_EVT_RCV_ADISC 0x3 /* Rcv'd an ELS ADISC command */ 286 #define NLP_EVT_RCV_PDISC 0x4 /* Rcv'd an ELS PDISC command */ 287 #define NLP_EVT_RCV_PRLO 0x5 /* Rcv'd an ELS PRLO command */
|
| /kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 111 uint16_t nlp_maxframe; /* Max RCV frame size */ 178 #define NLP_RCV_PLOGI 0x00080000 /* Rcv'ed PLOGI from remote system */ 289 #define NLP_EVT_RCV_PLOGI 0x0 /* Rcv'd an ELS PLOGI command */ 290 #define NLP_EVT_RCV_PRLI 0x1 /* Rcv'd an ELS PRLI command */ 291 #define NLP_EVT_RCV_LOGO 0x2 /* Rcv'd an ELS LOGO command */ 292 #define NLP_EVT_RCV_ADISC 0x3 /* Rcv'd an ELS ADISC command */ 293 #define NLP_EVT_RCV_PDISC 0x4 /* Rcv'd an ELS PDISC command */ 294 #define NLP_EVT_RCV_PRLO 0x5 /* Rcv'd an ELS PRLO command */
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | veth.c | 287 struct net_device *rcv; in veth_xmit() local 293 rcv = rcu_dereference(priv->peer); in veth_xmit() 294 if (unlikely(!rcv)) { in veth_xmit() 299 rcv_priv = netdev_priv(rcv); in veth_xmit() 301 if (rxq < rcv->real_num_rx_queues) { in veth_xmit() 308 if (likely(veth_forward_skb(rcv, skb, rq, rcv_xdp) == NET_RX_SUCCESS)) { in veth_xmit() 436 struct net_device *rcv; in veth_xdp_xmit() local 444 rcv = rcu_dereference(priv->peer); in veth_xdp_xmit() 445 if (unlikely(!rcv)) in veth_xdp_xmit() 448 rcv_priv = netdev_priv(rcv); in veth_xdp_xmit() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/alacritech/ |
| D | slic.h | 166 /* Rcv Cmd buf addr reg */ 174 /* Write RCV config reg */ 176 /* Write rcv addr a low */ 178 /* Write rcv addr a high */ 180 /* Write rcv addr b low */ 182 /* Write rcv addr b high */ 216 /* 64 bit Rcv Cmd buf addr reg*/ 220 /* Download Gigabit RCV sequencer ucode */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
| D | slic.h | 165 /* Rcv Cmd buf addr reg */ 173 /* Write RCV config reg */ 175 /* Write rcv addr a low */ 177 /* Write rcv addr a high */ 179 /* Write rcv addr b low */ 181 /* Write rcv addr b high */ 215 /* 64 bit Rcv Cmd buf addr reg*/ 219 /* Download Gigabit RCV sequencer ucode */
|
| /kernel/linux/linux-4.19/drivers/tty/serial/ |
| D | icom.c | 247 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); in get_port_memory() 248 icom_port->statStg->rcv[index].leLength = 0; in get_port_memory() 249 icom_port->statStg->rcv[index].WorkingLength = in get_port_memory() 253 icom_port->statStg->rcv[index].leNext = in get_port_memory() 257 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 261 icom_port->statStg->rcv[index].leNext = in get_port_memory() 265 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 268 icom_port->statStg->rcv[index].leNext = 0; in get_port_memory() 269 icom_port->statStg->rcv[index].leBuffer = 0; in get_port_memory() 738 status = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt() [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | icom.c | 249 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); in get_port_memory() 250 icom_port->statStg->rcv[index].leLength = 0; in get_port_memory() 251 icom_port->statStg->rcv[index].WorkingLength = in get_port_memory() 255 icom_port->statStg->rcv[index].leNext = in get_port_memory() 259 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 263 icom_port->statStg->rcv[index].leNext = in get_port_memory() 267 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 270 icom_port->statStg->rcv[index].leNext = 0; in get_port_memory() 271 icom_port->statStg->rcv[index].leBuffer = 0; in get_port_memory() 740 status = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt() [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | mt6351.c | 453 /* RCV MUX */ 470 SOC_DAPM_ENUM("RCV Select", rcv_in_mux_map_enum); 1179 SND_SOC_DAPM_MUX("RCV Mux", SND_SOC_NOPM, 0, 0, &rcv_in_mux_control), 1181 SND_SOC_DAPM_SUPPLY("RCV Stability Enh", MT6351_AUDDEC_ANA_CON1, 1183 SND_SOC_DAPM_SUPPLY("RCV Bias Gen", MT6351_AUDDEC_ANA_CON6, 1186 SND_SOC_DAPM_OUT_DRV("RCV Buffer", MT6351_AUDDEC_ANA_CON0, 1402 {"RCV Mux", "Voice Playback", "DACL"}, 1404 {"RCV Buffer", NULL, "RCV Mux"}, 1405 {"RCV Buffer", NULL, "RCV Stability Enh"}, 1406 {"RCV Buffer", NULL, "RCV Bias Gen"}, [all …]
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | mt6351.c | 453 /* RCV MUX */ 470 SOC_DAPM_ENUM("RCV Select", rcv_in_mux_map_enum); 1184 SND_SOC_DAPM_MUX("RCV Mux", SND_SOC_NOPM, 0, 0, &rcv_in_mux_control), 1186 SND_SOC_DAPM_SUPPLY("RCV Stability Enh", MT6351_AUDDEC_ANA_CON1, 1188 SND_SOC_DAPM_SUPPLY("RCV Bias Gen", MT6351_AUDDEC_ANA_CON6, 1191 SND_SOC_DAPM_OUT_DRV("RCV Buffer", MT6351_AUDDEC_ANA_CON0, 1407 {"RCV Mux", "Voice Playback", "DACL"}, 1409 {"RCV Buffer", NULL, "RCV Mux"}, 1410 {"RCV Buffer", NULL, "RCV Stability Enh"}, 1411 {"RCV Buffer", NULL, "RCV Bias Gen"}, [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos4412-n710x.dts | 85 "RCV", "HPOUT2N", 86 "RCV", "HPOUT2P",
|
| /kernel/linux/linux-5.10/net/dsa/ |
| D | tag_ksz.c | 79 .rcv = ksz8795_rcv, 151 .rcv = ksz9477_rcv, 185 .rcv = ksz9477_rcv,
|
| /kernel/linux/linux-5.10/drivers/hwmon/ |
| D | corsair-cpro.c | 37 * rcv: returns temp for channel in centi-degree celsius 43 * rcv: returns millivolt in bytes 1,2 54 * rcv: returns rpm in bytes 1,2 58 * rcv: returns pwm in byte 1 if it was set
|
| /kernel/linux/linux-4.19/include/net/ |
| D | stp.h | 7 void (*rcv)(const struct stp_proto *, struct sk_buff *, member
|