Searched defs:in_device (Results 1 – 12 of 12) sorted by relevance
503 const string in_device = DeviceName(input_node); in Init() local
751 cl_int CL_API_CALL clCreateSubDevices(cl_device_id in_device, in clCreateSubDevices()
78 cl_int CreateSubDevices(cl_device_id in_device, in CreateSubDevices()
1561 cl_int CL_API_CALL clCreateSubDevices(cl_device_id in_device, in clCreateSubDevices()
2641 cl_int ValidateCreateSubDevices(cl_device_id in_device, in ValidateCreateSubDevices()
69333 struct in_device { struct69334 struct net_device *dev;69335 netdevice_tracker dev_tracker;69336 refcount_t refcnt;69337 int dead;69338 struct in_ifaddr *ifa_list;69339 struct ip_mc_list *mc_list;69340 struct ip_mc_list **mc_hash;69341 int mc_count;69342 spinlock_t mc_tomb_lock;[all …]
110781 struct in_device { struct110782 struct net_device *dev;110783 refcount_t refcnt;110784 int dead;110785 struct in_ifaddr *ifa_list;110786 struct ip_mc_list *mc_list;110787 struct ip_mc_list **mc_hash;110788 int mc_count;110789 spinlock_t mc_tomb_lock;110790 struct ip_mc_list *mc_tomb;[all …]
97738 struct in_device { struct97739 struct net_device *dev;97740 refcount_t refcnt;97741 int dead;97742 struct in_ifaddr *ifa_list;97743 struct ip_mc_list *mc_list;97744 struct ip_mc_list **mc_hash;97745 int mc_count;97746 spinlock_t mc_tomb_lock;97747 struct ip_mc_list *mc_tomb;[all …]
53553 struct in_device { struct53554 struct net_device *dev;53555 refcount_t refcnt;53556 int dead;53557 struct in_ifaddr *ifa_list;53581 struct in_device *ifa_dev; argument