VNET_PORT_HASH_SIZE  306 drivers/net/ethernet/sun/sunvnet.c 	for (i = 0; i < VNET_PORT_HASH_SIZE; i++)
VNET_PORT_HASH_SIZE   99 drivers/net/ethernet/sun/sunvnet_common.h #define VNET_PORT_HASH_MASK	(VNET_PORT_HASH_SIZE - 1)
VNET_PORT_HASH_SIZE  121 drivers/net/ethernet/sun/sunvnet_common.h 	struct hlist_head	port_hash[VNET_PORT_HASH_SIZE];