| /linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
| D | peer.c | 119 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/ |
| D | 6lowpan.c | 76 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/ |
| D | rionet.c | 73 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/ |
| D | txrx.c | 126 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()
|
| D | core.h | 262 struct list_head peers; member 767 struct list_head peers; member
|
| D | debug.c | 290 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()
|
| D | wmi.c | 2610 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 …]
|
| D | mac.c | 409 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()
|
| D | core.c | 2002 INIT_LIST_HEAD(&ar->peers); in ath10k_core_create()
|
| D | wmi-tlv.c | 1160 list_add_tail(&dst->list, &stats->peers); in ath10k_wmi_tlv_op_pull_fw_stats()
|
| /linux-4.4.14/drivers/scsi/libfc/ |
| D | fc_disc.c | 72 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()
|
| D | fc_rport.c | 105 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/ |
| D | fcoe_sysfs.c | 404 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()
|
| D | fcoe_ctlr.c | 2138 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()
|
| D | fcoe.c | 2221 list_for_each_entry_safe(vport, next_vport, &fc_host->vports, peers) { in fcoe_destroy_work()
|
| /linux-4.4.14/drivers/staging/fwserial/ |
| D | TODO | 8 3. Expose means of controlling attach/detach of peers via sysfs. Include
|
| D | Kconfig | 6 connectivity to cabled peers. This driver implements a
|
| /linux-4.4.14/fs/ |
| D | pnode.c | 205 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/ |
| D | ipv6.h | 45 struct inet_peer_base *peers; member
|
| D | ipv4.h | 57 struct inet_peer_base *peers; member
|
| /linux-4.4.14/drivers/scsi/ |
| D | scsi_transport_fc.c | 1623 &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/ |
| D | vfdi.h | 249 struct vfdi_endpoint peers[256]; member
|
| D | siena_sriov.c | 1103 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/ |
| D | fcoe_sysfs.h | 96 struct list_head peers; member
|
| D | libfc.h | 122 struct list_head peers; member 214 struct list_head peers; member
|
| D | scsi_transport_fc.h | 248 struct list_head peers; member 353 struct list_head peers; member
|
| /linux-4.4.14/drivers/isdn/mISDN/ |
| D | Kconfig | 35 - dynamic IP exchange, if one or both peers have dynamic IPs
|
| /linux-4.4.14/Documentation/ |
| D | ntb.txt | 8 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/ |
| D | ipoib.txt | 49 and communication with peers that don't support connected mode. In
|
| /linux-4.4.14/net/ipv4/ |
| D | route.c | 855 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()
|
| D | ip_fragment.c | 154 inet_getpeer_v4(net->ipv4.peers, arg->iph->saddr, arg->vif, 1) : in ip4_frag_init()
|
| D | icmp.c | 315 peer = inet_getpeer_v4(net->ipv4.peers, fl4->daddr, vif, 1); in icmpv4_xrlim_allow()
|
| /linux-4.4.14/Documentation/filesystems/pohmelfs/ |
| D | network_protocol.txt | 23 …l commands are transferred over the network in big-endian. CPU endianness is used at the end peers.
|
| /linux-4.4.14/Documentation/networking/ |
| D | bonding.txt | 298 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 …]
|
| D | rds.txt | 111 a congestion update is sent to all peers.
|
| D | ip-sysctl.txt | 86 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/ |
| D | icmp.c | 210 peer = inet_getpeer_v6(net->ipv6.peers, in icmpv6_xrlim_allow()
|
| D | route.c | 3647 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()
|
| D | ndisc.c | 1537 peer = inet_getpeer_v6(net->ipv6.peers, &ipv6_hdr(skb)->saddr, 1); in ndisc_send_redirect()
|
| D | ip6_output.c | 478 peer = inet_getpeer_v6(net->ipv6.peers, &hdr->daddr, 1); in ip6_forward()
|
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
| D | socklnd_cb.c | 2400 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/ |
| D | networking.xml.db | 299 API-netdev-notify-peers
|
| /linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
| D | o2iblnd_cb.c | 2988 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/ |
| D | unified-hierarchy.txt | 523 global rbtree and treated like equal peers, regardless where they
|