| /kernel/linux/linux-6.6/net/can/ |
| D | af_can.c | 446 struct receiver *rcv; in can_rx_register() local 459 rcv = kmem_cache_alloc(rcv_cache, GFP_KERNEL); in can_rx_register() 460 if (!rcv) in can_rx_register() 468 rcv->can_id = can_id; in can_rx_register() 469 rcv->mask = mask; in can_rx_register() 470 rcv->matches = 0; in can_rx_register() 471 rcv->func = func; in can_rx_register() 472 rcv->data = data; in can_rx_register() 473 rcv->ident = ident; in can_rx_register() 474 rcv->sk = sk; in can_rx_register() [all …]
|
| /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-6.6/drivers/net/plip/ |
| D | plip.c | 344 struct plip_local *rcv, 353 struct plip_local *snd, struct plip_local *rcv); 370 struct plip_local *rcv = &nl->rcv_data; in plip_bh() local 376 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 377 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 401 struct plip_local *snd, struct plip_local *rcv, in plip_bh_timeout_error() argument 434 if (rcv->state == PLIP_PK_TRIGGER) { in plip_bh_timeout_error() 447 dev->name, rcv->state, c0); in plip_bh_timeout_error() 451 rcv->state = PLIP_PK_DONE; in plip_bh_timeout_error() 452 if (rcv->skb) { in plip_bh_timeout_error() [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-6.6/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-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-6.6/Documentation/devicetree/bindings/sound/ |
| D | nxp,tfa989x.yaml | 28 rcv-gpios: 43 rcv-gpios: false 82 rcv-gpios = <&msmgpio 50 GPIO_ACTIVE_HIGH>; 93 rcv-gpios = <&msmgpio 111 GPIO_ACTIVE_HIGH>;
|
| D | samsung,aries-wm8994.yaml | 55 For samsung,aries-wm8994: HP, SPK, RCV, LINE, Main Mic, Headset Mic, 57 For samsung,fascinate4g-wm8994: HP, SPK, RCV, LINE, Main Mic, 131 "RCV", "HPOUT2N", 132 "RCV", "HPOUT2P",
|
| D | samsung,tm2.yaml | 78 "RCV", "HPOUT3L", 79 "RCV", "HPOUT3R";
|
| /kernel/linux/linux-5.10/net/llc/ |
| D | llc_input.c | 167 int (*rcv)(struct sk_buff *, struct net_device *, in llc_rcv() local 198 rcv = rcu_dereference(sap->rcv_func); in llc_rcv() 202 if (rcv) in llc_rcv() 203 rcv(skb, dev, pt, orig_dev); in llc_rcv() 207 if (rcv) { in llc_rcv() 210 rcv(cskb, dev, pt, orig_dev); in llc_rcv()
|
| /kernel/linux/linux-6.6/net/llc/ |
| D | llc_input.c | 167 int (*rcv)(struct sk_buff *, struct net_device *, in llc_rcv() local 198 rcv = rcu_dereference(sap->rcv_func); in llc_rcv() 202 if (rcv) in llc_rcv() 203 rcv(skb, dev, pt, orig_dev); in llc_rcv() 207 if (rcv) { in llc_rcv() 210 rcv(cskb, dev, pt, orig_dev); in llc_rcv()
|
| /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",
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| D | lpfc_disc.h | 132 uint16_t nlp_maxframe; /* Max RCV frame size */ 201 #define NLP_RCV_PLOGI 0x00080000 /* Rcv'ed PLOGI from remote system */ 286 #define NLP_EVT_RCV_PLOGI 0x0 /* Rcv'd an ELS PLOGI command */ 287 #define NLP_EVT_RCV_PRLI 0x1 /* Rcv'd an ELS PRLI command */ 288 #define NLP_EVT_RCV_LOGO 0x2 /* Rcv'd an ELS LOGO command */ 289 #define NLP_EVT_RCV_ADISC 0x3 /* Rcv'd an ELS ADISC command */ 290 #define NLP_EVT_RCV_PDISC 0x4 /* Rcv'd an ELS PDISC command */ 291 #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-6.6/net/mptcp/ |
| D | mib.h | 68 MPTCP_MIB_RCVWNDSHARED, /* Subflow rcv wnd is overridden by msk's one */ 69 MPTCP_MIB_RCVWNDCONFLICTUPDATE, /* subflow rcv wnd is overridden by msk's one due to 70 * conflict with another subflow while updating msk rcv wnd 72 MPTCP_MIB_RCVWNDCONFLICT, /* Conflict with while updating msk rcv wnd */
|
| /kernel/linux/linux-5.10/drivers/net/ |
| D | veth.c | 288 struct net_device *rcv; in veth_xmit() local 294 rcv = rcu_dereference(priv->peer); in veth_xmit() 295 if (unlikely(!rcv) || !pskb_may_pull(skb, ETH_HLEN)) { in veth_xmit() 300 rcv_priv = netdev_priv(rcv); in veth_xmit() 302 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() 437 struct net_device *rcv; in veth_xdp_xmit() local 445 rcv = rcu_dereference(priv->peer); in veth_xdp_xmit() 446 if (unlikely(!rcv)) in veth_xdp_xmit() 449 rcv_priv = netdev_priv(rcv); in veth_xdp_xmit() [all …]
|
| /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-6.6/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-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-6.6/drivers/net/ |
| D | veth.c | 335 const struct net_device *rcv, in veth_skb_is_eligible_for_gro() argument 340 rcv->features & (NETIF_F_GRO_FRAGLIST | NETIF_F_GRO_UDP_FWD)); in veth_skb_is_eligible_for_gro() 348 struct net_device *rcv; in veth_xmit() local 354 rcv = rcu_dereference(priv->peer); in veth_xmit() 355 if (unlikely(!rcv) || !pskb_may_pull(skb, ETH_HLEN)) { in veth_xmit() 360 rcv_priv = netdev_priv(rcv); in veth_xmit() 362 if (rxq < rcv->real_num_rx_queues) { in veth_xmit() 370 veth_skb_is_eligible_for_gro(dev, rcv, skb); in veth_xmit() 374 if (likely(veth_forward_skb(rcv, skb, rq, use_napi) == NET_RX_SUCCESS)) { in veth_xmit() 479 struct net_device *rcv; in veth_xdp_xmit() local [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | icom.c | 93 u32 RcvStatusAddr; /* 1B0-1B3 Status Address for Next rcv */ 244 } rcv[NUM_RBUFFS]; member 508 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); in get_port_memory() 509 icom_port->statStg->rcv[index].leLength = 0; in get_port_memory() 510 icom_port->statStg->rcv[index].WorkingLength = in get_port_memory() 514 icom_port->statStg->rcv[index].leNext = in get_port_memory() 518 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 522 icom_port->statStg->rcv[index].leNext = in get_port_memory() 526 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 529 icom_port->statStg->rcv[index].leNext = 0; in get_port_memory() [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | sockmap_basic.c | 483 char rcv[256] = "0"; in test_sockmap_skb_verdict_peek() local 509 recvd = recv(c1, rcv, sizeof(rcv), MSG_PEEK); in test_sockmap_skb_verdict_peek() 510 ASSERT_EQ(recvd, sizeof(rcv), "recv(c1)"); in test_sockmap_skb_verdict_peek() 514 recvd = recv(c1, rcv, sizeof(rcv), 0); in test_sockmap_skb_verdict_peek() 515 ASSERT_EQ(recvd, sizeof(rcv), "recv(p0)"); in test_sockmap_skb_verdict_peek()
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | mt6351.c | 450 /* RCV MUX */ 467 SOC_DAPM_ENUM("RCV Select", rcv_in_mux_map_enum); 1176 SND_SOC_DAPM_MUX("RCV Mux", SND_SOC_NOPM, 0, 0, &rcv_in_mux_control), 1178 SND_SOC_DAPM_SUPPLY("RCV Stability Enh", MT6351_AUDDEC_ANA_CON1, 1180 SND_SOC_DAPM_SUPPLY("RCV Bias Gen", MT6351_AUDDEC_ANA_CON6, 1183 SND_SOC_DAPM_OUT_DRV("RCV Buffer", MT6351_AUDDEC_ANA_CON0, 1399 {"RCV Mux", "Voice Playback", "DACL"}, 1401 {"RCV Buffer", NULL, "RCV Mux"}, 1402 {"RCV Buffer", NULL, "RCV Stability Enh"}, 1403 {"RCV Buffer", NULL, "RCV Bias Gen"}, [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 …]
|