Home
last modified time | relevance | path

Searched refs:rcv (Results 1 – 43 of 43) sorted by relevance

/linux-4.1.27/fs/ncpfs/
Dsock.c105 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 …]
Dinode.c323 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()
Dncp_fs_sb.h132 } rcv; member
Dioctl.c465 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/
Dplip.c343 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/
Dllc_input.c160 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/
Dgeneve.c292 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/
Dicom.c262 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 …]
Dicom.h219 } rcv[NUM_RBUFFS]; member
/linux-4.1.27/include/net/
Dgeneve.h72 geneve_rcv_t *rcv; member
84 geneve_rcv_t *rcv, void *data,
Dvxlan.h109 vxlan_rcv_t *rcv; member
143 vxlan_rcv_t *rcv, void *data,
Dstp.h6 void (*rcv)(const struct stp_proto *, struct sk_buff *, member
Ddsa.h99 int (*rcv)(struct sk_buff *skb, member
318 return dst->rcv != NULL; in dsa_uses_tagged_protocol()
Dllc.h110 int (*rcv)(struct sk_buff *skb,
/linux-4.1.27/net/dsa/
Ddsa.c234 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()
Ddsa_priv.h19 int (*rcv)(struct sk_buff *skb, struct net_device *dev, member
Dtag_brcm.c170 .rcv = brcm_tag_rcv,
Dtag_trailer.c116 .rcv = trailer_rcv,
Dtag_dsa.c188 .rcv = dsa_rcv,
Dtag_edsa.c207 .rcv = edsa_rcv,
/linux-4.1.27/drivers/edac/
Di7core_edac.c1590 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/
Dveth.c111 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()
Dvxlan.c1237 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/
DMakefile16 ie-rcv.o \
/linux-4.1.27/net/802/
Dstp.c57 proto->rcv(proto, skb, dev); in stp_pdu_rcv()
Dgarp.c628 appl->proto.rcv = garp_pdu_rcv; in garp_register_application()
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Diochannel.h548 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/
Dnvidia,tegra114-pinmux.txt21 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers. 0: normal, 1: high.
33 nvidia,io-reset and nvidia,rcv-sel.
Dnvidia,tegra124-pinmux.txt32 - nvidia,rcv-sel: Integer. Select VIL/VIH receivers.
45 nvidia,io-reset and nvidia,rcv-sel.
/linux-4.1.27/net/bridge/
Dbr.c185 .rcv = br_stp_rcv,
/linux-4.1.27/net/sunrpc/
Dsvcsock.c374 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/
Dtegra124-nyan-big.dts462 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>;
Dtegra124-nyan-blaze.dts458 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>;
Dtegra124-jetson-tk1.dts495 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>;
Dtegra114-roth.dts501 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
Dtegra124-venice2.dts380 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
Dtegra114-dalmore.dts496 nvidia,rcv-sel = <TEGRA_PIN_ENABLE>;
/linux-4.1.27/drivers/atm/
Didt77252.c1115 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()
Didt77252.h220 } rcv; member
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib.h451 int rcv; member
Dqib_iba7322.c529 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/
DChangeLog.lpfc613 * 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/
Ddrbd_receiver.c554 unsigned int rcv) in drbd_setbufsize() argument
561 if (rcv) { in drbd_setbufsize()
562 sock->sk->sk_rcvbuf = rcv; in drbd_setbufsize()