Searched refs:netdev_lock_type (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c249 static const unsigned short netdev_lock_type[] = variable
283 static struct lock_class_key netdev_xmit_lock_key[ARRAY_SIZE(netdev_lock_type)];
289 for (i = 0; i < ARRAY_SIZE(netdev_lock_type); i++)
290 if (netdev_lock_type[i] == dev_type)
293 return ARRAY_SIZE(netdev_lock_type) - 1;

Completed in 43 milliseconds