Home
last modified time | relevance | path

Searched refs:nets (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/net/
Drionet.c83 static struct rionet_net nets[RIONET_MAX_NETS]; variable
185 add_num = nets[rnet->mport->id].nact; in rionet_start_xmit()
200 if (nets[rnet->mport->id].active[i]) { in rionet_start_xmit()
202 nets[rnet->mport->id].active[i]); in rionet_start_xmit()
209 if (nets[rnet->mport->id].active[destid]) in rionet_start_xmit()
211 nets[rnet->mport->id].active[destid]); in rionet_start_xmit()
242 if (!nets[netid].active[sid]) { in rionet_dbell_event()
243 spin_lock(&nets[netid].lock); in rionet_dbell_event()
244 list_for_each_entry(peer, &nets[netid].peers, node) { in rionet_dbell_event()
246 nets[netid].active[sid] = peer->rdev; in rionet_dbell_event()
[all …]
/Linux-v4.19/net/netfilter/ipset/
Dip_set_hash_gen.h97 u32 nets[IPSET_NET_COUNT]; /* number of elements for this cidr */ member
297 struct net_prefixes nets[NLEN]; /* book-keeping of prefixes */ member
311 for (i = 0, j = -1; i < NLEN && h->nets[i].cidr[n]; i++) { in mtype_add_cidr()
314 } else if (h->nets[i].cidr[n] < cidr) { in mtype_add_cidr()
316 } else if (h->nets[i].cidr[n] == cidr) { in mtype_add_cidr()
317 h->nets[CIDR_POS(cidr)].nets[n]++; in mtype_add_cidr()
323 h->nets[i].cidr[n] = h->nets[i - 1].cidr[n]; in mtype_add_cidr()
325 h->nets[i].cidr[n] = cidr; in mtype_add_cidr()
326 h->nets[CIDR_POS(cidr)].nets[n] = 1; in mtype_add_cidr()
335 if (h->nets[i].cidr[n] != cidr) in mtype_del_cidr()
[all …]
Dip_set_hash_netnet.c151 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netnet4_kadt()
152 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netnet4_kadt()
385 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netnet6_kadt()
386 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netnet6_kadt()
Dip_set_hash_netportnet.c162 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netportnet4_kadt()
163 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netportnet4_kadt()
441 e.cidr[0] = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK); in hash_netportnet6_kadt()
442 e.cidr[1] = INIT_CIDR(h->nets[0].cidr[1], HOST_MASK); in hash_netportnet6_kadt()
Dip_set_hash_net.c123 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_net4_kadt()
291 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_net6_kadt()
Dip_set_hash_netiface.c162 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netiface4_kadt()
372 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netiface6_kadt()
Dip_set_hash_netport.c139 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netport4_kadt()
355 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_netport6_kadt()
Dip_set_hash_ipportnet.c144 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_ipportnet4_kadt()
395 .cidr = INIT_CIDR(h->nets[0].cidr[0], HOST_MASK), in hash_ipportnet6_kadt()
/Linux-v4.19/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_core.c299 if (!dev->nets[i]) in kvaser_usb_read_bulk_callback()
302 netif_device_detach(dev->nets[i]->netdev); in kvaser_usb_read_bulk_callback()
441 struct kvaser_usb_net_priv *priv = dev->nets[i]; in kvaser_usb_unlink_all_urbs()
617 if (!dev->nets[i]) in kvaser_usb_remove_interfaces()
620 unregister_candev(dev->nets[i]->netdev); in kvaser_usb_remove_interfaces()
626 if (!dev->nets[i]) in kvaser_usb_remove_interfaces()
629 free_candev(dev->nets[i]->netdev); in kvaser_usb_remove_interfaces()
694 dev->nets[channel] = priv; in kvaser_usb_init_one()
700 dev->nets[channel] = NULL; in kvaser_usb_init_one()
Dkvaser_usb_leaf.c560 priv = dev->nets[channel]; in kvaser_usb_leaf_tx_acknowledge()
709 priv = dev->nets[es->channel]; in kvaser_usb_leaf_rx_error()
803 priv = dev->nets[channel]; in kvaser_usb_leaf_usbcan_conditionally_rx_error()
938 priv = dev->nets[channel]; in kvaser_usb_leaf_rx_can_msg()
1024 priv = dev->nets[channel]; in kvaser_usb_leaf_start_chip_reply()
1047 priv = dev->nets[channel]; in kvaser_usb_leaf_stop_chip_reply()
Dkvaser_usb.h86 struct kvaser_usb_net_priv *nets[KVASER_USB_MAX_NET_DEVICES]; member
Dkvaser_usb_hydra.c479 priv = dev->nets[channel]; in kvaser_usb_hydra_net_priv_from_cmd()
/Linux-v4.19/drivers/net/can/usb/
Desd_usb2.c119 u8 nets; member
203 struct esd_usb2_net_priv *nets[ESD_USB2_MAX_NETS]; member
419 esd_usb2_rx_can_msg(dev->nets[msg->msg.rx.net], msg); in esd_usb2_read_bulk_callback()
428 esd_usb2_tx_done_msg(dev->nets[msg->msg.txdone.net], in esd_usb2_read_bulk_callback()
449 if (dev->nets[i]) in esd_usb2_read_bulk_callback()
450 netif_device_detach(dev->nets[i]->netdev); in esd_usb2_read_bulk_callback()
522 static DEVICE_ATTR(nets, 0444, show_nets, NULL);
678 priv = dev->nets[i]; in unlink_all_urbs()
1033 dev->nets[index] = priv; in esd_usb2_probe_one_net()
1090 dev->net_count = (int)msg->msg.version_reply.nets; in esd_usb2_probe()
[all …]
/Linux-v4.19/net/appletalk/
Dddp.c249 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_probe_device()
250 ntohs(atif->nets.nr_firstnet) + 1; in atif_probe_device()
257 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
284 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_probe_device()
285 probe_net = ntohs(atif->nets.nr_firstnet); in atif_probe_device()
297 int netrange = ntohs(atif->nets.nr_lastnet) - in atif_proxy_probe_device()
298 ntohs(atif->nets.nr_firstnet) + 1; in atif_proxy_probe_device()
306 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
331 if (probe_net > ntohs(atif->nets.nr_lastnet)) in atif_proxy_probe_device()
332 probe_net = ntohs(atif->nets.nr_firstnet); in atif_proxy_probe_device()
[all …]
Datalk_proc.c75 iface->address.s_node, ntohs(iface->nets.nr_firstnet), in atalk_seq_interface_show()
76 ntohs(iface->nets.nr_lastnet), iface->status); in atalk_seq_interface_show()
/Linux-v4.19/include/linux/
Datalk.h31 struct atalk_netrange nets; member
/Linux-v4.19/Documentation/laptops/
Dthinkpad-acpi.txt551 wake up caused by the firmware will have negated most safety nets...