Home
last modified time | relevance | path

Searched refs:port_hash (Results 1 – 2 of 2) sorted by relevance

/drivers/net/
Dsunvnet.h75 struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; member
Dsunvnet.c616 struct hlist_head *hp = &vp->port_hash[hash]; in __tx_port_find()
1039 INIT_HLIST_HEAD(&vp->port_hash[i]); in vnet_new()
1211 hlist_add_head(&port->hash, &vp->port_hash[vnet_hashfn(port->raddr)]); in vnet_port_probe()