/linux-4.1.27/fs/ncpfs/ |
D | sock.c | 105 schedule_work(&server->rcv.tq); in ncp_tcp_data_ready() 113 schedule_work(&server->rcv.tq); in ncp_tcp_error_report() 156 req = server->rcv.creq; in __abort_ncp_connection() 158 server->rcv.creq = NULL; in __abort_ncp_connection() 160 server->rcv.ptr = NULL; in __abort_ncp_connection() 161 server->rcv.state = 0; in __abort_ncp_connection() 196 mutex_lock(&server->rcv.creq_mutex); in ncp_abort_request() 198 mutex_unlock(&server->rcv.creq_mutex); in ncp_abort_request() 240 server->rcv.creq = rq; in __ncptcp_try_send() 282 server->rcv.creq = req; in ncpdgram_start_request() [all …]
|
D | inode.c | 323 flush_work(&server->rcv.tq); in ncp_stop_tasks() 618 mutex_init(&server->rcv.creq_mutex); in ncp_fill_super() 620 server->rcv.creq = NULL; in ncp_fill_super() 645 server->rcv.ptr = (unsigned char*)&server->rcv.buf; in ncp_fill_super() 646 server->rcv.len = 10; in ncp_fill_super() 647 server->rcv.state = 0; in ncp_fill_super() 648 INIT_WORK(&server->rcv.tq, ncp_tcp_rcv_proc); in ncp_fill_super() 652 INIT_WORK(&server->rcv.tq, ncpdgram_rcv_proc); in ncp_fill_super() 743 mutex_destroy(&server->rcv.creq_mutex); in ncp_fill_super() 781 mutex_destroy(&server->rcv.creq_mutex); in ncp_put_super()
|
D | ncp_fs_sb.h | 132 } rcv; member
|
D | ioctl.c | 465 mutex_lock(&server->rcv.creq_mutex); in __ncp_ioctl() 476 mutex_unlock(&server->rcv.creq_mutex); in __ncp_ioctl()
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 343 struct plip_local *rcv, 352 struct plip_local *snd, struct plip_local *rcv); 369 struct plip_local *rcv = &nl->rcv_data; in plip_bh() local 375 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK && in plip_bh() 376 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) { in plip_bh() 400 struct plip_local *snd, struct plip_local *rcv, in plip_bh_timeout_error() argument 433 if (rcv->state == PLIP_PK_TRIGGER) { in plip_bh_timeout_error() 446 dev->name, rcv->state, c0); in plip_bh_timeout_error() 450 rcv->state = PLIP_PK_DONE; in plip_bh_timeout_error() 451 if (rcv->skb) { in plip_bh_timeout_error() [all …]
|
/linux-4.1.27/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()
|
/linux-4.1.27/net/ipv4/ |
D | geneve.c | 292 gs->rcv(gs, skb); in geneve_udp_encap_recv() 333 geneve_rcv_t *rcv, void *data, in geneve_socket_create() argument 353 gs->rcv = rcv; in geneve_socket_create() 375 geneve_rcv_t *rcv, void *data, in geneve_sock_add() argument 384 if (!no_share && gs->rcv == rcv) in geneve_sock_add() 389 gs = geneve_socket_create(net, port, rcv, data, ipv6); in geneve_sock_add()
|
/linux-4.1.27/drivers/tty/serial/ |
D | icom.c | 262 stgAddr = stgAddr + sizeof(icom_port->statStg->rcv[0]); in get_port_memory() 263 icom_port->statStg->rcv[index].leLength = 0; in get_port_memory() 264 icom_port->statStg->rcv[index].WorkingLength = in get_port_memory() 268 icom_port->statStg->rcv[index].leNext = in get_port_memory() 272 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 276 icom_port->statStg->rcv[index].leNext = in get_port_memory() 280 icom_port->statStg->rcv[index].leBuffer = in get_port_memory() 283 icom_port->statStg->rcv[index].leNext = 0; in get_port_memory() 284 icom_port->statStg->rcv[index].leBuffer = 0; in get_port_memory() 753 status = cpu_to_le16(icom_port->statStg->rcv[rcv_buff].flags); in recv_interrupt() [all …]
|
D | icom.h | 219 } rcv[NUM_RBUFFS]; member
|
/linux-4.1.27/include/net/ |
D | geneve.h | 72 geneve_rcv_t *rcv; member 84 geneve_rcv_t *rcv, void *data,
|
D | vxlan.h | 109 vxlan_rcv_t *rcv; member 143 vxlan_rcv_t *rcv, void *data,
|
D | stp.h | 6 void (*rcv)(const struct stp_proto *, struct sk_buff *, member
|
D | dsa.h | 99 int (*rcv)(struct sk_buff *skb, member 318 return dst->rcv != NULL; in dsa_uses_tagged_protocol()
|
D | llc.h | 110 int (*rcv)(struct sk_buff *skb,
|
/linux-4.1.27/net/dsa/ |
D | dsa.c | 234 dst->rcv = dsa_netdev_ops.rcv; in dsa_switch_setup_one() 239 dst->rcv = edsa_netdev_ops.rcv; in dsa_switch_setup_one() 244 dst->rcv = trailer_netdev_ops.rcv; in dsa_switch_setup_one() 249 dst->rcv = brcm_netdev_ops.rcv; in dsa_switch_setup_one() 846 return dst->rcv(skb, dev, pt, orig_dev); in dsa_switch_rcv()
|
D | dsa_priv.h | 19 int (*rcv)(struct sk_buff *skb, struct net_device *dev, member
|
D | tag_brcm.c | 170 .rcv = brcm_tag_rcv,
|
D | tag_trailer.c | 116 .rcv = trailer_rcv,
|
D | tag_dsa.c | 188 .rcv = dsa_rcv,
|
D | tag_edsa.c | 207 .rcv = edsa_rcv,
|
/linux-4.1.27/drivers/edac/ |
D | i7core_edac.c | 1590 u32 rcv[3][2]; in i7core_rdimm_check_mc_ecc_err() local 1595 &rcv[0][0]); in i7core_rdimm_check_mc_ecc_err() 1597 &rcv[0][1]); in i7core_rdimm_check_mc_ecc_err() 1599 &rcv[1][0]); in i7core_rdimm_check_mc_ecc_err() 1601 &rcv[1][1]); in i7core_rdimm_check_mc_ecc_err() 1603 &rcv[2][0]); in i7core_rdimm_check_mc_ecc_err() 1605 &rcv[2][1]); in i7core_rdimm_check_mc_ecc_err() 1608 (i * 2), rcv[i][0], (i * 2) + 1, rcv[i][1]); in i7core_rdimm_check_mc_ecc_err() 1611 new0 = DIMM_BOT_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err() 1612 new1 = DIMM_TOP_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err() [all …]
|
/linux-4.1.27/drivers/net/ |
D | veth.c | 111 struct net_device *rcv; in veth_xmit() local 115 rcv = rcu_dereference(priv->peer); in veth_xmit() 116 if (unlikely(!rcv)) { in veth_xmit() 121 if (likely(dev_forward_skb(rcv, skb) == NET_RX_SUCCESS)) { in veth_xmit()
|
D | vxlan.c | 1237 vs->rcv(vs, skb, &md); in vxlan_udp_encap_recv() 2501 vxlan_rcv_t *rcv, void *data, in vxlan_socket_create() argument 2530 vs->rcv = rcv; in vxlan_socket_create() 2556 vxlan_rcv_t *rcv, void *data, in vxlan_sock_add() argument 2567 if (vs && vs->rcv == rcv) { in vxlan_sock_add() 2576 return vxlan_socket_create(net, port, rcv, data, flags); in vxlan_sock_add()
|
/linux-4.1.27/drivers/uwb/ |
D | Makefile | 16 ie-rcv.o \
|
/linux-4.1.27/net/802/ |
D | stp.c | 57 proto->rcv(proto, skb, dev); in stp_pdu_rcv()
|
D | garp.c | 628 appl->proto.rcv = garp_pdu_rcv; in garp_register_application()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | iochannel.h | 548 struct net_pkt_rcv rcv; /* used for NET_RCV */ member 704 #define OFFSET_RCV_DONE_LEN offsetof(struct uiscmdrsp_net, rcv)
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra114-pinmux.txt | 21 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers. 0: normal, 1: high. 33 nvidia,io-reset and nvidia,rcv-sel.
|
D | nvidia,tegra124-pinmux.txt | 32 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers. 45 nvidia,io-reset and nvidia,rcv-sel.
|
/linux-4.1.27/net/bridge/ |
D | br.c | 185 .rcv = br_stp_rcv,
|
/linux-4.1.27/net/sunrpc/ |
D | svcsock.c | 374 unsigned int rcv) in svc_sock_setbufsize() argument 382 (char*)&rcv, sizeof(rcv)); in svc_sock_setbufsize() 391 sock->sk->sk_rcvbuf = rcv * 2; in svc_sock_setbufsize()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | tegra124-nyan-big.dts | 462 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 846 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 854 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 1320 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
|
D | tegra124-nyan-blaze.dts | 458 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 842 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 850 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 1316 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
|
D | tegra124-jetson-tk1.dts | 495 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 875 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 883 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>; 1343 nvidia,rcv-sel = <TEGRA_PIN_DISABLE>;
|
D | tegra114-roth.dts | 501 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
|
D | tegra124-venice2.dts | 380 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
|
D | tegra114-dalmore.dts | 496 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
|
/linux-4.1.27/drivers/atm/ |
D | idt77252.c | 1115 rpp = &vc->rcv.rx_pool; in dequeue_rx() 2342 flush_rx_pool(card, &vc->rcv.rx_pool); in idt77252_init_rx() 2525 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in idt77252_close() 2529 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in idt77252_close() 2872 flush_rx_pool(card, &vc->rcv.rx_pool); in open_card_oam() 2915 if (skb_queue_len(&vc->rcv.rx_pool.queue) != 0) { in close_card_oam() 2920 recycle_rx_pool_skb(card, &vc->rcv.rx_pool); in close_card_oam()
|
D | idt77252.h | 220 } rcv; member
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib.h | 451 int rcv; member
|
D | qib_iba7322.c | 529 int rcv; member 2806 if (n->rcv) { in qib_irq_notifier_notify() 2823 if (n->rcv) { in qib_irq_notifier_release() 3379 n->rcv = m->rcv; in setup_dca_notifier() 3382 n->notify.irq, n->rcv, &n->notify); in setup_dca_notifier() 3541 dd->cspec->msix_entries[msixnum].rcv = in qib_setup_7322_interrupt()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 613 * Fix a problem with rcv logo. 759 * If we rcv a plogi on a NPort queued up for discovery, clear the 760 NLP_NPR_2B_DISC bit since rcv plogi logic will force NPort thru 766 * Added send_abts flag to lpfc_els_abort. For rcv LOGO when ADISC 767 sent, the XRI of the LOGO rcv'ed is the same as the ADISC
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 554 unsigned int rcv) in drbd_setbufsize() argument 561 if (rcv) { in drbd_setbufsize() 562 sock->sk->sk_rcvbuf = rcv; in drbd_setbufsize()
|