[go: nahoru, domu]

Searched defs:rcv (Results 1 - 10 of 10) sorted by relevance

/drivers/net/
H A Dveth.c111 struct net_device *rcv; local
115 rcv = rcu_dereference(priv->peer);
116 if (unlikely(!rcv)) {
124 rcv->features & NETIF_F_RXCSUM)
127 if (likely(dev_forward_skb(rcv, skb) == NET_RX_SUCCESS)) {
H A Dvxlan.c1160 vs->rcv(vs, skb, vxh->vx_vni);
2331 vxlan_rcv_t *rcv, void *data,
2358 vs->rcv = rcv;
2383 vxlan_rcv_t *rcv, void *data,
2390 vs = vxlan_socket_create(net, port, rcv, data, flags);
2400 if (vs->rcv == rcv)
2330 vxlan_socket_create(struct net *net, __be16 port, vxlan_rcv_t *rcv, void *data, u32 flags) argument
2382 vxlan_sock_add(struct net *net, __be16 port, vxlan_rcv_t *rcv, void *data, bool no_share, u32 flags) argument
/drivers/net/plip/
H A Dplip.c343 struct plip_local *rcv,
352 struct plip_local *snd, struct plip_local *rcv);
369 struct plip_local *rcv = &nl->rcv_data; local
375 if ((r = (*f)(nl->dev, nl, snd, rcv)) != OK &&
376 (r = plip_bh_timeout_error(nl->dev, nl, snd, rcv, r)) != OK) {
400 struct plip_local *snd, struct plip_local *rcv,
433 if (rcv->state == PLIP_PK_TRIGGER) {
446 dev->name, rcv->state, c0);
450 rcv->state = PLIP_PK_DONE;
451 if (rcv
399 plip_bh_timeout_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv, int error) argument
474 plip_none(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
585 plip_receive_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
746 plip_send_packet(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
861 plip_connection_close(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
879 plip_error(struct net_device *dev, struct net_local *nl, struct plip_local *snd, struct plip_local *rcv) argument
908 struct plip_local *rcv; local
1115 struct plip_local *rcv = &nl->rcv_data; local
[all...]
/drivers/tty/serial/
H A Dicom.h68 u32 RcvStatusAddr; /* 1B0-1B3 Status Address for Next rcv */
219 } rcv[NUM_RBUFFS]; member in struct:statusArea
/drivers/edac/
H A Di7core_edac.c1598 u32 rcv[3][2]; local
1603 &rcv[0][0]);
1605 &rcv[0][1]);
1607 &rcv[1][0]);
1609 &rcv[1][1]);
1611 &rcv[2][0]);
1613 &rcv[2][1]);
1616 (i * 2), rcv[i][0], (i * 2) + 1, rcv[i][1]);
1619 new0 = DIMM_BOT_COR_ERR(rcv[
[all...]
/drivers/staging/unisys/common-spar/include/channels/
H A Diochannel.h234 /* MAX_NET_RCV_BUF specifies the number of rcv buffers that are created by each
235 * guest's virtnic and posted to uisnic. Uisnic, for each channel, keeps the rcv
526 /* rcv buf size must be large enough to include ethernet data len +
530 * single fragment 2K rcv buf */
539 /* is based on max mtu and size of each rcv buf */
569 struct net_pkt_rcv rcv; /* used for NET_RCV */ member in union:uiscmdrsp_net::__anon6851
725 #define OFFSET_RCV_DONE_LEN offsetof(struct uiscmdrsp_net, rcv)
/drivers/block/drbd/
H A Ddrbd_receiver.c554 unsigned int rcv)
561 if (rcv) {
562 sock->sk->sk_rcvbuf = rcv;
553 drbd_setbufsize(struct socket *sock, unsigned int snd, unsigned int rcv) argument
/drivers/atm/
H A Didt77252.h220 } rcv; member in struct:vc_map
/drivers/infiniband/hw/qib/
H A Dqib.h81 __u64 sps_rcverrs; /* non-crc rcv packet errors */
140 /* when waiting for rcv or pioavail */
451 int rcv; member in struct:qib_msix_entry
H A Dqib_iba7322.c528 int rcv; member in struct:qib_irq_notify
647 * Per-bay per-channel rcv QMH H1 values and Tx values for QDR.
2802 if (n->rcv) {
2817 if (n->rcv) {
3049 * Dynamically adjust the rcv int timeout for a context based on incoming
3369 n->rcv = m->rcv;
3371 "set notifier irq %d rcv %d notify %p\n",
3372 n->notify.irq, n->rcv, &n->notify);
3531 dd->cspec->msix_entries[msixnum].rcv
[all...]

Completed in 210 milliseconds