Searched refs:nets (Results 1 – 9 of 9) sorted by relevance
79 static struct rionet_net nets[RIONET_MAX_NETS]; variable182 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 …]
110 struct net_prefix nets[] __counted_by(len);147 DCIDR_PUT((__n)->len ? (__n)->nets[0].cidr : host_mask);\327 struct net_prefixes *nets, *tmp; in mtype_add_cidr() local331 nets = __ipset_dereference(h->rnets[n]); in mtype_add_cidr()333 for (i = 0, found = -1; i < nets->len; i++) { in mtype_add_cidr()334 if (nets->nets[i].count) in mtype_add_cidr()338 } else if (nets->nets[i].cidr < cidr) { in mtype_add_cidr()340 } else if (nets->nets[i].cidr == cidr) { in mtype_add_cidr()341 nets->nets[i].count++; in mtype_add_cidr()346 tmp = kzalloc_flex(*tmp, nets, len, GFP_ATOMIC); in mtype_add_cidr()[all …]
132 u8 nets; member271 struct esd_usb_net_priv *nets[ESD_USB_MAX_NETS]; member520 esd_usb_rx_can_msg(dev->nets[msg->rx.net], msg); in esd_usb_read_bulk_callback()529 esd_usb_tx_done_msg(dev->nets[msg->txdone.net], in esd_usb_read_bulk_callback()557 if (dev->nets[i]) in esd_usb_read_bulk_callback()558 netif_device_detach(dev->nets[i]->netdev); in esd_usb_read_bulk_callback()626 static DEVICE_ATTR_RO(nets);784 priv = dev->nets[i]; in unlink_all_urbs()1282 dev->nets[index] = priv; in esd_usb_probe_one_net()1346 dev->net_count = (int)msg->version_reply.nets; in esd_usb_probe()[all …]
376 priv = dev->nets[i]; in kvaser_usb_read_bulk_callback()516 struct kvaser_usb_net_priv *priv = dev->nets[i]; in kvaser_usb_unlink_all_urbs()811 priv = dev->nets[i]; in kvaser_usb_remove_interfaces()821 priv = dev->nets[i]; in kvaser_usb_remove_interfaces()897 dev->nets[channel] = priv; in kvaser_usb_init_one()925 dev->nets[channel] = NULL; in kvaser_usb_init_one()
1032 priv = dev->nets[channel]; in kvaser_usb_leaf_tx_acknowledge()1211 priv = dev->nets[es->channel]; in kvaser_usb_leaf_rx_error()1316 priv = dev->nets[channel]; in kvaser_usb_leaf_usbcan_conditionally_rx_error()1452 priv = dev->nets[channel]; in kvaser_usb_leaf_rx_can_msg()1610 priv = dev->nets[channel]; in kvaser_usb_leaf_start_chip_reply()1633 priv = dev->nets[channel]; in kvaser_usb_leaf_stop_chip_reply()1650 priv = dev->nets[channel]; in kvaser_usb_leaf_get_busparams_reply()
108 struct kvaser_usb_net_priv *nets[KVASER_USB_MAX_NET_DEVICES]; member
550 priv = dev->nets[channel]; in kvaser_usb_hydra_net_priv_from_cmd()
55 possible that systems can have nets of CTIs+CTM that are not interconnected by
593 wake up caused by the firmware will have negated most safety nets...