| /linux/drivers/net/ |
| H A D | rionet.c | 79 static struct rionet_net nets[RIONET_MAX_NETS]; variable 182 add_num = nets[rnet->mport->id].nact; in rionet_start_xmit() 197 if (nets[rnet->mport->id].active[i]) { in rionet_start_xmit() 199 nets[rnet->mport->id].active[i]); in rionet_start_xmit() 206 if (nets[rnet->mport->id].active[destid]) in rionet_start_xmit() 208 nets[rnet->mport->id].active[destid]); in rionet_start_xmit() 239 if (!nets[netid].active[sid]) { in rionet_dbell_event() 240 spin_lock(&nets[netid].lock); in rionet_dbell_event() 241 list_for_each_entry(peer, &nets[netid].peers, node) { in rionet_dbell_event() 243 nets[netid].active[sid] = peer->rdev; in rionet_dbell_event() [all …]
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 258 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device() 259 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device() 266 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device() 293 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device() 294 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device() 306 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device() 307 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device() 315 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device() 340 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device() 341 probe_net = ntohs(atif->nets in atif_proxy_probe_device() [all...] |
| H A D | atalk_proc.c | 72 iface->address.s_node, ntohs(iface->nets.nr_firstnet), in atalk_seq_interface_show() 73 ntohs(iface->nets.nr_lastnet), iface->status); in atalk_seq_interface_show()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_hash_netnet.c | 152 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netnet4_kadt() 153 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netnet4_kadt() 391 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netnet6_kadt() 392 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netnet6_kadt()
|
| H A D | ip_set_hash_netportnet.c | 160 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netportnet4_kadt() 161 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netportnet4_kadt() 455 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netportnet6_kadt() 456 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netportnet6_kadt()
|
| H A D | ip_set_hash_net.c | 120 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_net4_kadt() 294 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_net6_kadt()
|
| H A D | ip_set_hash_netiface.c | 164 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netiface4_kadt() 385 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netiface6_kadt()
|
| H A D | ip_set_hash_netport.c | 136 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netport4_kadt() 356 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netport6_kadt()
|
| H A D | ip_set_hash_ipportnet.c | 141 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_ipportnet4_kadt() 398 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_ipportnet6_kadt()
|
| /linux/include/linux/ |
| H A D | atalk.h | 31 struct atalk_netrange nets; member
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 1023 priv = dev->nets[channel]; in kvaser_usb_leaf_tx_acknowledge() 1202 priv = dev->nets[es->channel]; in kvaser_usb_leaf_rx_error() 1307 priv = dev->nets[channel]; in kvaser_usb_leaf_usbcan_conditionally_rx_error() 1443 priv = dev->nets[channel]; in kvaser_usb_leaf_rx_can_msg() 1601 priv = dev->nets[channel]; in kvaser_usb_leaf_start_chip_reply() 1624 priv = dev->nets[channel]; in kvaser_usb_leaf_stop_chip_reply() 1641 priv = dev->nets[channel]; in kvaser_usb_leaf_get_busparams_reply()
|
| H A D | kvaser_usb.h | 108 struct kvaser_usb_net_priv *nets[KVASER_USB_MAX_NET_DEVICES]; member
|
| H A D | kvaser_usb_hydra.c | 550 priv = dev->nets[channel]; in kvaser_usb_hydra_net_priv_from_cmd()
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-ect.rst | 55 possible that systems can have nets of CTIs+CTM that are not interconnected by
|
| /linux/Documentation/admin-guide/laptops/ |
| H A D | thinkpad-acpi.rst | 592 wake up caused by the firmware will have negated most safety nets...
|