/openbmc/linux/net/can/ |
H A 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 …]
|
/openbmc/linux/drivers/net/plip/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A 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 …]
|
H A D | udpgro_fwd.sh | 145 local rcv=`ip netns exec $NS_DST $ipt"-save" -c | grep 'dport 8000' | \ 147 if [ $rcv != $pkts ]; then 148 echo " fail - received $rcv packets, expected $pkts"
|
/openbmc/u-boot/drivers/mtd/ |
H A D | mw_eeprom.c | 76 u16 rcv; in mw_eeprom_read_word() local 82 rcv = ssi_txrx_byte(addr << (13 - addrlen)); in mw_eeprom_read_word() 83 res = rcv << (16 - addrlen); in mw_eeprom_read_word() 87 rcv = ssi_rx_byte(); in mw_eeprom_read_word() 89 res |= rcv << (bits - 8); in mw_eeprom_read_word() 91 res |= rcv >> (8 - bits); in mw_eeprom_read_word()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A 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>;
|
H A 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",
|
H A D | samsung,midas-audio.yaml | 96 "RCV", "HPOUT2N", 97 "RCV", "HPOUT2P",
|
H A D | samsung,tm2.yaml | 78 "RCV", "HPOUT3L", 79 "RCV", "HPOUT3R";
|
/openbmc/linux/net/llc/ |
H A 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()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A 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 */
|
/openbmc/linux/net/mptcp/ |
H A 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 */
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A 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 */
|
/openbmc/linux/drivers/net/ |
H A 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 …]
|
/openbmc/linux/drivers/tty/serial/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
/openbmc/linux/sound/soc/codecs/ |
H A 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 …]
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-n710x.dts | 86 "RCV", "HPOUT2N", 87 "RCV", "HPOUT2P",
|
/openbmc/linux/net/dsa/ |
H A D | tag_rzn1_a5psw.c | 30 /* This is both used for xmit tag and rcv tagging */ 109 .rcv = a5psw_tag_rcv,
|
H A D | tag_ksz.c | 151 .rcv = ksz8795_rcv, 321 .rcv = ksz9477_rcv, 366 .rcv = ksz9477_rcv, 384 * For rcv, 1/5 bytes is added before FCS. 436 .rcv = ksz9477_rcv,
|
H A D | tag_brcm.c | 207 .rcv = brcm_tag_rcv, 289 .rcv = brcm_leg_tag_rcv, 316 .rcv = brcm_tag_rcv_prepend,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 7 Flooding multicast may make the rcv buffer overrun and is considered 54 + * Flooding multicast may make the rcv buffer overrun and considered premature msg…
|
/openbmc/u-boot/drivers/net/ |
H A D | 8390.h | 72 #define EN0_COUNTER0 EI_SHIFT(0x0d) /* Rcv alignment error counter RD */ 74 #define EN0_COUNTER1 EI_SHIFT(0x0e) /* Rcv CRC error counter RD */ 76 #define EN0_COUNTER2 EI_SHIFT(0x0f) /* Rcv missed frame error counter RD */
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | renesas,dsi.yaml | 46 - const: rcv 148 interrupt-names = "seq0", "seq1", "vin1", "rcv",
|
/openbmc/linux/drivers/hwmon/ |
H A D | corsair-cpro.c | 38 * rcv: returns temp for channel in centi-degree celsius 44 * rcv: returns millivolt in bytes 1,2 55 * rcv: returns rpm in bytes 1,2 59 * rcv: returns pwm in byte 1 if it was set
|