Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/net/bluetooth/
D6lowpan.c76 struct list_head peers; member
90 list_add_rcu(&peer->list, &dev->peers); in peer_add()
119 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_ba()
142 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_chan()
155 list_for_each_entry_rcu(peer, &dev->peers, list) { in __peer_lookup_conn()
180 peer = list_first_or_null_rcu(&dev->peers, struct lowpan_peer, in peer_lookup_dst()
205 list_for_each_entry_rcu(peer, &dev->peers, list) { in peer_lookup_dst()
560 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
826 INIT_LIST_HEAD(&(*dev)->peers); in setup_netdev()
1138 struct list_head peers; in disconnect_all_peers() local
[all …]
/linux-4.4.14/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()
566 INIT_LIST_HEAD(&nets[netid].peers); in rionet_add_dev()
581 list_add_tail(&peer->node, &nets[netid].peers); in rionet_add_dev()
624 tmp, &nets[i].peers, node) { in rionet_exit()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dtxrx.c126 list_for_each_entry(peer, &ar->peers, list) { in ath10k_peer_find()
144 list_for_each_entry(peer, &ar->peers, list) in ath10k_peer_find_by_id()
198 list_add(&peer->list, &ar->peers); in ath10k_peer_map_event()
Dcore.h262 struct list_head peers; member
767 struct list_head peers; member
Ddebug.c290 ath10k_debug_fw_stats_peers_free(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_reset()
304 INIT_LIST_HEAD(&stats.peers); in ath10k_debug_fw_stats_process()
330 num_peers = ath10k_wmi_fw_stats_num_peers(&ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
359 list_splice_tail_init(&stats.peers, &ar->debug.fw_stats.peers); in ath10k_debug_fw_stats_process()
371 ath10k_debug_fw_stats_peers_free(&stats.peers); in ath10k_debug_fw_stats_process()
2090 INIT_LIST_HEAD(&ar->debug.fw_stats.peers); in ath10k_debug_create()
Dwmi.c2610 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_main_op_pull_fw_stats()
2669 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10x_op_pull_fw_stats()
2748 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_op_pull_fw_stats()
2827 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_2_4_op_pull_fw_stats()
2907 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_10_4_op_pull_fw_stats()
7035 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_main_op_fw_stats_fill()
7058 list_for_each_entry(peer, &fw_stats->peers, list) { in ath10k_wmi_main_op_fw_stats_fill()
7092 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10x_op_fw_stats_fill()
7116 list_for_each_entry(peer, &fw_stats->peers, list) { in ath10k_wmi_10x_op_fw_stats_fill()
7172 num_peers = ath10k_wmi_fw_stats_num_peers(&fw_stats->peers); in ath10k_wmi_10_4_op_fw_stats_fill()
[all …]
Dmac.c409 list_for_each_entry(peer, &ar->peers, list) { in ath10k_clear_vdev_key()
447 list_for_each_entry(peer, &ar->peers, list) { in ath10k_mac_vif_update_wep_key()
734 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup()
755 list_for_each_entry_safe(peer, tmp, &ar->peers, list) { in ath10k_peer_cleanup_all()
Dcore.c2002 INIT_LIST_HEAD(&ar->peers); in ath10k_core_create()
Dwmi-tlv.c1160 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_tlv_op_pull_fw_stats()
/linux-4.4.14/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.4.14/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.c2221 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_destroy_work()
/linux-4.4.14/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.4.14/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.4.14/include/net/netns/
Dipv6.h45 struct inet_peer_base *peers; member
Dipv4.h57 struct inet_peer_base *peers; member
/linux-4.4.14/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.4.14/drivers/net/ethernet/sfc/
Dvfdi.h249 struct vfdi_endpoint peers[256]; member
Dsiena_sriov.c1103 peer = vfdi_status->peers + 1; in efx_siena_sriov_peer_work()
1104 peer_space = ARRAY_SIZE(vfdi_status->peers) - 1; in efx_siena_sriov_peer_work()
1335 ether_addr_copy(vfdi_status->peers[0].mac_addr, net_dev->dev_addr); in efx_siena_sriov_init()
1486 ether_addr_copy(vfdi_status->peers[0].mac_addr, in efx_siena_sriov_mac_address_changed()
/linux-4.4.14/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.4.14/drivers/isdn/mISDN/
DKconfig35 - dynamic IP exchange, if one or both peers have dynamic IPs
/linux-4.4.14/Documentation/
Dntb.txt8 of the device, so that peers can exchange a small amount of information at a
9 fixed address. Doorbell registers provide a way for peers to send interrupt
46 The peers interrupt each other using a bit mask of doorbell bits, which is
/linux-4.4.14/Documentation/infiniband/
Dipoib.txt49 and communication with peers that don't support connected mode. In
/linux-4.4.14/net/ipv4/
Droute.c855 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, vif, 1); in ip_rt_send_redirect()
944 peer = inet_getpeer_v4(net->ipv4.peers, ip_hdr(skb)->saddr, in ip_error()
2838 net->ipv4.peers = bp; in ipv4_inetpeer_init()
2844 struct inet_peer_base *bp = net->ipv4.peers; in ipv4_inetpeer_exit()
2846 net->ipv4.peers = NULL; in ipv4_inetpeer_exit()
Dip_fragment.c154 inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, arg->vif, 1) : in ip4_frag_init()
Dicmp.c315 peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, vif, 1); in icmpv4_xrlim_allow()
/linux-4.4.14/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.4.14/Documentation/networking/
Dbonding.txt298 Specifies the IP addresses to use as ARP monitoring peers when
654 different peers use different hardware addresses for
667 of the bond. Hence, peers learn the hardware address
670 sending updates (ARP Replies) to all the peers with
685 peers will not be blocked by the switch.
1804 IP addresses. The transmit policy of the two peers does not need to
1879 or more peers on the local network.
2116 sending to peers that are unassigned or if the load is unbalanced.
2355 for specific peers will always be sent over the same
2370 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.
1757 is used to notify peers that a given DATA should no longer be expected.
/linux-4.4.14/net/ipv6/
Dicmp.c210 peer = inet_getpeer_v6(net->ipv6.peers, in icmpv6_xrlim_allow()
Droute.c3647 net->ipv6.peers = bp; in ipv6_inetpeer_init()
3653 struct inet_peer_base *bp = net->ipv6.peers; in ipv6_inetpeer_exit()
3655 net->ipv6.peers = NULL; in ipv6_inetpeer_exit()
Dndisc.c1537 peer = inet_getpeer_v6(net->ipv6.peers, &ipv6_hdr(skb)->saddr, 1); in ndisc_send_redirect()
Dip6_output.c478 peer = inet_getpeer_v6(net->ipv6.peers, &hdr->daddr, 1); in ip6_forward()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_cb.c2400 struct list_head *peers = &ksocknal_data.ksnd_peers[idx]; in ksocknal_check_peer_timeouts() local
2411 list_for_each_entry(peer, peers, ksnp_list) { in ksocknal_check_peer_timeouts()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db299 API-netdev-notify-peers
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c2988 struct list_head *peers = &kiblnd_data.kib_peers[idx]; in kiblnd_check_conns() local
3001 list_for_each(ptmp, peers) { in kiblnd_check_conns()
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt523 global rbtree and treated like equal peers, regardless where they