Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunvnet.c208 struct hlist_head *hp = &vp->port_hash[hash]; in __tx_port_find()
309 INIT_HLIST_HEAD(&vp->port_hash[i]); in vnet_new()
491 &vp->port_hash[vnet_hashfn(port->raddr)]); in vnet_port_probe()
H A Dsunvnet_common.h121 struct hlist_head port_hash[VNET_PORT_HASH_SIZE]; member