Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Dpeer.c119 struct list_head *peers = &ptable->pt_hash[j]; in lnet_peer_tables_cleanup() local
121 while (!list_empty(peers)) { in lnet_peer_tables_cleanup()
122 lnet_peer_t *lp = list_entry(peers->next, in lnet_peer_tables_cleanup()
189 struct list_head *peers; in lnet_find_peer_locked() local
194 peers = &ptable->pt_hash[lnet_nid2peerhash(nid)]; in lnet_find_peer_locked()
195 list_for_each_entry(lp, peers, lp_hashlist) { in lnet_find_peer_locked()
/linux-4.1.27/net/bluetooth/
D6lowpan.c79 struct list_head peers; member
93 list_add_rcu(&peer->list, &dev->peers); in peer_add()
122 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_ba()
145 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_chan()
158 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_conn()
183 peer = list_first_or_null_rcu(&dev->peers, struct lowpan_peer, in peer_lookup_dst()
208 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_dst()
578 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
877 INIT_LIST_HEAD(&(*dev)->peers); in setup_netdev()
1179 struct list_head peers; in disconnect_all_peers() local
[all …]
/linux-4.1.27/drivers/net/
Drionet.c73 struct list_head peers; member
242 &nets[rnet->mport->id].peers, node) { in rionet_dbell_event()
349 &nets[rnet->mport->id].peers, node) { in rionet_open()
383 &nets[rnet->mport->id].peers, node) { in rionet_close()
406 list_for_each_entry_safe(peer, tmp, &nets[netid].peers, node) { in rionet_remove_dev()
568 INIT_LIST_HEAD(&nets[netid].peers); in rionet_add_dev()
583 list_add_tail(&peer->node, &nets[netid].peers); in rionet_add_dev()
626 tmp, &nets[i].peers, node) { in rionet_exit()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dtxrx.c117 list_for_each_entry(peer, &ar->peers, list) { in ath10k_peer_find()
135 list_for_each_entry(peer, &ar->peers, list) in ath10k_peer_find_by_id()
189 list_add(&peer->list, &ar->peers); in ath10k_peer_map_event()
Ddebug.c272 ath10k_debug_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset()
308 INIT_LIST_HEAD(&stats.peers); in ath10k_debug_fw_stats_process()
334 num_peers = ath10k_debug_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
363 list_splice_tail_init(&stats.peers, &ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
375 ath10k_debug_fw_stats_peers_free(&stats.peers); in ath10k_debug_fw_stats_process()
448 num_peers = ath10k_debug_fw_stats_num_peers(&fw_stats->peers); in ath10k_fw_stats_fill()
636 list_for_each_entry(peer, &fw_stats->peers, list) { in ath10k_fw_stats_fill()
2007 INIT_LIST_HEAD(&ar->debug.fw_stats.peers); in ath10k_debug_create()
Dcore.h243 struct list_head peers; member
626 struct list_head peers; member
Dcore.c1403 INIT_LIST_HEAD(&ar->peers); in ath10k_core_create()
Dwmi.c1849 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_main_op_pull_fw_stats()
1908 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10x_op_pull_fw_stats()
1987 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_op_pull_fw_stats()
2066 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_4_op_pull_fw_stats()
Dmac.c240 list_for_each_entry(peer, &ar->peers, list) { in ath10k_clear_vdev_key()
489 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup()
510 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup_all()
Dwmi-tlv.c1008 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_tlv_op_pull_fw_stats()
/linux-4.1.27/drivers/scsi/libfc/
Dfc_disc.c72 list_for_each_entry_rcu(rdata, &disc->rports, peers) in fc_disc_stop_rports()
142 list_add_tail(&dp->peers, &disc_ports); in fc_disc_recv_rscn_req()
161 list_for_each_entry_safe(dp, next, &disc_ports, peers) { in fc_disc_recv_rscn_req()
162 list_del(&dp->peers); in fc_disc_recv_rscn_req()
292 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fc_disc_done()
Dfc_rport.c105 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fc_rport_lookup()
151 list_add_rcu(&rdata->peers, &lport->disc.rports); in fc_rport_create()
360 list_del_rcu(&rdata->peers); in fc_rport_work()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_sysfs.c404 list_for_each_entry(fcf, &ctlr->fcfs, peers) in store_private_fcoe_ctlr_fcf_dev_loss_tmo()
760 &ctlr->fcfs, peers) { in fcoe_ctlr_device_delete()
761 list_del(&fcf->peers); in fcoe_ctlr_device_delete()
829 list_del(&fcf->peers); in fip_timeout_deleted_fcf()
881 list_for_each_entry(fcf, &ctlr->fcfs, peers) { in fcoe_fcf_device_add()
926 list_add_tail(&fcf->peers, &ctlr->fcfs); in fcoe_fcf_device_add()
Dfcoe_ctlr.c2138 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fcoe_ctlr_disc_stop_locked()
2636 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) { in fcoe_ctlr_vn_age()
2774 list_for_each_entry_rcu(rdata, &disc->rports, peers) { in fcoe_ctlr_vn_disc()
Dfcoe.c2223 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_destroy_work()
/linux-4.1.27/drivers/staging/fwserial/
DTODO8 3. Expose means of controlling attach/detach of peers via sysfs. Include
DKconfig6 connectivity to cabled peers. This driver implements a
/linux-4.1.27/fs/
Dpnode.c205 static inline bool peers(struct mount *m1, struct mount *m2) in peers() function
220 if (peers(m, last_dest)) { in propagate_one()
235 if (done && peers(n, parent)) in propagate_one()
/linux-4.1.27/include/net/netns/
Dipv6.h43 struct inet_peer_base *peers; member
Dipv4.h56 struct inet_peer_base *peers; member
/linux-4.1.27/drivers/net/ethernet/sfc/
Dvfdi.h249 struct vfdi_endpoint peers[256]; member
Dsiena_sriov.c1098 peer = vfdi_status->peers + 1; in efx_siena_sriov_peer_work()
1099 peer_space = ARRAY_SIZE(vfdi_status->peers) - 1; in efx_siena_sriov_peer_work()
1327 ether_addr_copy(vfdi_status->peers[0].mac_addr, net_dev->dev_addr); in efx_siena_sriov_init()
1477 ether_addr_copy(vfdi_status->peers[0].mac_addr, in efx_siena_sriov_mac_address_changed()
/linux-4.1.27/drivers/scsi/
Dscsi_transport_fc.c1623 &fc_host_rport_bindings(shost), peers); in store_fc_private_host_tgtid_bind_type()
1624 list_del(&rport->peers); in store_fc_private_host_tgtid_bind_type()
1676 list_for_each_entry(rport, &fc_host->rports, peers) in store_fc_private_host_dev_loss_tmo()
1930 list_for_each_entry(vport, &fc_host->vports, peers) { in store_fc_host_vport_delete()
2103 list_for_each_entry(rport, &fc_host_rports(shost), peers) { in fc_user_scan_tgt()
2449 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) in fc_remove_host()
2454 &fc_host->rports, peers) { in fc_remove_host()
2455 list_del(&rport->peers); in fc_remove_host()
2461 &fc_host->rport_bindings, peers) { in fc_remove_host()
2462 list_del(&rport->peers); in fc_remove_host()
[all …]
/linux-4.1.27/include/scsi/
Dfcoe_sysfs.h96 struct list_head peers; member
Dlibfc.h122 struct list_head peers; member
214 struct list_head peers; member
Dscsi_transport_fc.h248 struct list_head peers; member
353 struct list_head peers; member
/linux-4.1.27/drivers/isdn/mISDN/
DKconfig35 - dynamic IP exchange, if one or both peers have dynamic IPs
/linux-4.1.27/Documentation/infiniband/
Dipoib.txt49 and communication with peers that don't support connected mode. In
/linux-4.1.27/net/ipv6/
Dxfrm6_policy.c78 rt6_init_peer(rt, net->ipv6.peers); in xfrm6_init_dst()
Droute.c314 rt6_init_peer(rt, table ? &table->tb6_peers : net->ipv6.peers); in ip6_dst_alloc()
1060 rt6_init_peer(rt, net->ipv6.peers); in ip6_blackhole_route()
3335 net->ipv6.peers = bp; in ipv6_inetpeer_init()
3341 struct inet_peer_base *bp = net->ipv6.peers; in ipv6_inetpeer_exit()
3343 net->ipv6.peers = NULL; in ipv6_inetpeer_exit()
Dicmp.c209 peer = inet_getpeer_v6(net->ipv6.peers, in icmpv6_xrlim_allow()
Dip6_output.c465 peer = inet_getpeer_v6(net->ipv6.peers, &rt->rt6i_dst.addr, 1); in ip6_forward()
Dndisc.c1507 peer = inet_getpeer_v6(net->ipv6.peers, &rt->rt6i_dst.addr, 1); in ndisc_send_redirect()
/linux-4.1.27/net/ipv4/
Droute.c851 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, 1); in ip_rt_send_redirect()
940 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, 1); in ip_error()
2761 net->ipv4.peers = bp; in ipv4_inetpeer_init()
2767 struct inet_peer_base *bp = net->ipv4.peers; in ipv4_inetpeer_exit()
2769 net->ipv4.peers = NULL; in ipv4_inetpeer_exit()
Dip_fragment.c148 inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, 1) : NULL; in ip4_frag_init()
Dicmp.c313 peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, 1); in icmpv4_xrlim_allow()
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt23 …l commands are transferred over the network in big-endian. CPU endianness is used at the end peers.
/linux-4.1.27/Documentation/networking/
Dbonding.txt261 Specifies the IP addresses to use as ARP monitoring peers when
617 different peers use different hardware addresses for
630 of the bond. Hence, peers learn the hardware address
633 sending updates (ARP Replies) to all the peers with
648 peers will not be blocked by the switch.
1720 IP addresses. The transmit policy of the two peers does not need to
1795 or more peers on the local network.
2032 sending to peers that are unassigned or if the load is unbalanced.
2271 for specific peers will always be sent over the same
2286 topology. The 802.3ad mode is an IEEE standard, so all peers
[all …]
Drds.txt111 a congestion update is sent to all peers.
Dip-sysctl.txt86 with large numbers of directly-connected peers.
1671 is used to notify peers that a given DATA should no longer be expected.
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c2402 struct list_head *peers = &ksocknal_data.ksnd_peers[idx]; in ksocknal_check_peer_timeouts() local
2413 list_for_each_entry(peer, peers, ksnp_list) { in ksocknal_check_peer_timeouts()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c3025 struct list_head *peers = &kiblnd_data.kib_peers[idx]; in kiblnd_check_conns() local
3038 list_for_each(ptmp, peers) { in kiblnd_check_conns()
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt337 global rbtree and treated like equal peers, regardless where they